Hi Guys,
Iam using one data grid in which in have written one inline selectedItem
=@{employee} , it is throwing a strict mode compiler error. I dont want to
change my compiler options .. Please help
Thanks,
with Regards,
Jitendra Jain
Software Engineer
91-9979960798
This is working for other components like list but only creating problem with
datagrid of spark library.
Thanks,
with Regards,
Jitendra Jain
Software Engineer
91-9979960798
- Forwarded Message -
From: jitendra jain jitendra_jain_2...@yahoo.com
To: flex group flex
Hi,
Yep, there is PHP setting in php.ini for that
max_execution_time = 30 ; Maximum execution time of each script, in seconds
PS php_error.log is a good thing to check
Cheers,
--- In flexcoders@yahoogroups.com, georgemeng2011 georgemeng2000@... wrote:
Hello,
I have very simple code to
This is working for other components like list but only creating problem with
datagrid of spark library.
Thanks,
with Regards,
Jitendra Jain
Software Engineer
91-9979960798
- Forwarded Message -
From: jitendra jain jitendra_jain_2...@yahoo.com
To: flex group flex
Hi,
remove the quotes from your true and false values. The visible property is a
boolean property. Your non empty strings (true/false) will type coerce
to true.
Lars
http://www.flexceptional.com
On Mon, Jul 18, 2011 at 11:41 AM, chinwesley wesleyc...@hotmail.com wrote:
**
Hi everyone,
I
Dear Flexer,
I'm developping an AIR application.
I'd like include licence system to protect my soft.
Do you if free component exist or do you have an idea to do that?
Thanks for help
I try to do a beautiful form on my AIR app.
But with s:FormItem, I don't find how to place label in two lines.
Can you help me to solve that?
Thanks.
Have you tried using the StackedFormItem akin
You might have to do some skin modifications
Sent from my iPhone
On Aug 3, 2011, at 3:46 PM, isa_loyer isa_lo...@yahoo.fr wrote:
I try to do a beautiful form on my AIR app.
But with s:FormItem, I don't find how to place label in two lines.
Can
I don't know of any free component, but you may want to investigate either
Zarqon ( from Cliff Hall, the creator of PureMVC ), or NitroLM.
On Wed, Aug 3, 2011 at 5:14 AM, isa_loyer isa_lo...@yahoo.fr wrote:
**
Dear Flexer,
I'm developping an AIR application.
I'd like include licence
I believe Sharify is the other Player in the space.
With Flextras; we wrote our own. This isn't usually the type of thing
you look for a free component for.
On 8/3/2011 10:12 AM, Nick Collins wrote:
I don't know of any free component, but you may want to investigate
either Zarqon (
A test case and full text of the error are helpful things to post.
On 8/3/11 12:58 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote:
This is working for other components like list but only creating problem with
datagrid of spark library.
Thanks,
with Regards,
Jitendra Jain
Any time I add or remove an item from a Spark list, the list resets itself to
display the first element at the top. Is there a way to get the list to
remember its current location? For example if I'm scrolled half way down a list
and remove an item I would like the list to remain scrolled to
Hello,
Is it possible to launch a .bat from the web application in Flex ?
Thx,
Chris,
Thank for taking time to answer my question!
As I mentioned in my post, I have configured and tested php within brower. It
worked, so it is not php side issue.
My environment:
Flex Builder 4.1 with AIR 2.6, it is an AIR application. I tested within IDE as
well as released version.
Thanks!
Sorry, forgot to mention that I put exactly the same code into Web application,
it worked.
So it must be something wrong on the AIR side.
Again, my environment is:
Flash Builder 4.1
AIR 2.6
Thanks,
George
--- In flexcoders@yahoogroups.com, mitek17 mitek17@... wrote:
Hi,
Yep, there is
I posted another post with the same question, but that post was not clear. So
here is the update.
In short, I have the same code works in Web, Framework 3.5 AIR, but not
Framework 4.1 AIR.
Environment first: Flash Builder 4.1, AIR 2.6
I have a PHP page which insert records to DB, takes 2
First my environment: Flash Builder 4.1, AIR 2.6
Within AIR application, I have code like this:
private function init():void
{
for ( var i:int = 0; i 500; i++ )
{
var ws:HTTPService = new HTTPService();
ws.requestTimeout = 300;
ws.useProxy = false;
Would you have a snippet of that code handy? If not, I’ll figure it out.
Thanks.
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf
Of j2me_soul
Sent: Tuesday, August 02, 2011 11:46 PM
To: flexcoders@yahoogroups.com
Subject: Re:[flexcoders] mx:Datagrid nowto
Could you just put your form in a modal popup window?
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of nikunj_n123
Sent: Tuesday, August 02, 2011 7:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex View States
Hello All,
My Application
I think you'd need to install a protocol handler in a web browser and use
gotourl to go to that protocol.
I've used the same technique to start scripts on a mac at the client... It's a
pain, you need to do it even in Adobe Air.
Regards,
Pete
cjacquel73 chjacque...@gmail.com wrote:
Hello,
By label do you mean the form item label appeared at the front or the content
of the form item? In the latter case try to add a VGroup inside the formitem.
Regards,Yang
To: flexcoders@yahoogroups.com
CC: rishitandon...@yahoo.com
From: isa_lo...@yahoo.fr
Date: Wed, 3 Aug 2011 21:38:05 +0200
Howdy Alex (or anyone else)-
SCENARIO:
Flex 4.5.1 mobile application targeting Android and iOS (no pad) only.
Works flawlessly on desktop emulations (all profiles) and on all Android
devices.
Started testing on iOS 3GS and I get the following error (only top-most
relevant lines are displayed)
Hi George,
Well, the difference between AIR browser is explainable, as HTTPService
piggybacks the browser's API, while AIR uses it's own.
A quick googling shows that there are related issues with RemoteObject calls in
AIR 2.0
http://forums.adobe.com/thread/696177
24 matches
Mail list logo