[flexcoders] Flex and asSQL - Crossdomain issue?

2009-01-27 Thread GeeTee
Hi everyone, Yesterday I developed my first flex 3 app and placed the Release build in the webapps folder of tomcat (5.5.26). The application is quite simple and just needs to populate the datagrid with the data in MySQL (which is on the same machine on port 3306). I have used asSQL to

Re: [flexcoders] Flex and asSQL - Crossdomain issue?

2009-01-27 Thread GeeTee
[mailto:flexcod...@yahoogroups.com] On Behalf Of GeeTee Sent: Tuesday, January 27, 2009 1:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex and asSQL - Crossdomain issue? Hi everyone, Yesterday I developed my first flex 3 app and placed the Release build

RE: [flexcoders] Flex and asSQL - Crossdomain issue?

2009-01-28 Thread GeeTee
-control permitted-cross-domain-policies=master-only/ Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of GeeTee Sent: Tuesday, January 27, 2009 2:22

[flexcoders] open new browser in maximized state

2009-02-16 Thread GeeTee
Hi everyone, Can anyone let me know if it is possible using Flex / AS to open a new browser (using navigateToURL(arg1,_blank)) with the new browser in maximized state? On my system, it always opens at a smaller size and does not create a good user experience. Thanks. Gaurav -- View this

[flexcoders] Start Column Chart Y-axis from non-zero value

2009-03-26 Thread GeeTee
Hi everyone, I was making a stacked column chart (in which a user can see the data between a 'Start Date' and an 'End Date' using a date field) in which the bottom part would show a cumulative data till that day while the top part would show the data for that day. No matter what the start date

[flexcoders] Automatically scroll down to component

2009-04-30 Thread GeeTee
Hi everyone, I am working on a dashboard in which in the base state some data (several indices with their data split by time) will be visible in a datagrid and the user can switch the state to the one in which for every index, there will be charts one below the other. I want to implement an