[Flex] SocketException: Operation not permitted for MacOS

2016-11-29 Thread dhwanishah85
Hi, I have been working on a flex application which uses ServerSocket and it supposed to open a socket connection which java plugin should listen and client-server should be able to communicate with each other. Whole process is working for me when I try running it locally from Flash Builder. We

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

2016-09-13 Thread dhwanishah85
Thanks Josh and Justin, It is really confusing. I have created a task where i have uploaded the example.https://issues.apache.org/jira/browse/FLEX-35132 Please feel free to give your suggestions and feedback. Thanks Dhwani My Apache Flex community contribution is working on the open source

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

2016-09-12 Thread dhwanishah85
Hi Justin, While I click on create, I am getting only this option - "create service desk request". Inside this page, I didn't find anything relevant where I can create a new JIRA ticket and submit my code. I can look at existing issues and i am allowed to comment on that too. I have created an

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 dhwanishah85
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. Thanks Dhwani My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View

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

2016-09-02 Thread dhwanishah85
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 component: Note: Make sure to pass TabBarView's id as viewContainer in TabBar

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

2016-08-30 Thread dhwanishah85
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 is there any chance that "Itemclicked" event is also working? Thanks Dhwani

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

2016-08-25 Thread dhwanishah85
Hi Alex, I have got latest Nightly build of FlexJS and gone through the DataGridButtonBar and its usage in default.css. I have followed this as reference and created TabBar.as in the SDK also added its entry in default.css as well HTMLClasses.as. For Now I have kept ButtonBarButtonItemRenderer

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 dhwanishah85
Hi Alex, I am able to create a component which dynamically creates ButtonBar with the passed ButtonNames.I have took reference for creating ButtonBar from DataGrid. My current Interface looks like this: I am not able to pass Array in this component. What extra measures required to pass an

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

2016-08-24 Thread dhwanishah85
Hi Alex, As you have suggested to extend ButtonBar for creating TabLayout, I am doing the same. I found an example in DataGrid where ButtonBar has been used. I wonder if there is any usage of ? I am facing difficulties in showing a simple ButtonBar in the UI. I must be missing some steps. Is

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

2016-08-17 Thread dhwanishah85
Hi Alex, Sure I aim to do it.I am on this task from few days and may achieve this in some time. Thanks for your response. Thanks Dhwani My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View this message in context:

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

2016-08-17 Thread dhwanishah85
Hi Alex , Peter, Alex I tried few layouts but nothing is helping. As Peter has suggested that I need to extend the TabbedViewManagerView to override its layoutChromeElements. The TabbedViewManager is in mobile project. I am sorry if i didn't clear my intension before but i want this to work in

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

2016-08-16 Thread dhwanishah85
Hi Peter, I am using TabbedViewManager for my example to show tab layout. I am trying to move tabs on top.Nothing is working out. Is it possible to move tabs on top? Thanks Dhwani My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View this

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

2016-08-15 Thread dhwanishah85
Thanks Alex For your suggestion. For Now I am looking for MobileTrader source code and its solution for Tabbed View is most similar to what I was looking for. Thanks Peter for the help. Dhwani My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS.

[FlexJS] need help in creating reusable tabBar control

2016-08-12 Thread dhwanishah85
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 can refer for this? Thanks Dhwani -- View this message in context:

Re: [FlexJS] extending VerticalColumnLayout

2016-05-06 Thread dhwanishah85
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:

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 dhwanishah85
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;

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
Here are the parent tags: **

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 dhwanishah85
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:

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
Hi Alex, Here is the code of the class: public class ResponsiveVerticalColumnLayout extends VerticalColumnLayout { public var minColumnWidth:int; //private var _strand:IStrand;

Re: [FlexJS] extending VerticalColumnLayout

2016-05-03 Thread dhwanishah85
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;

Re: [FlexJS] extending VerticalColumnLayout

2016-05-02 Thread dhwanishah85
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:

[FlexJS] extending VerticalColumnLayout

2016-04-29 Thread dhwanishah85
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 ResponsiveVerticalColumnLayout(minColumnWidth:int) {

Re: FlexJS with Bootstrap example

2016-04-01 Thread dhwanishah85
Hi Alex, Screen_Shot_2016-04-01_at_1.png I am attaching image of my project structure. And I just trying to compile the project with css file (generated using less). I am getting below errors (a

Re: FlexJS with Bootstrap example

2016-03-31 Thread dhwanishah85
Hi TeotiGraphix, I am glad to see that I am using your framework and also got chance to communicate with you. We are using FileUtil from your framework. Please provide your feedback about our website - we still need to go much far from this point though. Thanks Dhwani Shah, My Apache Flex

Re: FlexJS with Bootstrap example

2016-03-31 Thread dhwanishah85
Hi Alex, I am trying my hand on Bootstrap/less to get it working with FlexJS from few days. And I am getting namespace error. Can you provide me some details on how to contribute into FlexJS and how can I start changing and experimenting codes in FlexJS CSS? Dhwani Shah, My Apache Flex

Re: FlexJS with Bootstrap example

2016-03-31 Thread dhwanishah85
Hi Om, I have tried this before. But they are using pure actionscript and it is not helpful to what we are working on. Thanks Dhwani Shah, My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View this message in context:

FlexJS with Bootstrap example

2016-03-30 Thread dhwanishah85
Hello, Is there any working example of how I can use bootstrap / less in FlexJS? I am using FlexJS 0.5.0. Dhwani Shah, My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View this message in context:

Re: FDB and its commands

2015-12-22 Thread dhwanishah85
Hi Alex, The data is few lines of result i am getting when i send print command to fdb. My question was that i am currently having data in XMLListCollection. I am facing issue with updating perticular variable value. Do you think changing the data type will make things better? I do not have any

Re: FDB and its commands

2015-12-21 Thread dhwanishah85
Hello Alex, Thanks for your response. I need to update variables which are getting changed during debug process. Like how it is working in Flash builder, same way I want my debug view to get updated with changing values without hurting the execution time of "f6". I dont get any useful info in

Re: FDB and its commands

2015-12-21 Thread dhwanishah85
Hello Alex, I am getting result after sending following command to fdb: send("print this."); and i am getting following snippet of result in return: data = "$2 = this = [Object 156627105, class='TestFlexAIR'] $alpha = 1 (0x1) $blendMode = "normal" $blendShader = [Setter 1582,

FDB and its commands

2015-12-20 Thread dhwanishah85
Hi all, I am working on implementing FDB debugger in my project. I am using fdb commands to perform relevant tasks. I have debugger view, I have breakpoint evaluation and execution process too. So just like Flash builder, things are working in my project too. When user keep a breakpoint and run