Re: [flexcoders] Re: In Flex, is there any equivalent to Fieldset in HTML?

2005-04-02 Thread Manish Jethani
On Apr 3, 2005 12:06 AM, Ghislain Simard <[EMAIL PROTECTED]> wrote: > How to embed the label inside the border like usual fieldset? You could create a small MXML component like this: var title_mc:Label; function createChildren():Void { super.createChil

[flexcoders] Memory Leak?

2005-04-02 Thread Scott Barnes
I dunno whats going with GMAIL as I tried sending this earlier but kept going to Matt only... Heres a memory Leak test thing I did. I did a basic script which looks like this:

RE: [flexcoders] Large Flex app architecture

2005-04-02 Thread Jose Lora
We also have a quite large internal application (Campaign Management) and we’re using a very similar approach with an event driven Form factory and a main ViewStack. 90% of the code is based on custom views.   We started with the Cairgorm framework, but we have to add some additional ar

RE: [flexcoders] Creation/Destroy Queries...

2005-04-02 Thread Jose Lora
Sounds like a memory leak to me. Hopefully the next version of the player will do a better job at it. Some of my users love their app so much, they don’t even close the browser, and after some days, the app/browser will become unresponsive.   From: Matt Chotin [mailto:[EMAIL PR

[flexcoders] Come Break This

2005-04-02 Thread JesterXL
I'm trying to find bugs for the Flashcom; if your awake, come and break it. Make sure you have speaker control; could be loud. http://dev.jessewarden.com/dnd/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe f

Re: [flexcoders] upload in central

2005-04-02 Thread Rich Tretola
Stacy, The cf page gets called everytime but the form scope only dumps out the FILEDATA and FILENAME occasionally. Most of the time the dump is empty. And how would you set multipart coming from flex/central anyway ? Rich On Apr 2, 2005 3:08 PM, Stacy Young <[EMAIL PROTECTED]> wrote: > >

[flexcoders] Zipcode validator

2005-04-02 Thread hunnybee20_bumblebee20
Hi guys i am very much new to flex but am really enjoying working with it, i think its really great. i have a question for anyone who can help me. can you get a zipcode validator component tag for australian zip codes (postcodes) since i have stopped using the zipcode validator even with the

Re: [flexcoders] Interfaces?

2005-04-02 Thread Seth Voltz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just downloaded the docs. Run them locally and it's lightning quick. Also lets me do offline dev. - - Seth On Apr 02, 2005, at 17:05, JesterXL wrote: > > Ok, both you and Spike say the LiveDocs so I'll just hang there; I > still > love the lo

RE: [flexcoders] FlashVars a security risk?

2005-04-02 Thread Matt Chotin
We’re probably taking a somewhat different approach in the next version.   Matt   From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Saturday, April 02, 2005 3:35 PM To: Flexcoders Subject: [flexcoders] FlashVars a security risk?   NO, I haven't found a use case yet, but to m

Re: [flexcoders] Create ViewStack children via Actionscript

2005-04-02 Thread JesterXL
vb.createChild(mx.containers.Label,undefined,{text:"Hello"}); var ref:VBox = VBox(vb.createChild(VBox, undefined)); ...or something to that effect. You do the same thing with popups to give you another example: var win:TitleWindow = TitleWindow(PopUpManager.createPopUp(this, Window, true));

[flexcoders] FlashVars a security risk?

2005-04-02 Thread JesterXL
NO, I haven't found a use case yet, but to me, it seems that putting any url var translates to a FlashVars automatically written for me. Cool. ...however, I started thinking dirty, and did stuff like _root=cow, etc., trying to break it. While it's nice because now I can just reference applic

Re: [flexcoders] Create ViewStack children via Actionscript

2005-04-02 Thread Harris Reynolds
Quick qustion... after creating a Flex component using ViewStack.createChild, how do you coerce the MovieClip that is returned to be the correct type. In the example code that was posted below, how to you get the VBox variable (vb) to actually walk and talk like a VBox? (instead of a MovieClip).

Re: [flexcoders] Interfaces?

2005-04-02 Thread JesterXL
Ok, both you and Spike say the LiveDocs so I'll just hang there; I still love the local AS2 class definitions, though, as a shortcut in Firefox; it's so much quicker than LiveDocs for method lookups for specific components. Cool, thanks again yall! - Original Message - From: "Har

Re: [flexcoders] Interfaces?

2005-04-02 Thread Harris Reynolds
Yeah... I have had trouble with the search facility as well. I am looking at the main doc available here [1]. The info I've been looking at is available by navigating to Developing Flex Applications Version 1.5 -> Working with ActionScript in Flex -> Working with components ->

Re: [flexcoders] Interfaces?

2005-04-02 Thread Spike
http://livedocs.macromedia.com/flex/15/flex_docs_en/2173.htm Spike JesterXL wrote: > wtf...dude, where are you finding this in the docs...or rather, how? I did > a search for interface, and in both books, these didn't come up in like the > first 5? > > - Original Message - > Fro

Re: [flexcoders] Interfaces?

2005-04-02 Thread JesterXL
wtf...dude, where are you finding this in the docs...or rather, how? I did a search for interface, and in both books, these didn't come up in like the first 5? - Original Message - From: "Harris Reynolds" <[EMAIL PROTECTED]> To: Sent: Saturday, April 02, 2005 4:37 PM Subject: Re: [fl

Re: [flexcoders] Interfaces?

2005-04-02 Thread Harris Reynolds
LOL... this is your lucky day... again clipped from the doc... implement away!! ~harris You can implement multiple interfaces by separating them with commas as the following example shows: http://www.macromedia.com/2003/mxml"; implements="SuperBox, SuperBorder, SuperData"> --- JesterXL <[EM

Re: [flexcoders] Interfaces?

2005-04-02 Thread JesterXL
...when we get the ability to implement more than 1, than that'll be the hotness! - Original Message - From: "Harris Reynolds" <[EMAIL PROTECTED]> To: Sent: Saturday, April 02, 2005 4:32 PM Subject: Re: [flexcoders] Interfaces? Yep... it still feels a little weird implementing an in

Re: [flexcoders] Interfaces?

2005-04-02 Thread Harris Reynolds
Yep... it still feels a little weird implementing an interface in MXML instead of AS, but it is cool stuff. Interfaces are one of the nicest things about modern OO programming IMO. L8R, ~harris --- JesterXL <[EMAIL PROTECTED]> wrote: > That's it? Awesome, thanks! > > :: tests :: > > Heck ye

Re: [flexcoders] Interfaces?

2005-04-02 Thread JesterXL
That's it? Awesome, thanks! :: tests :: Heck yeah, it works, neat!!! - Original Message - From: "Harris Reynolds" <[EMAIL PROTECTED]> To: Sent: Saturday, April 02, 2005 4:26 PM Subject: Re: [flexcoders] Interfaces? It's about the same as in ActionScript... I was just doing this to

Re: [flexcoders] Interfaces?

2005-04-02 Thread Harris Reynolds
It's about the same as in ActionScript... I was just doing this today... the MXMO below is clipped from the flex docs... notice the implements attribute and the corresponding implementation in the Script element. hope that helps, ~harris http://www.macromedia.com/2003/mxml"; implements="SuperB

Re: [flexcoders] Interfaces?

2005-04-02 Thread Harris Reynolds
It's about the same as in ActionScript... I was just doing this today... the MXMO below is clipped from the flex docs... notice the implements attribute and the corresponding implementation in the Script element. hope that helps, ~harris http://www.macromedia.com/2003/mxml"; implements="SuperB

[flexcoders] Interfaces?

2005-04-02 Thread JesterXL
How do you use an interface in MXML? In ActionScript it's "implements ISomeInterface". Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of

RE: [flexcoders] upload in central

2005-04-02 Thread Stacy Young
Works just fine!   Make sure ur using a multi-part form Do not use pound signs when specifying the file field See livedocs for more detail http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p35.htm#wp3540091   You can also try cf-talk, great general CF li

RE: [flexcoders] Re: Help with binding null data to web service p aram eters.

2005-04-02 Thread Matt Chotin
I’m not sure if the initial value of text is undefined or if it’s empty-string.  I don’t get why it successfully sent the empty-string over instead of sending nothing, maybe you’re just getting lucky right now J   From: hecubus_eh [mailto:[EMAIL PROTECTED] Sent: Saturday, April

RE: [flexcoders] path of external jar files

2005-04-02 Thread Matt Chotin
I think your JAXB files should be able to go in web-inf/lib.  I’m not sure if it has anything to do with classpath, but you may need the system to print out more info for you.   Matt   From: ssudha2 [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 11:37 PM To: flexcod

[flexcoders] Re: In Flex, is there any equivalent to Fieldset in HTML?

2005-04-02 Thread Ghislain Simard
How to embed the label inside the border like usual fieldset? --- In flexcoders@yahoogroups.com, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Hi, > > You can use nested Form tag with borderStyle="solid" or u can us Vbox with > proper margins.. > > But it's so easy to make your own fieldset compone

RE: [flexcoders] Javascript open.window in htmlText + 128 Char links

2005-04-02 Thread Anthony Merryfield
Cool, that looks perfect. Out of interest, will this handle more than 128 characters in a link? It seems to be truncated at that point regardless of the characters when I do a normal link? Cheers, Tony. -Original Message- From: Abdul Qabiz [mailto:[EMAIL PROTECTED] Sent: 02 April 2

RE: [flexcoders] Using RemoteObject to pass data to the Server

2005-04-02 Thread Abdul Qabiz
Hi, You are right, you need to pass all data as arguments in the called method. Sorry about docs, I understand it should be more better... -abdul -Original Message- From: digital_eyezed [mailto:[EMAIL PROTECTED] Sent: Saturday, April 02, 2005 3:59 PM T

RE: [flexcoders] Javascript open.window in htmlText

2005-04-02 Thread Abdul Qabiz
Hi You can do it, the way its done in html/javascript... _ta.htmlText = "Click here to open macromedia.com in a popup."; But sometimes, these kind of linking become unmanagable, in that case you can use "asfunction" to call a function flex code which opens popup... Look at the following

[flexcoders] Re: Help with binding null data to web service param eters.

2005-04-02 Thread hecubus_eh
Thanks for the reply, explanation and workaround, Matt! Can you explain why this logic: txtCompany.text == undefined ? 'foo':txtCompany.text didn't return 'foo' in the VO or the WebService request parameter, and performed the equivalent of initializing txtCompany.txt? Thanks again, Rick...

RE: [flexcoders] In Flex, is there any equivalent to Fieldset in HTML?

2005-04-02 Thread Abdul Qabiz
Hi, You can use nested Form tag with borderStyle="solid" or u can us Vbox with proper margins.. But it's so easy to make your own fieldset component, its essentially one of Box container... ##FieldGroup.mxml## http://www.macromedia.com/2003/mxml";>

Re: [flexcoders] upload in central

2005-04-02 Thread Rich Tretola
So is this completely unreliable ? In 15 test uploads, I was able to get the form data only twice with the variables being form.FILENAME and form.FILEDATA. So whats the deal, does this work only once in a while ? Here is a sample of one of the 2 successful uploads that occurred: FILEDATA /Appli

[flexcoders] Javascript open.window in htmlText

2005-04-02 Thread Anthony Merryfield
Title: Javascript open.window in htmlText Hi everybody, Is there a way to open a popup from a link in htmlText? Cheers, Tony. This communication together with any attachments transmitted with it ("this E-Mail") is intended only for the use of the addressee and may contain informat

[flexcoders] In Flex, is there any equivalent to Fieldset in HTML?

2005-04-02 Thread Ghislain Simard
Hi, In Flex, is there any tag or way of doing the same job as a fieldset as in HTML? If not, it would be great to have it out-of-the-box in Flex. Thanks Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from

RE: [flexcoders] Flex Events (UK South)

2005-04-02 Thread Steven Webster
Simon,   Does anyone know of any Flex events in the South of the UK - particularly near Southampton?  Edinburgh is only an Easyjet away ;)  The UK Rich Internet Application usergroup is holding meetings every 6 weeks in Edinburgh, which are all focussed on RIA development with Fle

[flexcoders] Job Opening

2005-04-02 Thread Ashley Streb
Flex/Flash engineer job opening Brightcove, Inc., a young startup lead by former Macromedia CTO Jeremy Allaire is looking for experienced Flash developers seasoned at building Flex applications to join its engineering team. As a member of this team, you will contribute to the development, re

Re: [flexcoders] remoteObject error handling

2005-04-02 Thread Ashley Streb
There are a variety of ways of handling results (success or failure) from the server. One way to do it is to assign a function that should be called on either success of failure. Here is the definition of a RemoteObject, and the processing of a failure is assigned to a function that is assign

[flexcoders] remoteObject error handling

2005-04-02 Thread digital_eyezed
Hi, I'm calling a remoteObject with an Argument (a String), which inserts it (the string) into a database. However, I have setup the database to not allow duplicate entries. So when testing this in Eclipse and if I try to enter the same data twice I get this error: SQLException: Duplicate en

[flexcoders] Using RemoteObject to pass data to the Server

2005-04-02 Thread digital_eyezed
Hi, I can't find much documentation on passing the data to the server using the remoteObject data service. Everything seems to be about getting info from the server. Is there any info around on carrying out such tasks? I'm almost certain that its just about filling the arguments on the calle

[flexcoders] Flex Events (UK South)

2005-04-02 Thread Simon Fifield
Hi Flexcoders,   Does anyone know of any Flex events in the South of the UK - particularly near Southampton?     Kind Regards,   Simon Fifield Mango Solutions     Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/  To unsubscribe fro