You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/11/04 20:15:54 UTC

[04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

Create README.md

Signed-off-by: OmPrakash Muppirala <bi...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/flex-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-examples/commit/8ef8de13
Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/8ef8de13
Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/8ef8de13

Branch: refs/heads/develop
Commit: 8ef8de13847ca89e035fa4b6781cfaccf3239db9
Parents: b0befe9
Author: Aaron Nash <an...@gmail.com>
Authored: Tue Jan 7 16:50:43 2014 -0500
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Tue Nov 4 11:07:27 2014 -0800

----------------------------------------------------------------------
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-examples/blob/8ef8de13/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..843d52e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+flex-examples
+=============
+
+Mirror of Apache Flex Examples
+
+This is a modified version of the new TourDeFlexMobile application that was uploaded to the ApacheFlexExample.
+
+Some Additional code was added to mirror the behavior of the Android Facebook application. Click to slide the main navigator off exposing a list and use mouse events to slide the navigator closed.
+
+The code used to slide off the navigator and slide it back was used from the Madcomponents source code. I modified it to work in a flex environment. It is not as smooth as a pure Madcomonent app, because it does not use Stage3D.
+


Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Done fixing the README.  Of course, please feel free to update it as you
see fit.

Thanks,
Om

On Tue, Nov 4, 2014 at 1:36 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Awesome, thanks for the clarification.  I will update the README to remove
> the reference to MadComponents code.
>
> Regards,
> Om
>
> On Tue, Nov 4, 2014 at 1:29 PM, Aaron Nash <an...@gmail.com> wrote:
>
>> Hi Om
>>
>> I did remove the code and rewrite it. I was previously using mouse events
>> to update the navigator position like in the madcomponents version. On the
>> updated version I am dragging the list out using startdragging on the menu.
>> I forgot to delete the readme file before I made the pull request.
>>
>> There is some code I commented out in the main application file. I was
>> experimenting with sliding the menu closed, could not get the behavior
>> correct. Again forgot to remove the code.
>>
>> Aaron
>> On Nov 4, 2014 4:21 PM, "OmPrakash Muppirala" <bi...@gmail.com>
>> wrote:
>>
>>> I am guessing we can remove that code and write it from scratch.  Aaron,
>>> your thoughts?
>>>
>>> Thanks,
>>> Om
>>>
>>> On Tue, Nov 4, 2014 at 12:27 PM, Justin Mclean <ju...@me.com>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> > +The code used to slide off the navigator and slide it back was used
>>>> from the Madcomponents source code. I modified it to work in a flex
>>>> environment. It is not as smooth as a pure Madcomonent app, because it does
>>>> not use Stage3D.
>>>>
>>>> How is it licensed?Looking at  [1] it looks like it's MIT?
>>>>
>>>> Thanks,
>>>> Justin
>>>>
>>>> 1. https://code.google.com/p/mad-components/
>>>>
>>>>
>>>
>

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Awesome, thanks for the clarification.  I will update the README to remove
the reference to MadComponents code.

Regards,
Om

On Tue, Nov 4, 2014 at 1:29 PM, Aaron Nash <an...@gmail.com> wrote:

> Hi Om
>
> I did remove the code and rewrite it. I was previously using mouse events
> to update the navigator position like in the madcomponents version. On the
> updated version I am dragging the list out using startdragging on the menu.
> I forgot to delete the readme file before I made the pull request.
>
> There is some code I commented out in the main application file. I was
> experimenting with sliding the menu closed, could not get the behavior
> correct. Again forgot to remove the code.
>
> Aaron
> On Nov 4, 2014 4:21 PM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
>
>> I am guessing we can remove that code and write it from scratch.  Aaron,
>> your thoughts?
>>
>> Thanks,
>> Om
>>
>> On Tue, Nov 4, 2014 at 12:27 PM, Justin Mclean <ju...@me.com>
>> wrote:
>>
>>> Hi,
>>>
>>> > +The code used to slide off the navigator and slide it back was used
>>> from the Madcomponents source code. I modified it to work in a flex
>>> environment. It is not as smooth as a pure Madcomonent app, because it does
>>> not use Stage3D.
>>>
>>> How is it licensed?Looking at  [1] it looks like it's MIT?
>>>
>>> Thanks,
>>> Justin
>>>
>>> 1. https://code.google.com/p/mad-components/
>>>
>>>
>>

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

Posted by Aaron Nash <an...@gmail.com>.
Hi Om

I did remove the code and rewrite it. I was previously using mouse events
to update the navigator position like in the madcomponents version. On the
updated version I am dragging the list out using startdragging on the menu.
I forgot to delete the readme file before I made the pull request.

There is some code I commented out in the main application file. I was
experimenting with sliding the menu closed, could not get the behavior
correct. Again forgot to remove the code.

Aaron
On Nov 4, 2014 4:21 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

> I am guessing we can remove that code and write it from scratch.  Aaron,
> your thoughts?
>
> Thanks,
> Om
>
> On Tue, Nov 4, 2014 at 12:27 PM, Justin Mclean <ju...@me.com>
> wrote:
>
>> Hi,
>>
>> > +The code used to slide off the navigator and slide it back was used
>> from the Madcomponents source code. I modified it to work in a flex
>> environment. It is not as smooth as a pure Madcomonent app, because it does
>> not use Stage3D.
>>
>> How is it licensed?Looking at  [1] it looks like it's MIT?
>>
>> Thanks,
>> Justin
>>
>> 1. https://code.google.com/p/mad-components/
>>
>>
>

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I am guessing we can remove that code and write it from scratch.  Aaron,
your thoughts?

Thanks,
Om

On Tue, Nov 4, 2014 at 12:27 PM, Justin Mclean <ju...@me.com> wrote:

> Hi,
>
> > +The code used to slide off the navigator and slide it back was used
> from the Madcomponents source code. I modified it to work in a flex
> environment. It is not as smooth as a pure Madcomonent app, because it does
> not use Stage3D.
>
> How is it licensed?Looking at  [1] it looks like it's MIT?
>
> Thanks,
> Justin
>
> 1. https://code.google.com/p/mad-components/
>
>

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

Posted by Justin Mclean <ju...@me.com>.
Hi,

> +The code used to slide off the navigator and slide it back was used from the Madcomponents source code. I modified it to work in a flex environment. It is not as smooth as a pure Madcomonent app, because it does not use Stage3D.

How is it licensed?Looking at  [1] it looks like it's MIT?

Thanks,
Justin

1. https://code.google.com/p/mad-components/