Re: [Flex JS] Adobe substitute

2017-09-12 Thread m_awais
Thank you All for help.

Regards



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [Flex JS] Adobe substitute

2017-09-11 Thread Piotr Zarzycki
Olaf,

You got me! I haven't seen second part of the code! Example of Panel usage
you can find in FlexJSStore [1]. There is a lot of additional code, but
apart of that MXML shows how use it. :)

[1]
https://github.com/apache/flex-asjs/blob/develop/examples/flexjs/FlexJSStore/src/main/flex/productsView/ProductCatalogPanel.mxml

Thanks, Piotr


2017-09-11 13:40 GMT+02:00 Olaf Krueger :

> There's also a js:Panel [1].
> And this is a working snippet [2]
>
> HTH,
> Olaf
>
> [1]
> https://github.com/apache/flex-asjs/blob/develop/
> frameworks/projects/Basic/src/main/flex/org/apache/flex/html/Panel.as
>
> [2]
> 
> 
>
> 
> 
> 
>
> 
> 
>  title="Login">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
>
>
> --
> Sent from: http://apache-flex-development.247.n4.nabble.com/
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki



Re: [Flex JS] Adobe substitute

2017-09-11 Thread Olaf Krueger
There's also a js:Panel [1].
And this is a working snippet [2]

HTH,
Olaf

[1]
https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/Panel.as

[2]























--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [Flex JS] Adobe substitute

2017-09-11 Thread Piotr Zarzycki
Hi,

There is PanelWithControlBar - I'm not sure whether it is an answer to your
needs. Take a look example available in our repository where this is being
used [1]

[1]
https://github.com/apache/flex-asjs/tree/develop/examples/flexjs/TodoListSampleApp

Thanks, Piotr


2017-09-11 12:59 GMT+02:00 m_awais :

> Hi,
>
> I am trying to create the simple login form using Flex JS, like following
> GUI created using adobe flex.
>  >
>
> Flash builder has generated the following code for above UI.
>
> 
> http://ns.adobe.com/mxml/2009";
>xmlns:s="library://ns.adobe.com/flex/spark"
>xmlns:mx="library://ns.adobe.com/flex/mx"
> minWidth="955"
> minHeight="600">
> 
>
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
>
> I succeeded to create the following GUI in JS Flex
>
>  com/file/t1235/Capture.png>
>
> Code for above GUI is
>
> 
>
> http://ns.adobe.com/mxml/2009";
> xmlns:js = "library://ns.apache.org/flexjs/express"
> xmlns:s="library://ns.adobe.com/flex/spark"
> xmlns:basic="library://ns.apache.org/flexjs/basic">
>
>
> 
> 
> 
> 
>
> 
> 
>
>  y="300"/>
>  y="300"/>
> 
> 
>
> 
>
> I want to enclose JS Flex GUI in a panel like first GUI which i shared. I
> used Flex JS group and containers but unfortunately those tags were not
> working for me. Another option was to create layouts using beads and
> strands
> which i think is not fair for simple GUI. *Is there any substitute of adobe
>  in JS FLex?*
>
> Thanks in advance.
>
> Regards
>
>
>
>
> --
> Sent from: http://apache-flex-development.247.n4.nabble.com/
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki



[Flex JS] Adobe substitute

2017-09-11 Thread m_awais
Hi,

I am trying to create the simple login form using Flex JS, like following
GUI created using adobe flex.
 

Flash builder has generated the following code for above UI.


http://ns.adobe.com/mxml/2009"; 
   xmlns:s="library://ns.adobe.com/flex/spark" 
   xmlns:mx="library://ns.adobe.com/flex/mx" 
minWidth="955"
minHeight="600">















I succeeded to create the following GUI in JS Flex

 

Code for above GUI is



http://ns.adobe.com/mxml/2009";
xmlns:js = "library://ns.apache.org/flexjs/express"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:basic="library://ns.apache.org/flexjs/basic">

















I want to enclose JS Flex GUI in a panel like first GUI which i shared. I
used Flex JS group and containers but unfortunately those tags were not
working for me. Another option was to create layouts using beads and strands
which i think is not fair for simple GUI. *Is there any substitute of adobe
 in JS FLex?*

Thanks in advance.

Regards




--
Sent from: http://apache-flex-development.247.n4.nabble.com/