Simon, It is possible, currently, to use Flex with FlashORB for remoting. Apart from the license, it’s perfectly capable of being a standalone product… ...
12411
Simon Fifield
mangoboy_simon
Apr 1, 2005 5:49 pm
Good point Robert. Regards, Simon ... From: Robert Stuttaford [mailto:robert@...] Sent: 01 April 2005 18:46 To: flexcoders@yahoogroups.com Subject:...
12412
Abdul Qabiz
abdulqabiz3
Apr 1, 2005 6:18 pm
Hi, What about creating a custom component extending from Link component. I have made a simple example, might help you.. ##LinkEx.mxml## <mx:Link...
12413
Tracy Spratt
nts333rd
Apr 1, 2005 6:18 pm
Get the list as email in Outlook. Searching is much better that way also. Tracy ... From: bhaq1972 [mailto:mbhaque@...] Sent: Friday, April 01, 2005...
12414
Matthew Shirey
mshireygmail
Apr 1, 2005 6:56 pm
I was already told by our MM rep that its counted by the physical processor. Dual core is still one. M....
12415
nostra72@...
nostra72
Apr 1, 2005 7:00 pm
I am trying to make an array of Objects that hold Number values and for some reason this code does not work can someone explain why it does not work? I am ...
12416
Andora, Greg
and_or_a
Apr 1, 2005 7:02 pm
Hi all, I'm trying to expose a property of a custom component to be available for binding and can't seem to get it tor work. Below is the code for a very ...
12417
Lucian Beebe
lucianbeebe
Apr 1, 2005 7:07 pm
Wow, Hans, I couldn't have said it better. We really do hear you. We really are trying to make the absolute best Flex development platform possible. And focus...
12418
nostra72@...
nostra72
Apr 1, 2005 7:08 pm
I am sorry I meant to put the words an array of Numbers in the subject value not an array of Buttons I know how to make an array of buttons just not numbers....
12419
Andora, Greg
and_or_a
Apr 1, 2005 7:08 pm
You never actually call your addnumbersup() function. If you place it in your placenumberdown() function, it should start working. For example: public...
12420
dduuggllaa
Apr 1, 2005 7:14 pm
Could someone please instruct me in how to drive thread mode in the group. It behaves about as broken as is possible. My needs are simple, folks. - I want to...
12421
Andora, Greg
and_or_a
Apr 1, 2005 7:14 pm
Also, to make the array of Numbers (not objects with a property named "Number"), you'd probably rather have your array object like this: <mx:Array...
12422
nostra72@...
nostra72
Apr 1, 2005 7:32 pm
I se well thats most helpful if thats the case then can I just make an array of buttons by doing this <mx:Array id="buttonstouse"> <mx:Button label ="1" /> ...
12423
Ashish Goyal
scorp3175
Apr 1, 2005 7:34 pm
Hi Greg, The problem is you are not dispatching the "myVar_changed" event. Add this line in your setter function and it should work. dispatchEvent({type:...
12424
Robert Brueckmann
rbrueckmann78
Apr 1, 2005 7:39 pm
Anyone on this list going to this conference next week? I can't wait...some of the seminars look great...granted it's not Flex-oriented it still should...
12425
Andora, Greg
and_or_a
Apr 1, 2005 7:51 pm
That did it, thanks a lot. Greg Andora ... From: Ashish Goyal [mailto:agoyal@...] Sent: Friday, April 01, 2005 11:35 AM To:...
12426
jacksodj
Apr 1, 2005 7:52 pm
Sounds like a perfect flex app. tree nav etc....
12427
Jeremy Bruck
jeremybruck
Apr 1, 2005 8:18 pm
MfgQuote ( www.MfgQuote.com ) is looking for another CFMX & Macromedia Flex developer to join the team. Applicants should have used Flex for the past 6 months...
12428
Rich Tretola
rtretola@...
Apr 1, 2005 8:54 pm
Does anyone know the reference that I need to use on the coldfusion side of a flex/ventral upload ? I know that the .cfm page is being called but I don't know...
12429
Spike
spike@...
Apr 1, 2005 8:57 pm
Use cflog to log the names of the form fields that get posted. You can then check the log file to see what the name was. Spike ... -- ... Stephen Milligan Code...
12430
Kyle
kylozamba
Apr 1, 2005 9:10 pm
Hi, I'm new to Flex and am curious if it is possible to design a Flex app that has an embedded html rederer within it. We currently have a web app that renders...
12431
Doodi, Hari - BLS CTR
doodi_h@...
Apr 1, 2005 9:10 pm
Hi, Does any one know how to un-select an already selected row in a datagrid? Situation is like this, user can navigate data either by selecting an item from...
12432
Ashish Goyal
scorp3175
Apr 1, 2005 9:17 pm
See if htmlText property of Text controls solves the purpose.. You can find more info about htmlText in the Flex1.5 live docs. ...
12433
Gordon Smith
gsmithsf
Apr 1, 2005 9:21 pm
Try setting dg.selectedIndex = undefined. - Gordon ... From: Doodi, Hari - BLS CTR [mailto:doodi_h@...] Sent: Friday, April 01, 2005 1:11 PM To:...
12434
Matt Horn
danger4242
Apr 1, 2005 9:30 pm
Another variation on this is to use addEventListener on the keyUp event of _root. Of course, using "_root" is discouraged, but I haven't been able to figure...
12435
Gordon Smith
gsmithsf
Apr 1, 2005 9:37 pm
Use application instead of _root. - Gordon ... From: Matt Horn [mailto:mhorn@...] Sent: Friday, April 01, 2005 1:30 PM To:...
12436
Tom Fitzpatrick
tom24569
Apr 1, 2005 9:50 pm
Setting a datagrid's variableRowHeight property to true (and enabling wordwrap in one of the columns) seems to make it impossible to reset the rowCount, which...
12437
Seth Voltz
sethvoltz
Apr 1, 2005 9:57 pm
... Hash: SHA1 I'm not sure I understand what you mean by a "central model" I can't hard code a single class to send requests to many places if that's what...
12438
Ashish Goyal
scorp3175
Apr 1, 2005 10:15 pm
For variable row height DataGrid, rowCount is not supported. Since the rowheight is not constant in a VRH DG, its not possible to show fix number of rows in a...
12439
Cynthia Lee
cylee@...
Apr 1, 2005 11:04 pm
Abdul, Thanks for the example. This works great! One further question though -- is there a way to get rid of the "Changes to unknown property, drilldown,...