Re: [flexcoders] Dotted Separator Lines for HRULE

2009-06-25 Thread Igor Costa
Ramesh This going to save you http://blog.dclick.com.br/2008/08/26/dottedspacer-component/pt/ Next time, try to search a little bit at google you will find it. Best Igor Costa On Thu, Jun 25, 2009 at 7:04 PM, ram ramesh wrote: > > > Hi , > > I am really sturggling with the below small imp

[flexcoders] Dotted Separator Lines for HRULE

2009-06-25 Thread ram ramesh
Hi , I am really sturggling with the below small implementation   Dotted Separator Lines  for HRULE Please send me the sample Code . Need to draw one dotted line to separate two text boxes in MXML.   Thanks in Advance Ramesh

Re: [flexcoders] Flex View Stack / Component Life Cycle Best practice

2009-06-25 Thread Jeffry Houser
You probably want to run code when the viewStack changes. Look at the ViewStack, I bet there is a change event. martinosaint wrote: > Hi there, > > I have built a multiplage application in Flex with different user roles. I > use a View Stack with a Menu Bar to navigate between the different

[flexcoders] Flex View Stack / Component Life Cycle Best practice

2009-06-25 Thread martinosaint
Hi there, I have built a multiplage application in Flex with different user roles. I use a View Stack with a Menu Bar to navigate between the different pages. However - each time a page gets opened, I need to do some database calls, apply User Role settings, etc. in an init() function. This ini

Re: [flexcoders] reg expression for Password

2009-06-25 Thread Manish Jethani
On Thu, Jun 25, 2009 at 2:39 AM, vin.flex wrote: > can anybody help me with regexp for password with following specifications > > 1) It should contain atleast 8 characters > 2) It should atleast has one uppercase letter and one digit > 3) No special characters if (s.search(/^[A-Za-z0-9]{8,

RE: [flexcoders] [Shared Object] Save XML

2009-06-25 Thread Tracy Spratt
What happens when you try? You can always save it as a string then re-parse it when you retrieve it. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: Tuesday, J

[flexcoders] Re: RDS configuration to postgres, FB4 + modeling

2009-06-25 Thread Johannes Nel
stupid mistake. the postgres jar must be in the tomcat/libs folder, project/web-inf/libs is not enough http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html On Thu, Jun 25, 2009 at 7:45 PM, Johannes Nel wrote: > Hi > > in my project.xml file (for tomcat) I am trying to setup

[flexcoders] RDS configuration to postgres, FB4 + modeling

2009-06-25 Thread Johannes Nel
Hi in my project.xml file (for tomcat) I am trying to setup a RDS connection to a postgres db. i get the following error: Data source not found: java:/comp/env/jdbc/dbName I have tried and How would I achieve this. As a side note related to the licensing error i inquired about b

[flexcoders] 401 Response

2009-06-25 Thread wayne vetrone
Hello after lurkin for a while I have a question. I have a .Net application that uses a HTTPRequest with credentials to connect to the server. I pass in the credentials to avoid the 401 response. Next I instantiate an AxWebBrowser and navigate to the flex application. Unfortunately, I receiv

Re: [flexcoders] Bookmark no longer valid, please help

2009-06-25 Thread Mika Kiljunen
I'm having the same exact problem. In my ADG I have an object that contains an arraycollection. Sometimes when I add or remove an item from that collection I get the same exact error. There seems to be some problem within the cursor since it eventually boils down to some index being -1 in deep with

[flexcoders] Re: Charting: Drilling down into a legend label

2009-06-25 Thread Tim Hoff
Not out of the box. But, you could extend Legend and assign a custom LegendItem to legendItemClass. LegendItem is a UIComponent, so it would be easy to extend and add mouse event listeners/handlers. In the custom LegendItem, you could use the legendData and/or element vars, to drive the drill-d

Re: [flexcoders] wmode=opaque/transparent and linux

2009-06-25 Thread Igor Costa
Yes I can confirm that as James said, before that only transparent works but using a hack from polygeek did. Regards Igor Costa On Wed, Jun 24, 2009 at 7:31 PM, hank williams wrote: > > > Thanks James. > > > On Wed, Jun 24, 2009 at 6:05 PM, James > Ward> > wrote: > > > > > > This should wo

Re: [flexcoders] PDF - Text Display

2009-06-25 Thread Igor Costa
I did a blog post about this field a while back Check out and see if fits on your own needs http://www.igorcosta.org/?p=231 Regards Igor Costa On Wed, Jun 24, 2009 at 6:13 PM, Avinash wrote: > > > Larson, > > Please take a look at my blog, and you will know how to load PDF in Flex > (well in

[flexcoders] Charting: Drilling down into a legend label

2009-06-25 Thread Brad Bueche
I was just going through an old Flex 2 charting app I did. And one of the things I, and my prospective users, wanted to do was to drill down into a legend label. (I got drill-down in the charts workingthanks to quietlyscheming --- that stuff was not documented anywhere then!) I'm thinking

[flexcoders] Re: Embed AIR app to MS Word

2009-06-25 Thread Amy
--- In flexcoders@yahoogroups.com, "lehaianh1986" wrote: > > Hi all, I know some function of Adobe Reader is embed to MS Word. I wonder > that can AIR app have ability to embed to MS Word? And how to do it? > Look in the Word and VBA help for Add on or Add-on (I forget which it actually is). H

RE: [flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Gregor Kiddie
I'd suggest reading up on how modules work. Start with Alex Harui's blog... Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web si

RE: [flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Fuzzo
Do you suggest to invoke a timer.stop() before unloading? Shoud this solve the problem? I'm not sure but i'll try! What event can I catch to invoke timer.stop()? It's an internal object of the module and the module doesn't know when are about to be unloaded! Thanks! Gregor Kiddie wrote: > >

RE: [flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Gregor Kiddie
Well, you've answered your own question... the module is still alive because it's still alive. There is a Timer object still running and firing events. You need to make sure that anything of that nature is stopped before it can be unloaded. Gk. Gregor Kiddie Senior Developer INPS Tel: 0

Re: [flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Fuzzo
Fuzzo wrote: > > Hi all! > > I'm writing a modular application that loads a module. This module inside > has a Timer that trace something every 5 seconds. > When from application i "exit" (unload) the module, i have no error but i > see the writing done by the module that should be unloaded! >

[flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Fuzzo
Hi all! I'm writing a modular application that loads a module. This module inside has a Timer that trace something every 5 seconds. When from application i "exit" (unload) the module, i have no error but i see the writing done by the module that should be unloaded! It means that the module is al

Re:valdhor [flexcoders] Re: domain problem in remoteobject application

2009-06-25 Thread valdhor
Wrong file (You are looking at amfphp/core/shared/app/Globals.php). The file should be in the root directory (amfphp/globals.php) along with the gateway.php file amongst others. HTH Steve BTW. I would recommend changing to WebORB for a more robust, well tested and reliable remoting experie

[flexcoders] Re: tilelist rowCount not working...

2009-06-25 Thread Amy
--- In flexcoders@yahoogroups.com, grimmwerks wrote: > > Ugh. It appears it's something inherent with Flex 3, was abandoned and > fixed in F4. > > http://bugs.adobe.com/jira/browse/SDK-15335 I don't think it's a bug, just counterintuitive: http://tech.groups.yahoo.com/group/flexcoders/message

Re:[flexcoders] flex component into papervision - bad quality

2009-06-25 Thread duncmcm
Hi Folks Has anyone tried to insert a flex component into pv3d? And come across this quality issue or ahs someone got a working example? Thanks again Duncan --- In flexcoders@yahoogroups.com, j2me_soul wrote: > > I got the same problem. Can anyone give some suggestion? > > > ÔÚ2009-06-23£

Re: [flexcoders] reg expression for Password

2009-06-25 Thread thomas parquier
these 1) String.length>=8 2) /[A-Z]/ for uppercase and /[0-9]/ for digit 3) /[0-9a-zA-Z]/ for alphanum should work. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/24 vin.flex > > > c

[flexcoders] Re: I can't understand pureMVC

2009-06-25 Thread vladakg85
Ok, problem solved, my friend with more experience help :) I made stupid mistake, I have wrong mapped User VO, instead this: [RemoteClass(alias="BL.User")] Now I have this: [RemoteClass(alias="DemoFluorine.BL.User")] Thats why service returned me ObjectProxy --- In flexcoders@yahoogroups.com, Si

Re: [flexcoders] need votes for adobe bugs

2009-06-25 Thread Tom Chiverton
On Tuesday 23 Jun 2009, claudiu ursica wrote: > Probably to get them up in the fixing queue since many votes gain you > attention ... :) Oh, yes, that :-) I don't know why I hadn't thought of it before ! P.S. 160 days left to save Flex Builder on Linux : http://bugs.adobe.com/jira/secure/IssueNa