Re: [FlexJS] Failing build for simple example

2017-08-05 Thread sankar
Josh Tynjala wrote > I'm guessing that you didn't update the compiler before building the SDK. > I > think that fxg-base-class is a somewhat new compiler option. Hi Josh, We downloaded all these following packages fresh before start our Ant SDK build: - flex-asjs - flex-falcon - flex-blazeds -

Moonshine 1.5.1 Released

2017-07-31 Thread sankar
We are pleased to announce that Moonshine 1.5.1 has been released. Updates: - Better simulator size for mobile application - Lots of fixes to Ant build procedures Let us know if you encounter any issues with the update. http://moonshine-ide.com -- View this message in context:

[FlexJS] Why FlexJS compiler statically looks for 'src' folder

2017-06-01 Thread sankar
Hello, I'm using current release branch 0.8.0 FlexJS SDK. I noticed running FlexJS project compilation always produce me 'bin' folder to somewhere unexpected when I have source folder named anything but 'src'. I have my project's source folder in project root named "*srcx*" and contains on

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-26 Thread sankar
Alex Harui-2 wrote > I can still run Ant in a particular SWC folder, but it does require that > you build any dependent SWCs first. The output you link to seems to > indicate the the Core.swc hasn't been built yet. I normally just run Ant > from the top-level and build all of the SWCs and then

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread sankar
Hi Alex, I noticed some problem with Ant in newer release branch as well. I discussed this with Piotr, and we decided to report it at here. This is my repository folder structure mainly: Previously, if I wanted to

Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
Thank you Alex! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Ant-build-fail-with-release0-8-0-branch-tp61880p61884.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
On a second note, when I re-run the same command /without changing anything/ in the folder, it completes! I'm not sure why it completes this time, though. But it looks like some trouble does exists in the current Ant build process anyway. Perhaps someone wants to investigate (!) Thanks! --

Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
Hi, I've tried to run "ant -f installer.xml" inside the binary distribution folder; i.e. E:\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.8.0-bin. The process fails with some "rsync" error and terminates. Here is the error details:

Re: [FlexJS] MDL - Using .map files breaks style in OSX Safari

2017-05-08 Thread sankar
Hi Carlos, Any update on this? It seems even I do not use the .map files, using last SDK update as on 04/25/2017 anyway breaks the Material icon usage in OSX Safari. Thanks! -- View this message in context:

[FlexJS] MDL - Using .map files breaks style in OSX Safari

2017-04-27 Thread sankar
Hi, We recently found some .js/.css.map file errors to OSX Safari console running a MDL project, the errors were like this: file:///Users/sk/projectA/bin/js-debug/pnelements/js/dialog-polyfill.min.js.map Failed to load resource: The requested URL was not found on this server.

Re: [FlexJS][Fixed] MDL - Project is failing to compile, help!

2017-03-30 Thread sankar
piotrz wrote > I'm glad that you were able to get back build ON. In the other words you > will be using falcon and flexjs straight from the Jenkins build rather > than build it on your own ? Am I understand it correctly ? Hi Piotr, I build "flex-asjs" locally. I build "flex-falcon" locally.

Re: [FlexJS][Fixed] MDL - Project is failing to compile, help!

2017-03-30 Thread sankar
Hi, After a long time of compilation and failures (in different compilation processes), I finally able to make everything back in business again. I able to compile out an working distribution version of the SDK, and able to run example project without compilation break-down this time. It opened

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread sankar
Hi, Since the latest release is utterly broken for me, I'm looking for how I can do Maven builds. I have some queries on this, if someone from here please guide me. #1 Maven for compiling example projects, or to run inside "flex-asjs" folder and compile new SDK release version? #2 What are the

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread sankar
Hi Alex, I have posted the compilation log after updating by the file you sent me in mail (3rd last comment). Have you reviewed that post (?) Thanks! -- View this message in context:

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-28 Thread sankar
Hi, I see some other build problem posts came up lately.. I am not sure if the problem I described are similar to the problems others faced in those posts, though. But I'm almost out of business! This latest source really ruin the whole development here. Can I get any archive copy of these

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-26 Thread sankar
Hi Alex, Thanks for reaching with this much of help. I've overwritten the file to E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-falcon\compiler-jx\src\main\java\org\apache\flex\compiler\internal\codegen\mxml\flexjs folder. One thing I should let you know, I generally download falcon

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-24 Thread sankar
Alex Harui wrote > Because the compiler is now trying to compute the order these closure > library files are presented to the Google Closure Compiler. There is > something unexpected about your setup. Do you know enough Java to add > System.out.println statements to MXMLFlexJSPublisher.java and

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-24 Thread sankar
Hi Alex, There is one "deps.js" file exists inside: E:\DevareaLocal\ApacheFlexJSFrameworkSource\closure-library-master\closure\goog One thing I noticed with the newer download, I do not have any 'google' folder inside js/lib/google/closure-library:

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-24 Thread sankar
piotrz wrote > Post please what do you have in MDLExampleconfig.xml. I was able to build > MDLExample with following command: > > d:\flex_sdk\flexjs_nightly\js\bin\mxmlc.bat > d:\flex_sdk\flexjs_nightly\examples\flexjs\MDLExample\src\main\flex\App.mxml > -accessible=true >

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-24 Thread sankar
Hi Alex, I do have a GOOG_HOME in my environment variable, and it's set to something like this: E:\DevareaLocal\ApacheFlexJSFrameworkSource\closure-library-master The framework source folder structure looks like this:

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-23 Thread sankar
piotrz wrote > Post please what do you have in MDLExampleconfig.xml. I was able to build > MDLExample with following command: Hi Piotr, Here's the config file https://kobra.io/#/e/-Kfyb7wiTkDHDEYmqb8m. But I'm wondering, is there something big changed recently to the SDK side, because these

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-22 Thread sankar
This is my complete log of MDLExample project compilation and termination: https://kobra.io/#/e/-KftTPyWUjPCEiUWIUrO And, this created this much files for me: Thanks! -- View this message in context:

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-22 Thread sankar
Hi, Frankly, I don't know how Maven works, and I never used that before. I simply wants this as old school, calling the compiler file from SDK, provide necessary commands/parameters and build the project. Is that doable at some time sooner (?) Thanks! -- View this message in context:

[FlexJS] MDL - Project is failing to compile, help!

2017-03-22 Thread sankar
Hi, I downloaded the latest framework source today, compiled it well and after everything downloaded I have the SDK with AIR 25.0. In this process I didn't encountered any error. I tried to compile the MDLExample project that comes within the SDK folder, but the compilation terminates abruptly.

[FlexJS] MDL - How can I add a bead default to certain component?

2017-03-21 Thread sankar
Hi, I have a component which extends 'ContainerBase'. /public class MyComponent extends ContainerBase { ... }/ I have a new bead class which extends IBead: /public class MyNewBead implements IBead {/ I tried to make the bead default available to the new component, though "default.css" in

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-20 Thread sankar
piotrz wrote > I just introduce another bead which may be helpful for custom component, > but in most cases will be used inside MDL components UpgradeChildren. > > I've just make as default possible to create dynamically following > components: > Button, > RadioButton, > CheckBox, > TextArea, >

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-16 Thread sankar
piotrz wrote > I'm thinking on adding as "default" to components ability for dynamic > creation without any "isDynamic" property etc. I wanted to discuss it with > Carlos in the other thread, but he is busy currently, so I'm still waiting > for his input. Hi Piotr, That sounds nice. Although I

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-15 Thread sankar
piotrz wrote > In that case it was problem with function which I've called from > javascript [1] > > [1] https://paste.apache.org/FyB8 Hi Piotr, I was busy for quite some time from the updates here. Thank you! for the link you shared. That actually fix the problem for dynamically adding

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-02 Thread sankar
piotrz wrote > var tmpComp:Button = new Button(true); - need to be true in constructor. I've seen such usage of addition do not works in compiled "bin-release" version. Things not works like 'ripple' etc. in "bin-release" version. Thanks! -- View this message in context:

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-02 Thread sankar
piotrz wrote > Ok but you didn't add this Grid to MXML, you will add this component by > addElement yes ? > > Maybe I do not understand your use cases - provide me an example if you > can. Hi Piotr, My test was pretty basic with FlexJS MDL default components only. Here's the basic test case

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-02 Thread sankar
Hi Piotr, I may oppose this your opinion: piotrz wrote > I don't see any advantage to have this property in MXML. Dynamic component > is supposed to be created from code new Button(true). Say I have an external Grid component which has many buttons and TextFields declared in MXML tag - and I

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-02 Thread sankar
Hi, I recently updated my local framework source from Git repository. I am not sure where we're standing now with this but I wanted to give Piotr's Button and TextField implementation a try with new UpgradeElement bead. So far I able to get the dynamic element upgraded by this way: var

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-28 Thread sankar
piotrz wrote > var componentHandler:Object = window["componentHandler"]; > if (componentHandler) > { > componentHandler.upgradeElement(element); //MDL function > } How you access 'window' in above example, Piotr? In my case I able to access 'window' by accessing 'document.defaultView'. But

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-28 Thread sankar
Hi Piotr, In the MDLExample/Tabs.mxml, I see the TabBar component uses default itemrenderer component - org.apache.flex.mdl.itemRenderers.TabBarButtonLayoutItemRenderer. I haven't look into details if the renderer has some logic to display arrow buttons to navigate left and right and other logic.

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-27 Thread sankar
Hi Piotr, Sorry, it's my bad. I missed a few previous comments of yours. I understand now what you were talking about. But if I'm not wrong, Tab does not have scrolling feature (when there's enough tabs) like TabBar does. Or, does it has any such? Thanks! -- View this message in context:

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-27 Thread sankar
Hi Piotr, Is your last comment before the JIRA issue you closed or after? Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-Remove-item-s-to-TabBar-tp59508p59896.html Sent from the Apache Flex Development mailing list archive at

Re: [FlexJS] MDL - TabBarPanel children do not gets flexible sizes

2017-02-23 Thread sankar
Hi Carlos, Basically the expected output is an application consists of multi-level of tabs. So when you select a top-level tab, it's content window (TabBarPanel) may have another sub-Tab section. That sub tab section's some component may have another sub-sub-tab sections. So this from a real

Re: [FlexJS] MDL - TabBarPanel children do not gets flexible sizes

2017-02-23 Thread sankar
Hi Carlos, The problem is, when it's many level deeper (components in components) some MDL components sizes became unpredictable. As an example look into this following screenshot. It has three TabBarPanels in their respective components: - First TabBarPanel content has a sky-blue background

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-21 Thread sankar
Carlos Rovira wrote > What about to have a MDLUtils or UpgradeMDLUtils class with static > methods? > So people that would create a component will do > "UpgradeUtils.upgradeElement(buttonToUpgrade);" > In this way people using a button 90% of times will not be affected by > that > overhead. > (I'm

Re: [FlexJS] MDL - TabBarPanel children do not gets flexible sizes

2017-02-21 Thread sankar
Hi Carlos, Thank you for sharing your thoughts on this.. I tried to watch where it's failing, and then I found size wasn't properly updating. For some unknown reason, when application starts, NavigationLayoutContent somehow acquire 1300px it's width; the owner component's width I found is

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-21 Thread sankar
Hi Piotr, On a separate thought, this following throws me error in "bin-release" version, but "bin-debug" doing good. > if ("componentHandler" in document.defaultView) > { > > document.defaultView["componentHandler"].upgradeElement(c.positioner); > } I

[FlexJS] MDL - TabBar background color

2017-02-21 Thread sankar
Hi, I was trying to change background color to TabBar components, so here what I did in code: > tabIdField="href" className="customTabBarSetup" > style="backgroundColor:#811937"> This changed the background color, but left a portion at left and right:

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread sankar
Hi Piotr, Sound nice. Although I can't think about any one component but the feature probably good to be default to all the components available in FlexJS MDL. Let me know when I should update latest source when you done with these. I'm also hoping you get an answer to update Tabs as well.

[FlexJS] MDL - TabBarPanel children do not gets flexible sizes

2017-02-20 Thread sankar
Hi, I noticed that components declared inside a TabBarPanel, do not works with "percentWidth" or "percentHeight" properties. This applicable to any component that is the immediate child of TabBarPanel. Is it possible to get them fixed or any bead like DataGridPercentageLayout (?) Thanks! --

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread sankar
Sounds good, Piotr. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Dynamic-Child-Problem-tp59595p59685.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread sankar
Hi, I'm not sure if this is the right approach, but I took some ideas from Josh, Alex and MDL library website, and modified UIBase.as class inside HTML package. I modified it to this, > public function addElement(c:IChild, dispatchEvent:Boolean = true):void > { > COMPILE::JS >

[FlexJS] MDL - Suggestion needed on scrolling

2017-02-20 Thread sankar
Hi, In a MXML page, I want a part to be in screen all the time (i.e. menu etc.) and the rest of the screen scroll (i.e. main content area). So I tried by using Grid, which has two GridCells, but when the content area has a long length, the complete page starts scrolling. I tried by using as

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread sankar
Hi Piotr, Thanks for the update. Previously I was updating dataProvider by using but it anyway required me to change something in TabBar source. Your fixed example showing more cleaner procedure now. I shall use that. I shall update my local source soon, hopefully dynamic child problem will

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread sankar
piotrz wrote > Deeper investigation points me to componentHandler.register method - It > looks like created component need to be registered and maybe than > upgradeElement method will work. > > Method register take: > > /** > * Describes the type of a registered component type managed by > *

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-17 Thread sankar
I think this should be an answer what they already mentioned in the original MDL library page: I also found somewhere at Stackoverflow people discussing on this, someone suggested this: > For future readers and

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-17 Thread sankar
Hi Carlos, Is this makes some sense? - http://stackoverflow.com/questions/32363511/how-can-i-update-refresh-google-mdl-elements-that-i-add-to-my-page-dynamically (the answer part). I'm not very familiar with DOM development, though. Thanks! -- View this message in context:

[FlexJS] MDL - Dynamic Child Problem

2017-02-17 Thread sankar
Hi, There's a critical and major problem exists with dynamic child creation in MDL structure. I've reported this to JIRA at: https://issues.apache.org/jira/browse/FLEX-35269. Request to look into this once. Thanks! -- View this message in context:

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-16 Thread sankar
sankar wrote > Also, I was thinking if there's a way possible to implement to > programmatically 'active' certain section in * > NavigationLayoutContent * > (?) Nevermind, I've created a method which does the job now. Thanks! -- View this message in context: http://apache-flex

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-16 Thread sankar
Also, I was thinking if there's a way possible to implement to programmatically 'active' certain section in *NavigationLayoutContent* (?) I was thinking to do a different component (i.e. breadcrumb) which should have similar structure in use like NavigationLayoutContent, but I'm not sure how to

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread sankar
Hi Piotr, No, it was my first time. I tried by very basic codes (before you fixed bracketed binding to TabBar). My codes were like this: ... ... ... // in model class [Bindable(event="componentsTabsUpdated")] public function get componentsTabs():Array {

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread sankar
Here's the issue number Piotr - https://issues.apache.org/jira/browse/FLEX-35268. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-Remove-item-s-to-TabBar-tp59508p59513.html Sent from the Apache Flex Development mailing list archive

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread sankar
Hi Piotr, I shall report with a project example. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-Remove-item-s-to-TabBar-tp59508p59512.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread sankar
/(*Note:* I've tested by new fix pushed by Piotr recently to TabBar bracketed binding source reported at: https://issues.apache.org/jira/browse/FLEX-35256)/ Hi, I have a requirement to add/remove tabs to TabBar component at runtime. Although by recent fix from Piotr for bracketed binding to

Re: [FlexJS] MDL List problems

2017-02-14 Thread sankar
Hi Carlos, Yes, I do understand what you and Piotr did already, is fantastic. Availability of kind of stuff to FlexJS scene to render HTML, is just marvelous. I also understand that it's only done it's first phase of development and things like features can be added as we progress. I already in

Re: [FlexJS] MDL List problems

2017-02-14 Thread sankar
Hi, Why the List component missing features like roll-over and selection? I know these features wasn't available to original MDL library List component too, but isn't this a bit odd? A general List component is very unlike to not have these usual features! Is there any beads or some CSS can add

Re: [FlexJS] Data-binding fails when following multiple references

2017-02-12 Thread sankar
Hi Piotr, Sure, if we need to move early (than you fix) we'll probably need to move with the basic proven way of binding (to tab type of components). But I'm afraid some of the application here based on rendering dynamic data. Thus tabs and some other items shall be drawn after data available to

Re: [FlexJS] Data-binding fails when following multiple references

2017-02-09 Thread sankar
piotrz wrote > Put into model only one model and it should work. Hi Priotr, I'm okay with adding only one model class in tag. I also tested if I declare an external class having data for Table component in tag and then bind to Table component, that does work. But Tabs and TabBar component

Re: [FlexJS] Data-binding fails when following multiple references

2017-02-07 Thread sankar
piotrz wrote > I just resolved your jira. Take a look into the comments and let me know > if anything is wrong. Hi Priotr, I just looked into. Most of the components now working nicely! Thanks! Yet a few components missing their bracketed binding ways. If you please take a look into my findings

Re: [FlexJS] Data-binding fails when following multiple references

2017-02-06 Thread sankar
Hi Piotr, I've created a JIRA issue pointing bracketed binding problems to MDL components. You can find it at here: https://issues.apache.org/jira/browse/FLEX-35256 Please, take a look. Thanks! -- View this message in context:

Re: [FlexJS] Popup

2017-02-05 Thread sankar
sankar wrote > I'm trying to update recent source from Apache repository. When trying to > build 'flex-asjs' source, I've turned to following error. Does anybody has > any inside how to overcome this? I able to overcome the above problem by updating other folders than 'flex-asjs' source.

Re: [FlexJS] Popup

2017-02-05 Thread sankar
Hi, I'm trying to update recent source from Apache repository. When trying to build 'flex-asjs' source, I've turned to following error. Does anybody has any inside how to overcome this? > compile-js-swc: > [echo] Compiling target/MaterialDesignLiteJS.swc > [echo] FLEX_HOME:

Re: [FlexJS] Data-binding fails when following multiple references

2017-02-05 Thread sankar
Hi Piotr, Sorry it's my bad. I was busy lately with other things running here. I shall plan to putup a demo with MDL on binding problems. I shall let you know. At present I'm updating recent source from Apache repository. Thanks! -- View this message in context:

Re: [FlexJS] MDL requires JS:Container type of component

2017-02-01 Thread sankar
sankar wrote > Can you give some idea how to head to this? I think I able to find how to work to this. It's running nice! Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-requires-JS-Container-type-of-component-tp58822p58915.h

Re: [FlexJS] MDL requires JS:Container type of component

2017-02-01 Thread sankar
Hi Carlos, Thank you for your detailed reply on queries. I was looking into the date-chooser control and was trying to add a new MDL component calling date-chooser API. But I don't know how to write this in ActionScript: > $('document').ready(function() > { >

Re: [FlexJS] MDL requires JS:Container type of component

2017-01-31 Thread sankar
Hi Carlos, Thank you for your notes. Yes, I do follow the MDLExample project only, but sometime sort of things missed my attention and some properties I'm not aware of (as no API docs still available), i.e. border=true :) Carlos Rovira wrote >

Re: [FlexJS] MDL requires JS:Container type of component

2017-01-31 Thread sankar
Ok. I able to come up with something that I was trying for (components laying horizontally and aligned vertically): These also use HTML SWC API; and I didn't seen any plain Label type of component to MDL, so I generally using js:TextNode. Is there something else

Re: [FlexJS] MDL requires JS:Container type of component

2017-01-31 Thread sankar
Hi Carlos, I read your comment in other thread. But it's confusing me. Isn't Span, Div, H1 etc. tag are part of the HTML SWC? I see the MDLExample project also uses JS:Div etc. tags in places. You probably suggested to cut-off uses of any UI components from HTML SWC like js Label etc. I

[FlexJS] MDL requires JS:Container type of component

2017-01-30 Thread sankar
The requirement was pretty basic. Place the contents/components horizontally or vertically and some alignment. I tried to use The above usage always output contents laying vertically. Following is a screenshot of above

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-30 Thread sankar
Hi Piotr, Carlos, Thanks for replying. I understand that the things now in random testing phase and some functionalities may found still not implemented, i.e. bracketed binding to some components. I shall plan to create JIRA issue with examples for yours easy. Talking something else, I was

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-29 Thread sankar
It looks like data binding is terribly broken in MDL components. Any plan to work on this soon? Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58785.html Sent from the Apache

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Table component and example initial implementation

2017-01-27 Thread sankar
If I'm not wrong, present FlexJS MDL style is little out-of-date. I found this link to MDL git site, where it's mentioned that 'mdl-data-table--selectable' use is deprecated. But present FlexJS Table class still using this specific style:

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Table component and example initial implementation

2017-01-26 Thread sankar
I added a new listener into TextField component to listen Enter key (as I haven't found one except text change); If this helps, Carlos. Initially I tried to add a Function type of field in TextField component (i.e. public var enter:Function;), but I had many unknown problems setting the field

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Table component and example initial implementation

2017-01-25 Thread sankar
I maybe thinking ahead of time and my abilities, and maybe you already had explored these parts and possibilities, Carlos, while searching Table height/checkbox-generation, selection etc. I came through this modified version of MDL Table, at here: https://github.com/daniel-nagy/md-data-table. Do

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Table component and example initial implementation

2017-01-25 Thread sankar
One more question, Carlos. Is the said pagination available to present Table component state? Thanks! -- View this message in context:

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Table component and example initial implementation

2017-01-25 Thread sankar
Hi Carlos, I do agree for the first phase of release, whatever you did, is spell bounding. And there is no question on that. I'll be happy to help you to make the MDL components more feature-rich per real-life application needs. Although, I'm not very familiar with JavaScript/CSS parts but

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Table component and example initial implementation

2017-01-24 Thread sankar
And as I continuing my queries :) 4. How can I make Table has specific height and vertically scrolled? -- View this message in context:

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Table component and example initial implementation

2017-01-24 Thread sankar
Hi, Somehow I manage to work adding new rows to the MDL Table component at runtime. It works great, but I saw one particular style is not affecting to the newly added item renderer component from it's parent (Table) - checkbox/select. Initial table code is simple: >

Re: [FlexJS] Popup

2017-01-20 Thread sankar
Hi Carlos, Yes, I've seen those style reference in pom.xml file. I was in need to run the project in an IDE, I made the modification in the template html file. Regarding the dialog polyfill style class insertion, I tried to omit those two style reference from the template file and run, that

Re: [FlexJS] Popup

2017-01-20 Thread sankar
Hi Carlos, I manually edit/add the following lines in mdl-js-index-template.html file to make the example work running from an IDE. Maybe Ant build file adds those lines at runtime, but I didn't have newly added lines in template file: /Edited/

Re: [FlexJS] Popup

2017-01-20 Thread sankar
Now when I able to run the MDLExample project through Moonshine IDE with additional compiler arguments those were requires, I saw the wrapper HTML now taking it's template content from mdl-js-index-template.html file. But yet, it is not rendering expectedly, styles were broken. When I tried to

Re: [FlexJS] Popup

2017-01-20 Thread sankar
piotrz wrote > Are you using Flash Builder with command line compilation ? You need to > add > > -compiler.exclude-defaults-css-files=HTML.swc:defaults.css > -html-template=${basedir}/src/main/resources/mdl-js-index-template.html Piotr, After your last comment to check build/pom.xml I noticed

Re: [FlexJS] Popup

2017-01-20 Thread sankar
piotrz wrote > Are you using Flash Builder with command line compilation ? You need to > add > > -compiler.exclude-defaults-css-files=HTML.swc:defaults.css > -html-template=${basedir}/src/main/resources/mdl-js-index-template.html Piotr, After your previous comment to look into build.xml/pom.xml

Re: [FlexJS] Popup

2017-01-20 Thread sankar
piotrz wrote > In order to use MDL you have to use default template which contains links > to the JS code of MDL. This default template along with default css style > you can find in your downloaded FlexJS SDK folder: > "examples\flexjs\MDLExample\src\main\resources\". Hi Piotr, I'm already

Re: [FlexJS] Popup

2017-01-19 Thread sankar
I just updated my local copy to latest compiler. When I tried testing the MDLExample, my HTML output seems messed-up. Here's the screenshot link:https://i.imgsafe.org/1bf652697c.png. It looks like styles not available. Here's the application file codes, and I had no error during compilation. I

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-19 Thread sankar
I updated with latest compiler, and I confirm it's working fantastic! Thank you for yours effort Alex, Piotr. I've updated the JIRA issue as well. Thanks! -- View this message in context:

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Carlos Rovira-3 wrote > Right, many of the MDL controls are extensions from the HTML ones. Others > don't have counterpart. So as I see in MDL the UI components were complete re-work than what we have in HTML package of FlexJS. MDL has different codes and approach to the problems. So I wonder a

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Carlos, sounds great! Thank you for this nice implementation! I shall update my local sources to give it a run. I think this implementation will answer many UI issues that we are aware in FlexJS framework. And this is more modernized UI than basic FlexJS styles. I'm a little curious though, I

Re: [FlexJS] Popup

2017-01-19 Thread sankar
I noticed that given example source application file was started with . But the running example to Apache server for MDL has it . So I downloaded the source of the project from http://apacheflexbuild.cloudapp.net:8080/job/MDLExample/lastSuccessfulBuild/artifact/examples/flexjs/MDLExample/. When

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Hi Piotr, Thanks for the information. Anyway we're more interested to the HTML output :) But the HTML build is messed up UI and styles. I updated my FlexJS framework source sometime back and the examples were came within it. I'm not sure what goes wrong. Thanks! -- View this message in

Re: [FlexJS] Popup

2017-01-19 Thread sankar
I'm having some trouble running the example, though. When I tried to run as swf, I followed by these errors: > TypeError: Error #1007: Instantiation attempted on a non-constructor. > at >

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Aha! I just noticed it's already in FlexJS examples folder. It's nothing that is developing behind the curtain and still need to be available! I see it's the .css which suppose to make things difference. I'm trying to run the project in Moonshine now :) Thanks! -- View this message in context:

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Carlos Rovira wrote > MDL Dialog does exactly that you can see that here: > http://s.apache.org/MDLExample These examples looks fantastic, Carlos! :D NOOB questions (since I'm not much aware of the development at mdl side), 1. I see mdl has a new xmlns in the given mxml files. Is is something

[FlexJS] Popup

2017-01-18 Thread sankar
Hi, Is there any valid popup implementation is in development, which looks more like a popup having modal background, opens center of the screen, adds custom views etc.? SimpleAlert is too simple in this case. Thanks! -- View this message in context:

Re: [FlexJS] Probable design to support enable/disable state to TextInput

2017-01-12 Thread sankar
How can I restrict the mouse events to TextInput's TextField? I saw /TextField.mouseEnabled = false/ didn't helped. /mouseChildren/ also not available. Is there any way I can prevent the internal TextField's mouse activities in a TextInput component? Thanks! -- View this message in

Re: [FlexJS] TextInput restrict

2017-01-11 Thread sankar
Here is the JIRA link to a review request: https://issues.apache.org/jira/browse/FLEX-35241. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-TextInput-restrict-tp58141p58155.html Sent from the Apache Flex Development mailing list archive at

  1   2   >