Re: [FlexJS] extending VerticalColumnLayout

2016-05-06 Thread dhwanishah85
://apache-flex-development.247.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52859.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] extending VerticalColumnLayout

2016-05-06 Thread Alex Harui
On 5/6/16, 3:51 PM, "dhwanishah85" wrote: >Hi Alex, > >I would love to donate it. >May I know how I can attach it on JIRA issue? >Do I need to subscribe separately over there? Yes, you will need a JIRA login id and password. I would imagine you developed this component as part of your job, so

Re: [FlexJS] extending VerticalColumnLayout

2016-05-06 Thread dhwanishah85
Hi Alex, I would love to donate it. May I know how I can attach it on JIRA issue? Do I need to subscribe separately over there? Thanks Dhwani -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52856.html Sent

Re: [FlexJS] extending VerticalColumnLayout

2016-05-06 Thread Alex Harui
On 5/6/16, 12:50 PM, "dhwanishah85" wrote: >So finally we are able to dispatch and handle event in custom >verticlecolumn >Component Congratulations! If you would like to donate your code to the Apache Flex project, please attach it to a JIRA issue or create a pull request. Thanks, -Alex

Re: [FlexJS] extending VerticalColumnLayout

2016-05-06 Thread dhwanishah85
invalid value this.numColumns=1; } } } calling code: Thanks Dhwani -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52852.html Sent from the Apache Fle

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
Yeah that is true. I have added tags and strand setter gets called. Now I am looking for event to get dispatch. I will do some trials and will update here.. Thanks dhwani -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-extending

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread Alex Harui
Hi Dhwani, If I'm reading that right, the layout is not in the list of beads. I guess we should create some way to detect errors like that. I think it should be: HTH, -Alex On 5/3/16, 9:12 PM, "dhwanishah85" wr

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
: ** -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52761.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread Alex Harui
On 5/3/16, 8:25 PM, "dhwanishah85" wrote: >Hi Alex, > >It is used in mxml file like this: > > > What are the parent tags? -Alex

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
Hi Alex, It is used in mxml file like this: -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52759.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread Alex Harui
Is your ReponsiveVerticalColumnLayout used in an MXML file or CSS file? On 5/3/16, 4:33 PM, "dhwanishah85" wrote: >Yeah constructor does get called, I have made test by adding an alert >inside >constructor. >VerticalColumnLayout is from here >/Users/dhwanishah/Documents/FlexSDKs/FlexJS0.7.0/fram

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
-flex-development.247.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52756.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread Alex Harui
Hmm, and the strand setter never gets called? Does the constructor get called? Is the VerticalColumnLayout on the list of beads in some MXML file or specified via CSS? -Alex On 5/3/16, 4:14 PM, "dhwanishah85" wrote: >Hi Alex, > >Here is the code of the class: > >public class ResponsiveVertica

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
n context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52754.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread Alex Harui
On 5/3/16, 3:51 PM, "dhwanishah85" wrote: >Hi Alex, > >I have added the code in BrowserResizeListener. > >Do I need to make any other settings in other files? > >In my custom component I have a function which overrides strand. >override public function set strand(value:IStrand):void >

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52751.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] extending VerticalColumnLayout

2016-05-02 Thread Alex Harui
On 5/2/16, 4:35 PM, "dhwanishah85" wrote: >Hi Alex, > >Do you mean , I need to make changes into FlexJS BrowserResizeListener.as >file? > >IUIBase(_strand).topMostEventDispatcher.addEventListener("sizeChanged", >resizeHandler); That looks worth trying. > >Is there any example of such class wh

Re: [FlexJS] extending VerticalColumnLayout

2016-05-02 Thread dhwanishah85
ext: http://apache-flex-development.247.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676p52730.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] extending VerticalColumnLayout

2016-04-29 Thread Alex Harui
On 4/29/16, 5:37 PM, "dhwanishah85" wrote: >Hi, > >I wanted to extend VerticalColumnLayout and listen "sizeChanged" event in >it. > >I have created an .as file :here is few lines of code from it: > >public class ResponsiveVerticalColumnLayout extends VerticalColumnLayout { > >public function Re

[FlexJS] extending VerticalColumnLayout

2016-04-29 Thread dhwanishah85
can get InitialView in this file? Thanks Dhwani -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676.html Sent from the Apache Flex Development mailing list archive at Nabble.com.