Hi Alex,
Yeah I have first confirmed and they are willing to share progress on FlexJS
for users.
We are into technology to help people solve issues faster. You helped us and
thus we return it back.
I will signup in JIRA and donate it soon.
Thanks
Dhwani
--
View this message in context:
http:
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
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 fr
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
So finally we are able to dispatch and handle event in custom verticlecolumn
component
Here is how our class look like:
Actionscript code:
public class ResponsiveVerticalColumnLayout extends VerticalColumnLayout
{
protected var _minColumnWidth:int;
protecte
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-VerticalColumnLayou
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
Here are the parent tags:
**
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
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.
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
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/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/layouts
--
View this message in context:
http://apache-f
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
Hi Alex,
Here is the code of the class:
public class ResponsiveVerticalColumnLayout extends VerticalColumnLayout {
public var minColumnWidth:int;
//private var _strand:IStrand;
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
>
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
{
super.strand = value;
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
Hi Alex,
Do you mean , I need to make changes into FlexJS BrowserResizeListener.as
file?
IUIBase(_strand).topMostEventDispatcher.addEventListener("sizeChanged",
resizeHandler);
Is there any example of such class which I can follow?
Thanks
Dhwani
--
View this message in context:
http://apac
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
19 matches
Mail list logo