[flexcoders] Lcds edge configuration help

2011-09-02 Thread sanjit
Hi I am working on hogh availability of LCDS applcation server through LCDS Edge Server. Following is the scenario which I am trying to achieve. Client (FLEX client) -- LCDS EDGE (Tomcat)--- AppServer1 [JBoss + LCDS]

[flexcoders] Clearing of Shared Object during Uninstallation of AIR app

2011-09-02 Thread jitendra jain
Hi Guys, how to clear the shared objects during uninstallation of AIR application? Please help.. Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798

[flexcoders] Why is CSS replaced by skins in Flex 4.x?

2011-09-02 Thread John Fletcher
I understand the advantages of skins, they are working pretty well for me. But what disappoints me is the inability to add some padding on an element, or change the height of a button, via CSS. It seems ridiculous to me to create entire skin files just to change some small aspects of a certain

RE: [flexcoders] Why is CSS replaced by skins in Flex 4.x?

2011-09-02 Thread Glenn Williams
You can. Just build skins that allow you set css styles from cc on them. I for one don't want the out of the box skins to be full of css stuff. Just makes the components needlessly large and messy. Keep it simple and clean and if you need more css then build skins that allow you to use

[flexcoders] Spark Datagrid / IGridItemEditor.save() issue when using the tab key

2011-09-02 Thread bhaq1972
I have problem with the IGridItemEditor.save() method. According to the docs for save()...if the data isn't valid, then the data isn't saved and the editor is not closed. So I setup an example to test this, and its seems ok. However, once I enter valid data and hit the Tab key, I expect the

[flexcoders] Adobe Flex + PHP +DTO

2011-09-02 Thread Amin
hello i'am using flex and php with amf method,but i want to optimize my code with DTO. but i have no enough information about it. can you introduce a reference? or have you any suggestion? thank for your attention :D Amin Shahnazary

[flexcoders] Using Flex/AIR to save a png image of a web page

2011-09-02 Thread Tac Tacelosky
I have a list of URL's, and I'd like to get screen captures of them for an archive. I basically want to loop through each one, loading it in an mx:HTML component, and when the javascript is finished loading, save a snapshot, and then move to the next one. Two questions: What event should I be

RE: [flexcoders] Why is CSS replaced by skins in Flex 4.x?

2011-09-02 Thread Davidson, Jerry
John, I'm with you 100%. A two line css entry to put in a background image requires over 300 lines in a skin. That's crazy. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of John Fletcher Sent: Friday, September 02, 2011 6:45 AM To:

[flexcoders] Get the fontWeight of a datagrid header.

2011-09-02 Thread aceoohay
Is there a way of getting the fontWeight, color, style... of the column header in a datagrid? I am writing a component that converts a datgrid to excel, and would like to make the spreadsheet look as similar as possible to the data grid.