Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 20830 - 20859 of 149771   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20830
Yep, add something like this to your JBoss run.bat: set JAVA_OPTS=%JAVA_OPTS% -server -Xms256m -Xmx768m -Mika _____ From: flexcoders@yahoogroups.com...
Mika Kiljunen
mkiljune
Offline Send Email
Sep 1, 2005
10:10 am
20831
... RadioButtons constitue a boolean component in our software. And if there are several RadioButtonGroups with the same id in a form, focus transition with ...
Markus Ansamaa
mansamaa
Offline Send Email
Sep 1, 2005
10:10 am
20832
the reason why Dan said you need to be carefull with creating delegates in your command's constructor is because the creation of remote services sometimes...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Sep 1, 2005
10:25 am
20833
Hi, if it is always the case that you only have to ouput 1,2 or 3 input fields, you could create a custom component which would be initialized by your object...
Daniel Harfleet
dharfleet
Offline Send Email
Sep 1, 2005
10:42 am
20834
Sorry to be bringing a question about the lowly brother of Flex here ;), but as usual I'm getting no response anywhere else and to be honest its got to be...
Stephen Moretti
cfdeveloperuk
Offline Send Email
Sep 1, 2005
11:13 am
20835
Hi all, Im using a List component to display the messages incoming from a "msg push server". The dataProvider of the List is bound to "some array variable". If...
Alberto Albericio Sal...
alberto@...
Send Email
Sep 1, 2005
11:57 am
20836
You may try and do a theMsgList.reverse(); to reverse the list something like below. var theMsgList: Array; // your array variable function...
Sreejith Unnikrishnan
sreejithunni
Offline Send Email
Sep 1, 2005
12:20 pm
20837
Hi, I want to create custom components extending original Flex components, is there any visual application for this purpose? For example, I want to create my...
Alberto Albericio Sal...
alberto@...
Send Email
Sep 1, 2005
12:21 pm
20838
From the livedocs http://livedocs.macromedia.com/flex/15/asdocs_en/ ...
Clint Modien
johny_bravo_78
Offline Send Email
Sep 1, 2005
12:22 pm
20839
Hi, I need to add the item only once. I cant add the item then reverse the Array because my array is bound to a component and that would make the component to...
Alberto Albericio Sal...
alberto@...
Send Email
Sep 1, 2005
12:25 pm
20840
That worked, I cant imagine why the unshift method was not doing the job. Thanks Clint. ... -- Alberto Albericio Salvador Aura S.A. Seguros Departamento...
Alberto Albericio Sal...
alberto@...
Send Email
Sep 1, 2005
12:33 pm
20841
You should be able to make mxml components to accomplish what you describe...just design you component in mxml, & then refer to that component in you...
Mink, Joseph
inajamaica
Offline Send Email
Sep 1, 2005
12:37 pm
20842
It's by design... the dataProvider property of list components only listen to the methods called on the DataProvider API. Not on the methods called on the...
Clint Modien
johny_bravo_78
Offline Send Email
Sep 1, 2005
12:52 pm
20843
I was jus reading the comments in the DataProvider API and it looks like there is an addItemAt method... (thought there was) here's the signature... ...
Clint Modien
johny_bravo_78
Offline Send Email
Sep 1, 2005
12:57 pm
20844
I'm yet to see one. You're going to have use ActionScript - or - you can use MXML but preference is ActionScript. Its not for the feint hearted but you'll...
Scott Barnes
spidaweb
Offline Send Email
Sep 1, 2005
1:49 pm
20845
Hi, I have a custom tab class that extends Canvas: *class DSTab extends Canvas... This class has a member that needs to be set at the time of construction: ...
Mink, Joseph
inajamaica
Offline Send Email
Sep 1, 2005
2:16 pm
20846
I’ve been late getting my blog up, but I wrote a watered-down replacement version of the Flex proxy in PHP around the time of the $30k price jump.  We ...
Jeff Conrad
ub_master
Online Now Send Email
Sep 1, 2005
2:56 pm
20847
... I think ScrollPane.as was only for Flash (not Flex). I don't know beyond that, it can probably be answered by someone who worked on the Flash components. ...
Manish Jethani
manish_jethani
Offline Send Email
Sep 1, 2005
3:07 pm
20848
Hey, I've come across a problem which I thought I'd ask before I spend the next 5 hours tearing my hair out :-) Situation: I've 2 datefield components, a start...
Steve Cox
stevequba
Offline Send Email
Sep 1, 2005
3:36 pm
20849
I will be Out of the Office Start Date: 8/31/2005. End Date: 9/22/2005. I will be out of the office between 09/01/2005 - 09/23/2005. If you need immediate...
VGrigoras@...
Send Email
Sep 1, 2005
3:39 pm
20850
You can just subtract 1 from their date, like this: var today : Date = new Date(); alert(today.toString(), "Today", mx.controls.Alert.OK); var yesterday : Date...
Jason R. Weiss
jasonweiss
Offline Send Email
Sep 1, 2005
4:35 pm
20851
Yes, addItemAt(0, item) should insert an item at the top of the List. - Gordon ________________________________ From: flexcoders@yahoogroups.com...
Gordon Smith
gsmithsf
Online Now Send Email
Sep 1, 2005
4:38 pm
20852
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"> <mx:DateField id="startD"...
Philippe Maegerman
pmaegerman
Offline Send Email
Sep 1, 2005
4:39 pm
20853
... http://www.mail-archive.com/flexcoders@yahoogroups.com/msg05709.html Manish...
Manish Jethani
manish_jethani
Offline Send Email
Sep 1, 2005
4:41 pm
20854
It doesn't work because Array methods like push(), unshift(), and splice() can't trigger databinding or any kind of notification to other objects that the...
Gordon Smith
gsmithsf
Online Now Send Email
Sep 1, 2005
4:42 pm
20855
Why can't you follow the call to createTab() with newTab.dsID = "foo"? - Gordon ... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On ...
Gordon Smith
gsmithsf
Online Now Send Email
Sep 1, 2005
4:47 pm
20856
Because newTab object you refer to instantiates children that depend on the dsID, so it's too late when you follow up with a call like that. However,...
Mink, Joseph
inajamaica
Offline Send Email
Sep 1, 2005
4:51 pm
20857
... createTab returns a reference to the newly created child. You can set the dsID on it directly. ... If you want to set it at construction time, then you...
Manish Jethani
manish_jethani
Offline Send Email
Sep 1, 2005
4:51 pm
20858
Ahh, maybe this is not so simple as I thought. I have been laboring under the misconception that the custom wrapper served from the web server would have the...
Tracy Spratt
nts333rd
Offline Send Email
Sep 1, 2005
5:31 pm
20859
I need a datagrid column header texts to wrap over different lines for which I have created a headerRenderer. But now the problem is that applying the...
parinda_b_patel
Offline Send Email
Sep 1, 2005
6:42 pm
Messages 20830 - 20859 of 149771   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help