Re: FlexJS with Bootstrap example

2016-04-01 Thread Alex Harui
Hi Dhwani, I'm still not quite clear what you are trying to do. Maybe it would be best to create a JIRA ticket and attach the source. You can declare a namespace in CSS without a prefix such as: @namespace "library://ns.apache.org/flexjs/html"; And doing that should keep the compiler f

Re: FlexJS with Bootstrap example

2016-04-01 Thread dhwanishah85
I saw one of your post where you have included more namespaces in css file: @namespace h5 "library://ns.apache.org/flexjs/html5"; @namespace jq "library://ns.apache.org/flexjs/jquery"; @namespace createjs "library://ns.apache.org/flexjs/createjs"; @namespace basic "library://ns.apache.org/flexj

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 Alex Harui
I would need more details, like some code and the error. -Alex On 3/31/16, 4:04 PM, "dhwanishah85" wrote: >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

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 community

Re: FlexJS with Bootstrap example

2016-03-31 Thread Michael Schmalle
HA, I see you are using ASBlocks! I wrote that framework like 6 years ago, hahaha that is to funny! It's still in my github repos. https://github.com/teotigraphix/as3-commons-asblocks Can I ask how you are using it, just code generation? That is SO COOL! It finally got used! Mike On Thu, Mar 3

Re: FlexJS with Bootstrap example

2016-03-31 Thread Michael Schmalle
Ok, just had an idiot moment, I have been reading to much today, the source code link is in bold on your site. :) Mike On Thu, Mar 31, 2016 at 7:04 PM, Michael Schmalle wrote: > @Dhwani > > Interesting project. You have put a lot of time into it I can see. > > Since it's built in AS, are you ke

Re: FlexJS with Bootstrap example

2016-03-31 Thread Michael Schmalle
@Dhwani Interesting project. You have put a lot of time into it I can see. Since it's built in AS, are you keeping it closed source or did I miss a source code link? I noticed you have the notion of plugins, is this something an outside developer can extend in the IDE to add functionality outsid

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: http://apache-flex-dev

Re: FlexJS with Bootstrap example

2016-03-30 Thread Alex Harui
On 3/30/16, 4:52 PM, "dhwanishah85" wrote: >Hello, > >Is there any working example of how I can use bootstrap / less in FlexJS? >I >am using FlexJS 0.5.0. The CSS support currently isn't sophisticated enough for bootstrap and less. The Flat component set in FlexJS uses a derivative of the Fla

Re: FlexJS with Bootstrap example

2016-03-30 Thread OmPrakash Muppirala
Not mine, but I've seen this in the wild: https://github.com/jucasoft/flexjs_bootstrap Can you please take a look and see if this is a good example of what you are looking for? Thanks, Om On Wed, Mar 30, 2016 at 4:52 PM, dhwanishah85 wrote: > Hello, > > Is there any working example of how I c