Re: [flexcoders] Re: How do I call a custom tooltip function for my TabBar items?

2008-03-03 Thread Johan Lopes
Hi Daniel, The children are only buttons, autocreated by the TabBar when you pass it data (ArrayCollection or Arrays) as its DataProvider. My DataProvider has labels and icon values that gets passed to the buttons. The custom tooltip I wanted to use looks the same as the errorTooltip you get when

Re: [flexcoders] Access MySQL directly from Flex client

2008-03-03 Thread Johan Lopes
I don't know of an open-source implementation without a middle-layer. There was a blog post ages ago about someone putting together a flex-mysql connector but haven't seen any activity as of late. Let me know if you find it. Check out www.osflash.org for potential projects. You've probably have

Re: [flexcoders] Cool Flex Site with Free 30 day trial

2005-11-10 Thread Johan Lopes
Shame their service seems to be geared only towards the US. I live in London UK and had to use California as my state and 90210 as my postcode to get access to the trial :( Anyways, yes it looks cool and the UI interaction is very response too. It's great to see Flex being used like this. Johan

Re: [flexcoders] Cool Flex Site with Free 30 day trial

2005-11-10 Thread Johan Lopes
typo there. I meant responsive of course. On 11/10/05, Johan Lopes [EMAIL PROTECTED] wrote: Shame their service seems to be geared only towards the US. I live in London UK and had to use California as my state and 90210 as my postcode to get access to the trial :( Anyways, yes it looks cool

Re: [flexcoders] Tomcat and Flex (Apache and mod_jk)

2005-04-26 Thread Johan Lopes
Hi Eric, I've run into similar problems. I keep getting Error 500 (Internal Server Error) when running .mxml files through Apache + Tomcat hooked through mod_jk. The odd thing is that if I serve an html file through that same context or webapp everything works fine. But as soon as I try to

Re: [flexcoders] Re: any ideas about flex client side caching?

2005-04-22 Thread Johan Lopes
age- From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Johan Lopes Sent: 2005 421 20:57 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: any ideas about flex client side caching? Zhu Feng 1. The shared object stored in local disk is plain; we can

Re: [flexcoders] Re: any ideas about flex client side caching?

2005-04-21 Thread Johan Lopes
Zhu Feng 1. The shared object stored in local disk is plain; we can see the .sol file context easily by text editor If you're saving sensitive data then use an encryption scheme to scramble your data before saving them as SharedObjects. There are many implementations being ported to AS2, just

Re: [flexcoders] Tomcat

2005-04-21 Thread Johan Lopes
Browse to http://localhost:{port} and confirm that tomcat is running. 1-3 are then a doddle. true. i wouldn't say it was painful but we had more trouble trying to get flex working through jrun, as we wanted to deploy on the same server instance as coldfusion + using apache 2 as the webserver.

[flexcoders] OT:?versionChecked=false crashes JRun/Apache

2005-04-13 Thread Johan Lopes
Hi, I just noticed that when I rewrite the versionChecked queryString on the browser (Mozilla 1.7.3 on Windows) to false (http://myserver.com/flex/myflex.mxml?versionChecked=false) the Jrun Connector for Apache goes into what it looks like an infinite loop and crashes, resulting in an internal

[flexcoders] Re: OT:?versionChecked=false crashes JRun/Apache

2005-04-13 Thread Johan Lopes
. -abdul -Original Message- From: Johan Lopes [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 4:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] OT:?versionChecked=false crashes JRun/Apache Hi, I just noticed that when I rewrite the versionChecked