Re: [FlexJS] need help in creating reusable tabBar control

2016-09-13 Thread dhwanishah85
Moonshine-IDE.com for FlexJS. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p55123.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-12 Thread Justin Mclean
HI, > While I click on create, I am getting only this option - "create service > desk request”. Click on Create, but to the left of and not on the drop down arrow in Create. i.e. on the word Create. Clicking on the drop down gives you "create service desk request”. Thanks, Justin

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-12 Thread dhwanishah85
ve created an account in JIRA and I can browse the URL which you have given. Thanks Dhwani My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-i

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-12 Thread Justin Mclean
Hi, > Should I create a new Service Desk request? Try creating an issue here. You'll will need to log in first. https://issues.apache.org/jira/browse/FLEX Justin

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-02 Thread dhwanishah85
Hi Alex, Thanks for compliments. I will take permission and do submit in JIRA. Thanks Dhwani -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54782.html Sent from the Apache Flex Development

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-02 Thread Alex Harui
On 9/2/16, 2:54 PM, "dhwanishah85" wrote: >Hi Alex, > >Thanks Alex for all your help and suggestions: > >With the help of my co-workers, I was able to finish Tab Component. I have >created it outside FlexJS SDK. >I would like to share the design of our current Tab

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-02 Thread Alex Harui
On 9/2/16, 2:58 PM, "dhwanishah85" wrote: >Hi Alex, > >While working on this component, we found that we are not able to get >numElements from the container. >It always return us "1". I would like you to look at this. I think that has been fixed in another branch by

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-02 Thread dhwanishah85
-- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54776.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-02 Thread dhwanishah85
n above design TabBar is extending ButtonBar while TabBarView extends Container. Thanks Dhwani My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-c

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-31 Thread Alex Harui
On 8/30/16, 3:11 PM, "dhwanishah85" wrote: >Hi Alex, > >Thanks for your response. So far I am able to extend ButtonBar and Now >working on showing views based upon button clicks. I have seen >"Itemclicked" >event But it is not working. I found "click" event working but

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-30 Thread dhwanishah85
s also working? Thanks Dhwani -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54709.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-25 Thread Alex Harui
Hi Dhwani, ViewBase was renamed to be View in 0.7.0. All of the examples should have been updated to reflect that. HTH, -Alex On 8/25/16, 4:35 PM, "dhwanishah85" wrote: >Hi Alex, > >I have got latest Nightly build of FlexJS and gone through the >DataGridButtonBar and

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-25 Thread dhwanishah85
Dhwani -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54609.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-24 Thread Alex Harui
It is in the frameworks/projects/HTML/src/main/flex/org/apache/flex/html/DataGridButtonB ar.as. It should be in the latest nightly builds or in the develop branch of the flex-asjs repo. I don't think it was in the FlexJS0.6.0 release. -Alex On 8/24/16, 10:47 PM, "dhwanishah85"

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-24 Thread dhwanishah85
Hi Alex, This sounds good. But I am not able to see DataGridButtonBar anywhere in SDK. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54604.html Sent from the Apache Flex Development mailing

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-24 Thread Alex Harui
Hi Dhwani, In MXML, you should be able to declare an array of strings as follows: data="['home','product','view','support','contact us']" Regarding a TabBar component, I would expect it to subclass ButtonBar instead of dynamically creating one as a child. There is a DataGridButtonBar

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-24 Thread dhwanishah85
.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54602.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-24 Thread dhwanishah85
(); } } MXML code: Is there any such thing for ButtonBar? Thanks Dhwani My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-17 Thread dhwanishah85
-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54536.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-17 Thread Alex Harui
Hi Dhwani, If you have time, it would be great if you could package this code into a reusable component for FlexJS. Peter could probably do it otherwise, but it might even be a good test to see if you can create a reusable component like this with Moonshine-IDE. Thanks, -Alex On 8/17/16, 5:09

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-17 Thread dhwanishah85
: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54533.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-17 Thread Peter Ent
I took a look at the code, assuming you mean that you wanted the tabs on the top of the screen. If you look at org/apache/flex/mobile/beads/TabbedViewManagerView - which is the view bead the TabbedViewManager uses - you'll see layoutChromeElements function. This is where the tab bar is being

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-16 Thread Alex Harui
Hi Dhwani, What do you mean by "move tabs"? The underlying code probably has some layout logic. You may need to swap in a different layout. -Alex On 8/16/16, 4:22 PM, "dhwanishah85" wrote: >Hi Peter, > >I am using TabbedViewManager for my example to show tab layout.

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-16 Thread dhwanishah85
this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54509.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-15 Thread dhwanishah85
. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54507.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-14 Thread Peter Ent
Take a look at the MobileTrader example in the FkexJS project. There's a tab bar component it uses. Peter > On Aug 13, 2016, at 12:49 AM, Alex Harui wrote: > > Hi Dhwani, > > Did you try extending ButtonBar? > > Thanks, > -Alex > >> On 8/12/16, 3:16 PM, "dhwanishah85"

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-12 Thread Alex Harui
Hi Dhwani, Did you try extending ButtonBar? Thanks, -Alex On 8/12/16, 3:16 PM, "dhwanishah85" wrote: >Hi, > >I am trying to create TabBar component by extending ToggleTextButton in >FlexJS 0.7.0. >Is there any similar kind of component implementation available which i

[FlexJS] need help in creating reusable tabBar control

2016-08-12 Thread dhwanishah85
-need-help-in-creating-reusable-tabBar-control-tp54492.html Sent from the Apache Flex Development mailing list archive at Nabble.com.