Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread Niklas Richardson

Hi Joao,

Thanks for the pointer.  With another pointer from Tom, and testing your
suggestion, it appears that it's just the destination that you need to
change.

My guess is that, eventhough you have multiple FDS's running, the
destinations must be registered in some server wide registry.  Therefore, if
you have the same destination name in multiple FDS's, then the last FDS to
start overwrites the registry entry for that destination.

By renaming the destination name for the production instance and then
updating the code for the production instance so CF and Flex pointed to the
new production destination has now fixed everything.  It actually doesn't
seem to matter than in the CF instances that all the event gateway names are
the same across instances.

Thanks again for the pointers.

Cheers

Niklas

On 2/22/07, João Fernandes [EMAIL PROTECTED] wrote:


  It's something that I already spoke with Tom J.

Can you try to create different names for the EG instance and if it
doesn't work, try to use different destinationNames?

João Fernandes

 





--
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists


Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread Niklas Richardson

No, we only had to change the destination name in the
messaging-config.xmlfile in FDS.

That fixed it.


On 2/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


   We're working with Adobe on, I think, this same issue.



Are you just changing the service name in Flex Integration in CF Admin?



*Jay Proulx*

[EMAIL PROTECTED]
  --

*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *Niklas Richardson
*Sent:* February 23, 2007 10:12 AM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] Multiple Instances of CF / FDS and messaging
broken?



Hi Joao,

Thanks for the pointer.  With another pointer from Tom, and testing your
suggestion, it appears that it's just the destination that you need to
change.

My guess is that, eventhough you have multiple FDS's running, the
destinations must be registered in some server wide registry.  Therefore, if
you have the same destination name in multiple FDS's, then the last FDS to
start overwrites the registry entry for that destination.

By renaming the destination name for the production instance and then
updating the code for the production instance so CF and Flex pointed to the
new production destination has now fixed everything.  It actually doesn't
seem to matter than in the CF instances that all the event gateway names are
the same across instances.

Thanks again for the pointers.

Cheers

Niklas

On 2/22/07, *João Fernandes*  [EMAIL PROTECTED] wrote:

It's something that I already spoke with Tom J.

Can you try to create different names for the EG instance and if it
doesn't work, try to use different destinationNames?

João Fernandes




--
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists

 





--
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists


Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread Niklas Richardson

And yes, the CF name does need to be different under Flex Integration in the
CF Admin too.

On 2/24/07, Niklas Richardson [EMAIL PROTECTED] wrote:


No, we only had to change the destination name in the messaging-config.xmlfile 
in FDS.

That fixed it.


On 2/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

We're working with Adobe on, I think, this same issue.



 Are you just changing the service name in Flex Integration in CF Admin?



 *Jay Proulx*

 [EMAIL PROTECTED]
   --

 *From:* flexcoders@yahoogroups.com [mailto: [EMAIL PROTECTED]
 *On Behalf Of *Niklas Richardson
 *Sent:* February 23, 2007 10:12 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] Multiple Instances of CF / FDS and messaging
 broken?



 Hi Joao,

 Thanks for the pointer.  With another pointer from Tom, and testing your
 suggestion, it appears that it's just the destination that you need to
 change.

 My guess is that, eventhough you have multiple FDS's running, the
 destinations must be registered in some server wide registry.  Therefore, if
 you have the same destination name in multiple FDS's, then the last FDS to
 start overwrites the registry entry for that destination.

 By renaming the destination name for the production instance and then
 updating the code for the production instance so CF and Flex pointed to the
 new production destination has now fixed everything.  It actually doesn't
 seem to matter than in the CF instances that all the event gateway names are
 the same across instances.

 Thanks again for the pointers.

 Cheers

 Niklas

 On 2/22/07, *João Fernandes*  [EMAIL PROTECTED]
 wrote:

 It's something that I already spoke with Tom J.

 Can you try to create different names for the EG instance and if it
 doesn't work, try to use different destinationNames?

 João Fernandes




 --
 Niklas Richardson
 Prismix Ltd

 UK based Flex and ColdFusion Specialists

  





--
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists





--
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists


[flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-22 Thread Niklas Richardson

Hi everyone,

I've run into a problem which I think has to do with clashing RTMP ports.
I'm totally stumped and need urgent assistance! :-S

This is the setup:

- JRun with two instances: cfusion and cfusion-testing
- Both instances contain an instance of FDS
- Updated the services-config.xml in both instances of FDS so that the RTMP
ports are different
- Apache with two virtual hosts: one passing CF requests to cfusion and
the other passing CF requests to cfusion-testing
- The Flex application has been compiled for both instances using the
correct services-config.xml

For arguments sake let's call the cfusion instance production and the
cfusion-testing instance testing!

The Flex application uses both Remote Object calls to ColdFusion using Mike
Nimer's work around when using FDS, and it also uses Flex Messaging with CF
Event Gateways.

The Flex application on the testing website has no problems with Remote
Object calls and also the Flex Messaging integration.  It's great.

However, the Flex application on the production website has problems with
the Flex messaging (i.e. no pushes are coming through), but remote object
calls are fine.

Therefore, along with talking with Mike Nimer for a bit we've come to the
conclusion that there must be some problem with the RTMP communication or
something.

Oh, I've also tested that the amfpolling URLs are all accessible too.

Any help would be great!!!  Thanks in advance.

Cheers

Niklas


Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-22 Thread Niklas Richardson

Hi Joao,

Yes they do.  However, surely if they're on different instances that doesn't
matter?

Cheers

Niklas


On 2/22/07, João Fernandes [EMAIL PROTECTED] wrote:


  Niklas,

do the event gateways in cfusion and cfusion-testing have the same name?

João Fernandes

 





--
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists


Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-22 Thread Niklas Richardson

Hi Joao,

Okay, I'll give it a whirl tomorrow.

One thought I had was that how does the ColdFusion FlexMessaging Event
Gateway know which FDS instance to communicate with?  There doesn't seem to
be any configuration anywhere for that.  Could that be the problem as well?

Thanks for the help.

Cheers

Niklas


On 2/22/07, João Fernandes [EMAIL PROTECTED] wrote:


  It's something that I already spoke with Tom J.

Can you try to create different names for the EG instance and if it
doesn't work, try to use different destinationNames?

João Fernandes

 





--
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists


Re: [flexcoders] DateField selectedDate toggle

2006-11-08 Thread Niklas Richardson
Sorry to resurrect this, but this feature slipped into Flex 2 and
we're trying to figure out a work around.

Jesse - did you create a solution that would work in Flex 2?

Thanks

Niklas



On 2/3/06, Deepa Subramaniam [EMAIL PROTECTED] wrote:
 I've filed a bug and its being looked at internally.

 deepa

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt 
 Chotin
 Sent: Thursday, February 02, 2006 10:07 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] DateField  selectedDate toggle

 Have you filed a bug on this issue? I don't have a better way for
 you...

 Matt

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of JesterXL
 Sent: Monday, January 30, 2006 2:22 PM
 To: Flexcoders
 Subject: [flexcoders] DateField  selectedDate toggle

 If you select a day in a DateChooser or DateField, it sets the
 selectedDate
 to the Date value chosen. If you select it again, it sets it to
 undefined.

 This is not desirable. This is the only control that does not follow
 the
 List way of working:
 - click to select
 - control + click to deselect

 This is driving our validation crazy as well.

 In Flash MX 2004, I simply extended the CalendarLayout  DateChooser to
 fix
 the problem. I did not allow de-selection, therefore never had to worry

 about selectedDate toggling to a non-selectable value if a user clicks
 the
 same date again.

 In Flex, this isn't so straightforward. For now, I'm going to just try
 to
 extend the DateField, extend DateChooser's getter/setter functions
 (since
 there are like 3 functions that are too huge to extend that atcually do
 the
 re-setting of the variable), and then hi-jack the class that DateField
 throws up in the PopUpManager to use mine instead.

 ...anyone have a... you know... better way? Perhaps an already fixed
 DateField?

 --JesterXL




 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links








 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com


 SPONSORED LINKS
 Web site design development
 Computer software development
 Software design and development
 Macromedia flex
 Software development best practice



 YAHOO! GROUPS LINKS

 * Visit your group flexcoders on the web.

 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.






 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






-- 
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] Re: Tree drag drop: how to get node where item is dropped

2006-10-27 Thread Niklas Richardson



Hi there,Could you post your example code as I'm just trying to sort this out myself and running into the same problem.Thanks.RegardsNiklas
On 8/21/06, Jason Y. Kwong [EMAIL PROTECTED] wrote:













  



I had posted a request to Adobe's wish form, asking that the drop data be made available. I got a very quick response (within 10 minutes!):Yes, we discovered this very soon after shipping that this data should
have been exposed. We have a bug for this already logged internally, sowe will work on fixing it for the future. For now, I think you will haveto rewrite your own updateDropData function, which is unfortunate.
So I'll have to stick with my original plan of duplicating a few methods (as stated in my original post).On 8/21/06, 
thunderstumpgesatwork
 [EMAIL PROTECTED] wrote:














  



I'm glad it's not just me!  So, were you able to get something working
for your scenario?

Anyone from the Adobe team want to confirm this and/or offer
alternative solutions?

thanks,
Thunder

--- In flexcoders@yahoogroups.com, Jason Y. Kwong [EMAIL PROTECTED]


wrote:

 I've running into this myself right now as well.  If you look at the
Tree
 code, you can see that the drop parent is being tracked in the
variable
 _dropData.parent.  It gets calculated in the method updateDropData().
 Unfortunately, both the variable and the method are private, so they're
 useless as is (another example of Adobe being overly private, I'm
afraid).
 I've had to duplicate (and tweak) the updateDropData() method to
make use of
 the algorithm.  The methods getChildIndexInParent() and
getChildren() had to
 be duplicated as well.
 
 On 8/18/06, thunderstumpgesatwork [EMAIL PROTECTED] wrote:
 
 
  Bump... I'm trying to do similar. Though I need to do it in the
  DragOver event, and determine under which node it is going to be
  dropped. I need to do this because certain places in the tree are
  acceptable places to drop certain items...
 
  I know I can get the dropIndex by using the tree function
  calculateDropIndex however this is not enough. It simply tells me
  where in the list of displayed nodes it will go. So if the item is
  being placed between the last item in a lower level node and the
  continuation of the next level up, the index is the same, but the
  parent of the ending drop is different.
 
  I can tell the Tree internals are tracking this because the drop
  indicator changes it's horizontal alignment to indicate which level
  it's going in...
 
  Anyone know how to determine the parent node of the indicated drop
  position?
 
  thanks,
  Thunder
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoog
roups.com,

Jonas
  Windey jonas@ wrote:
  
   Hi,
  
  
  
   I have a tree with drag  drop enabled. Now what is the best way to
  find out
   where the current selected item is dropped?
  
   I'd need to know its parent (if it's not on the rootnode), and the
  position
   where it's dropped inside that parent.
  
  
  
   Or is there an easier way to find the position? Like comparing the
   dataproviders before  after?
  
  
  
   Thanks for the tips,
  
   Jonas
  
 
   
 



  















  













-- Niklas RichardsonPrismix LtdUK based Flex and ColdFusion Specialists

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] OT: Flex Developer Required in London area

2006-08-23 Thread Niklas Richardson
Hi everyone,

Sorry for the OT post.

I'm looking for a Flex Developer that has solid Flex 1.5 experience.
If you have Flex 2 experience it will be of benefit.

This will be for a contract position for 3 months initially.

Please drop me an email off list at niklas [at] prismix [dot] com

Thanks!

Regards

Niklas


-- 
Niklas Richardson
Prismix Ltd

UK based Flex and ColdFusion Specialists


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] need help in making usrname/pswd Database

2006-06-06 Thread Niklas Richardson



Do you know any server side languages? Java? ColdFusion? ASP? PHP? Perl?You'll need to start there first.On 6/6/06, raju_bb 
[EMAIL PROTECTED] wrote:








  



hey can anybody tell me how to retrieve and send data to/from the
database which will display the results on the datagrid..it can be any
database SQL/Access..plzz help


  













-- Niklas RichardsonPrismix LtdUK based Flex and ColdFusion Specialists

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Problen with Cairngorm 2 version of Phones app.

2006-05-12 Thread Niklas Richardson



Hi Kevin,Good to see you on here.Could you post the line(s) in question? It might be that you need to do some CheersNiklasOn 5/12/06, 

Kevin Roche [EMAIL PROTECTED] wrote:

Hi,I am having difficult getting the Flex 2 Phones application working withFlex2 Beta 2 (Did not want to try Beta3 until it works)When I try to save and compile I get the following error: Implicit coercion of a value with static type 'Object' to a possibly
unrelated type 'Array' Line 33 PhoneListGetCommand.asAnyone know why or what went wrong?I am still learning ActionScript andcant see quite what is wrong here.Kevin Roche

 Yahoo! Groups Sponsor ~--Protect your PC from spy ware with award winning anti spy technology. It's free.

http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM~---Flexcoders Mailing ListFAQ: 

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
-- Niklas RichardsonPrismix LtdUK based Flex and ColdFusion Specialists







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Problem with Cairngorm 2 version of Phones app.

2006-05-12 Thread Niklas Richardson



Stupid question - the file exists?On 5/12/06, Kevin Roche [EMAIL PROTECTED] wrote:







Hi 
Nik,

I 
found the problem, needed to add all the mxml files to the 
application.

Now I 
have another problem.

Error 
message says:

Unable 
to locate specified base class 'org.nevis.cairngorm.business.ServiceLocator' for 
component class 'ApplicationServices'

I do 
have the cairngorm directorystructure (org.. etc) in the same directory as 
main.mxml.

Any 
ideas why its not found?

Kevin

  -Original Message-From: flexcoders@yahoogroups.com
 
  [mailto:flexcoders@yahoogroups.com]On Behalf Of Niklas 
  RichardsonSent: 12 May 2006 11:09To: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Problen with 
  Cairngorm 2 version of Phones app.Hi Kevin,Good 
  to see you on here.Could you post the line(s) in question? It 
  might be that you need to do some CheersNiklas
  On 5/12/06, Kevin 
  Roche [EMAIL PROTECTED] wrote:
  Hi,I 
am having difficult getting the Flex 2 Phones application working 
withFlex2 Beta 2 (Did not want to try Beta3 until it works)When 
I try to save and compile I get the following error:Implicit 
coercion of a value with static type 'Object' to a possibly unrelated 
type 'Array' Line 33 PhoneListGetCommand.asAnyone know why or what 
went wrong?I am still learning ActionScript andcant see 
quite what is wrong here.Kevin 
Roche Yahoo! Groups 
Sponsor ~--Protect your PC from spy ware with 
award winning anti spy technology. It's free.http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM
~---Flexcoders 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
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 Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ 
  -- Niklas 
  RichardsonPrismix LtdUK based Flex and ColdFusion Specialists 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  








-- Niklas RichardsonPrismix LtdUK based Flex and ColdFusion Specialists






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex 2.0 and AMF.NET

2006-03-29 Thread Niklas Richardson
Hi Everyone,

Is there any reason why AMF.NET would not work with Flex 2.0?  We're
about to start a project and I'd really like to be able to use AMF.NET
rather than web services.

Any experiences would be great.

Cheers

Niklas


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Handling VERY large numbers in Flex

2006-02-22 Thread Niklas Richardson



Yeah, I just found that myself.I think I'll give it a miss!Perhaps I'll have to come up with another solution! ;)Hahahaha! :)On 2/22/06, 
Paul Hastings [EMAIL PROTECTED] wrote:
Niklas Richardson wrote: Unfortunately we're using Flex 1.5 and thus AS2. I'll see if we can create some sort of icu4j clone in AS2.core java's code (well GNU classpath) version is 500++ lines, icu4j is 4400++
lines (loads of comments). icu4j's NumberFormat (which can handleBigDecimal/BigInteger) is around 1500 lines.just to make sure i understand, you're simply going to port the java to AS?--Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- Niklas RichardsonPrismix LtdUK based Flex and ColdFusion Specialists






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Re: Flexunit for Flex 2

2006-02-21 Thread Niklas Richardson



Just jumping on this thread.

I'm guessing this has been delayed for a while?

Cheers

Niklas
On 2/7/06, Steven Webster [EMAIL PROTECTED] wrote:
Chris,The iteration::two flex unit codebase is used internally withinMacromedia to test some of the Flex appmodel, and has been convertedinto ActionScript 3.0 for internal use.This is going to be released
*imminently* on Adobe Labs.Though the initial port of the iteration::two codebase to AS3.0 wasperformed by a number of folks within Macromedia (I won't mentionindividuals, in case I miss others) but Danny Dura did the final push to
get this into Adobe Labs ready-state.I met with Danny earlier this morning, and he's said to expect somethingin the next week or so.Best wishes,Steven--Steven WebsterPractice Director (Rich Internet Applications)
Adobe ConsultingWestpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UKp: +44 (0) 131 338 6108m: +44 (0) 7917 428 947[EMAIL PROTECTED] -Original Message-
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Chris Velevitch Sent: 07 February 2006 05:23
 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Flexunit for Flex 2 On 2/8/06, Clint Modien 
[EMAIL PROTECTED] wrote: Here is a response from macromedia last august about unit testing...  From: Todd Rein @macromedia.com Mailed-By:
 returns.groups.yahoo.com  We can't announce any details yet, but I can let you know that we are working on functional UI testing support in Flex
 for an upcoming release.If you need something sonner, we have helped other customers with some short term solutions via consulting. That's great to hear, but my original question related to
 Flexunit from Iteration Two and whether verision 0.9 will work with Flex 2 or if there is verison of Flexunit for Flex 2. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group 
www.flashdev.org.au -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/
-- Niklas RichardsonPrismix LtdUK based Flex and ColdFusion Specialists






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Handling VERY large numbers in Flex

2006-02-21 Thread Niklas Richardson



Crap!I thought as much after reading something about ColdFusion and large integers and having to use the Java BigInt class.Oh well. I wonder whether 15 significant decimal digits will be enough! ;) haha!
CheersNiklasOn 2/21/06, Gordon Smith [EMAIL PROTECTED] wrote:

















You have a problem... a Number can't store
more than 15 or 16 significant decimal digits. If you need more, you're going
to have to write or acquire the equivalent of a BigInteger class, which would
probably use arbitrarily long Strings to store arbitrarily large integers.



- Gordon











From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Niklas Richardson
Sent: Tuesday, February 21, 2006
10:09 AM
To: Flex Coders
Subject: [flexcoders] Handling
VERY large numbers in Flex





Hi all,

We're building an app that requires taking as input very large integers (e.g.
, that's 20 '2's).

However, Flash is converting that to exponential notation
(2.22e+19).

However, we don't want it to go into exponential notation.

Has anyone else had to deal with very large integers in Flash? If so, how
have you dealt with it from a UI prospective and also from a data validation
prospective. 

Do you treat them as strings, and then convert them to Numbers before
validation, etc...?

Any suggestions would be grately received.

Cheers

Niklas








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  










-- Niklas RichardsonPrismix LtdUK based Flex and ColdFusion Specialists






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] widthFlex and heightFlex deprecated

2006-01-05 Thread Niklas Richardson



Use width=100% and height=100% instead of using the widthFlex=1 and heightFlex=1 respectively.

On 05/01/06, byronyeh [EMAIL PROTECTED] wrote:
I am currently using Flex1.5 to do a pilot project. However everytime Itry to use widthFlex=1 and heightFlex=1, I will get the followingwarning messageWarning C:\Tomcat5.5\webapps\JWebFlex\restaurantadmin\view\LinkManager.mxml:42
Property mx.controls.DataGrid.heightFlex is deprecated.Please useheight='n%', where n is a number from 1 to 100.So My question are,1. What are widthFlex and heightFlex used for?2. Since heightFlex/widthFlex has been deprecated, what are their
replacement attributes.thanks--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/
-- Niklas RichardsonPrismix LtdUK based Flex and ColdFusion Specialists






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Comparing complex objects

2005-12-21 Thread Niklas Richardson



Stacy,



Did you come up with a solution for this?

Just in need of something like this myself.

Regards

Niklas

On 09/12/05, Stacy Young [EMAIL PROTECTED] wrote:
Wondering how others would go about comparing instances of complexobjects while avoiding circular references and having flash explode?Thx!Stace Yahoo! Groups Sponsor ~--
Most low income households are not online. Help bridge the digital divide today!http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/nhFolB/TM~-
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- Niklas RichardsonPrismix LtdFlex and ColdFusion Experts!






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Rich Internet Application (HaloGreen) Stencil for Microsoft Visio 2002

2005-11-30 Thread Niklas Richardson



I'm getting the same. Oh well. Anyone got another link?On 30/11/05, JesterXL [EMAIL PROTECTED]
 wrote:








The page doesn't show anything in Firefox, nor 
IE?

- Original Message - 
From: 
Darren Houle 

To: flexcoders@yahoogroups.com 
Sent: Wednesday, November 30, 2005 10:08 AM
Subject: [flexcoders] Rich Internet Application (HaloGreen) Stencil 
for Microsoft Visio 2002
There is a new design stencil available for MS Visio 2002 (and 
higher) that allows Macromedia RIA developers to mockup Coldfusion MX Flash 
cfforms and Flex 1.5 applications using the HaloGreen look and feel. Much better 
than trying to mockup RIA's using Windows UI stencils or Dreamweaver's limited 
Design Mode. There's more information here. 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  








-- Niklas RichardsonPrismix LtdFlex and ColdFusion Experts!






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Re: Rich Internet Application (HaloGreen) Stencil for Microsoft Visio 2002

2005-11-30 Thread Niklas Richardson



Mike Nimer from MM has been using them for the last week so I think it's legit! ;)On 30/11/05, Jeremy Rottman 
[EMAIL PROTECTED] wrote:I smell spam, but I could be wrong.--- In 
flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: The page doesn't show anything in Firefox, nor IE? - Original Message - From: Darren Houle
 To: flexcoders@yahoogroups.com Sent: Wednesday, November 30, 2005 10:08 AM Subject: [flexcoders] Rich Internet Application (HaloGreen) Stencilfor Microsoft Visio 2002
 There is a new design stencil available for MS Visio 2002 (andhigher) that allows Macromedia RIA developers to mockup Coldfusion MXFlash cfforms and Flex 1.5 applications using the HaloGreen look and
feel. Much better than trying to mockup RIA's using Windows UIstencils or Dreamweaver's limited Design Mode. There's moreinformation here. -- Flexcoders Mailing List FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com
 SPONSORED LINKS Web site design developmentComputer softwaredevelopmentSoftware design and development Macromedia flexSoftware development best practice
 YAHOO! GROUPS LINKS a..Visit your group flexcoders on the web. b..To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] c..Your use of Yahoo! Groups is subject to the Yahoo! Terms ofService.
 Yahoo! Groups Sponsor ~--Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/nhFolB/TM~---
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- Niklas RichardsonPrismix LtdFlex and ColdFusion Experts!






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Re: Cursor change problem

2005-11-28 Thread Niklas Richardson



Here is a Flex 1.5 solution:

mx:HBox width=200 height=100 backgroundColor
=0xFF mouseOver=event.target.> mx:Text 
width=100% text=Display Hand Cursor over this white box //mx:HBox
You need to specify both theevent.target.>andevent.target.useHandCursor=true

Also, related blog entry:

http://www.prismix.com/blog/2005/11/how_do_i_display_a_hand_cursor.cfm

HTH

Niklas

On 25/11/05, Jignesh Dodiya [EMAIL PROTECTED] wrote:





Don't know about flex 1.5.but it works in flex-2 with following code 

mx:Button id=myButton label=Copy Text useHandCursor=
true buttonMode=true /

On 11/25/05, Allen Manning [EMAIL PROTECTED]
 wrote:
Does this work for Flex 1.5?Best,Allen-Original Message-From: 

flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of sreeni_rSent: 25 November 2005 11:31
To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Cursor change problemHi Allen,Along with useHandCursor, buttonMode property also needs to be set totrue to show the hand cursor.It is property available on Sprite hence available with all UI
components in Flex.-Sreenivas.--- In flexcoders@yahoogroups.com, Allen Manning
[EMAIL PROTECTED] wrote: Hello,
 I saw the below post on Flexcoders, but didn't see an answer.Anyone know how to use the hand cursor? Is there a reference to the hand cursor to use in setCursor -
`hand' or something like that?I couldn't find it in the docs. Best, Allen Probably an easy question for those who know... I'm trying to change the default cursor to a hand cursor when
hovering over a component. The component is based on the VBox. I want to use the Flexs hand-cursor icon, which appears within MovieClips components e.g.Buttons when useHandCursor property is
 set, and not have to create my own icon. Can't find this in the docs. Is there something like setHandCursor() and removeHandCursor() within flex?

 setCursor(cursorSymbol:String, priorityLevel:Number, xOffset:Number, yOffset:Number) All help is appreciated. -- No virus found in this outgoing message.
 Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date:24/11/2005--Flexcoders Mailing ListFAQ: 

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
--No virus found in this incoming message.Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005--No virus found in this outgoing message.
Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005 Yahoo! Groups Sponsor ~--AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/nhFolB/TM~-
--
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/
-- jignesh dodiya 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  








-- Niklas RichardsonPrismix LtdFlex and ColdFusion Experts!






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe 

[flexcoders] Tab Navigator Tab Icons - Changing during runtime

2005-11-21 Thread Niklas Richardson
Hi all,

I'm now trying to dynamically change the icons on tabs of a tab navigator.

I've tried the same tricks from the accordion icon changing, but to no avail.

Anyone else done this with any luck?

Thanks.

Niklas


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Niklas Richardson
Hi Jim,

I gave that a shot and still to no avail.  Still get the error:

There is no property with the name 'icon'.

Oh well.  Perhaps I need to figure out these custom header classes!

Thanks for the help.

Cheers

Niklas



On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:



 The custom class might not benefit you (it has some other features like a
 close button), but try this:



 Button(accd.getHeaderAt(0)).icon



  


 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Niklas Richardson
  Sent: Thursday, November 17, 2005 11:51 AM

  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime



 Unfortunately I tried:

  accd.getHeaderAt(0).icon

  and it doesn't work.  It says icon does not exist.  I think that's
  because getHeaderAt() returns a UIComponent object.

  Would you be willing to share your custom header class?

  Thanks

  Niklas

  On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:
  
  
  
   Hey Niklas,
  
  
  
   I've done this before. I'm accomplishing it with a custom class for the
   header, but if all you need is the icon you should be able to use
 something
   like accd.getHeaderAt(0).icon = iconLinkage Since AccordianHeader is a
   subclass of Button, it should work just fine.
  
  
  
   Jim
  
  
  

  
  
   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
   Behalf Of Niklas Richardson
Sent: Thursday, November 17, 2005 11:24 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Accordion Header Icons - Changing during
 runtime
  
  
  
   Crapola!  So you'd need some custom header class huh?
  
Thanks.
  
Niklas
  
On 17/11/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:
  The icon is embedded at compile time and may not be changed
 dynamically.
  But then I could be wrong!

  Sree


  Niklas Richardson wrote:
  Hi all,

  I have hunted high and low for an answer to this and I've played
  around with accordion.getHeaderAt(), getChildAt(), but to no avail.

  Basically, I want to change the icon for a specific accordion header
  depending on a certain state of that child.

  There doesn't seem to be a way at runtime to change the icon.

  Does anyone know a solution to this?

  Thanks.  Your help is much appreciated.

  Cheers

  Niklas



  --
  Flexcoders Mailing List
  FAQ:

  
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:

 http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  

  
  
--
Niklas Richardson
Prismix Ltd
  
Flex and ColdFusion Experts!
  
  
  
--
Flexcoders Mailing List
FAQ:
  
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  

YAHOO! GROUPS LINKS
  
  
Visit your group flexcoders on the web.
  
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
  

  
  
  


  --
  Niklas Richardson
  Prismix Ltd

  Flex and ColdFusion Experts!



  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  





--
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Niklas Richardson
You are da man! :)

Sweet.  Must be some weird instantiation thing why .icon didn't work?

Cheers

Niklas


On 18/11/05, Philippe Maegerman [EMAIL PROTECTED] wrote:
 Have you tried accd.getHeaderAt(0)['icon'] ?

 

 From: flexcoders@yahoogroups.com on behalf of Niklas Richardson
 Sent: Fri 18/11/2005 12:32
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime


 Hi Jim,

 I gave that a shot and still to no avail.  Still get the error:

 There is no property with the name 'icon'.

 Oh well.  Perhaps I need to figure out these custom header classes!

 Thanks for the help.

 Cheers

 Niklas



 On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:
 
 
 
  The custom class might not benefit you (it has some other features like a
  close button), but try this:
 
 
 
  Button(accd.getHeaderAt(0)).icon
 
 
 
   
 
 
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Niklas Richardson
   Sent: Thursday, November 17, 2005 11:51 AM
 
   To: flexcoders@yahoogroups.com
   Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime
 
 
 
  Unfortunately I tried:
 
   accd.getHeaderAt(0).icon
 
   and it doesn't work.  It says icon does not exist.  I think that's
   because getHeaderAt() returns a UIComponent object.
 
   Would you be willing to share your custom header class?
 
   Thanks
 
   Niklas
 
   On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:
   
   
   
Hey Niklas,
   
   
   
I've done this before. I'm accomplishing it with a custom class for the
header, but if all you need is the icon you should be able to use
  something
like accd.getHeaderAt(0).icon = iconLinkage Since AccordianHeader is a
subclass of Button, it should work just fine.
   
   
   
Jim
   
   
   
 
   
   
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Niklas Richardson
 Sent: Thursday, November 17, 2005 11:24 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Accordion Header Icons - Changing during
  runtime
   
   
   
Crapola!  So you'd need some custom header class huh?
   
 Thanks.
   
 Niklas
   
 On 17/11/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:
   The icon is embedded at compile time and may not be changed
  dynamically.
   But then I could be wrong!
 
   Sree
 
 
   Niklas Richardson wrote:
   Hi all,
 
   I have hunted high and low for an answer to this and I've played
   around with accordion.getHeaderAt(), getChildAt(), but to no avail.
 
   Basically, I want to change the icon for a specific accordion header
   depending on a certain state of that child.
 
   There doesn't seem to be a way at runtime to change the icon.
 
   Does anyone know a solution to this?
 
   Thanks.  Your help is much appreciated.
 
   Cheers
 
   Niklas
 
 
 
   --
   Flexcoders Mailing List
   FAQ:
 
   
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 
 
   
   YAHOO! GROUPS LINKS
 
 
   Visit your group flexcoders on the web.
 
   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
   
 
   
   
 --
 Niklas Richardson
 Prismix Ltd
   
 Flex and ColdFusion Experts!
   
   
   
 --
 Flexcoders Mailing List
 FAQ:
   
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
   
   
   
 
 YAHOO! GROUPS LINKS
   
   
 Visit your group flexcoders on the web.
   
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
   
 
   
   
   
 
 
   --
   Niklas Richardson
   Prismix Ltd
 
   Flex and ColdFusion Experts!
 
 
 
   --
   Flexcoders Mailing List
   FAQ:
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 
 
   
   YAHOO! GROUPS LINKS
 
 
   Visit your group flexcoders on the web.
 
   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
   
 
 
 


 --
 Niklas Richardson
 Prismix Ltd

 Flex and ColdFusion Experts!


 --
 Flexcoders Mailing List
 FAQ: http

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Niklas Richardson
Thanks Philippe!

On 18/11/05, Niklas Richardson [EMAIL PROTECTED] wrote:
 You are da man! :)

 Sweet.  Must be some weird instantiation thing why .icon didn't work?

 Cheers

 Niklas


 On 18/11/05, Philippe Maegerman [EMAIL PROTECTED] wrote:
  Have you tried accd.getHeaderAt(0)['icon'] ?
 
  
 
  From: flexcoders@yahoogroups.com on behalf of Niklas Richardson
  Sent: Fri 18/11/2005 12:32
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime
 
 
  Hi Jim,
 
  I gave that a shot and still to no avail.  Still get the error:
 
  There is no property with the name 'icon'.
 
  Oh well.  Perhaps I need to figure out these custom header classes!
 
  Thanks for the help.
 
  Cheers
 
  Niklas
 
 
 
  On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:
  
  
  
   The custom class might not benefit you (it has some other features like a
   close button), but try this:
  
  
  
   Button(accd.getHeaderAt(0)).icon
  
  
  

  
  
   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
   Behalf Of Niklas Richardson
Sent: Thursday, November 17, 2005 11:51 AM
  
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Accordion Header Icons - Changing during 
   runtime
  
  
  
   Unfortunately I tried:
  
accd.getHeaderAt(0).icon
  
and it doesn't work.  It says icon does not exist.  I think that's
because getHeaderAt() returns a UIComponent object.
  
Would you be willing to share your custom header class?
  
Thanks
  
Niklas
  
On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:



 Hey Niklas,



 I've done this before. I'm accomplishing it with a custom class for the
 header, but if all you need is the icon you should be able to use
   something
 like accd.getHeaderAt(0).icon = iconLinkage Since AccordianHeader is 
   a
 subclass of Button, it should work just fine.



 Jim



  


 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Niklas Richardson
  Sent: Thursday, November 17, 2005 11:24 AM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Accordion Header Icons - Changing during
   runtime



 Crapola!  So you'd need some custom header class huh?

  Thanks.

  Niklas

  On 17/11/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:
The icon is embedded at compile time and may not be changed
   dynamically.
But then I could be wrong!
  
Sree
  
  
Niklas Richardson wrote:
Hi all,
  
I have hunted high and low for an answer to this and I've played
around with accordion.getHeaderAt(), getChildAt(), but to no avail.
  
Basically, I want to change the icon for a specific accordion 
   header
depending on a certain state of that child.
  
There doesn't seem to be a way at runtime to change the icon.
  
Does anyone know a solution to this?
  
Thanks.  Your help is much appreciated.
  
Cheers
  
Niklas
  
  
  
--
Flexcoders Mailing List
FAQ:
  

   http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
  
   http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  

YAHOO! GROUPS LINKS
  
  
Visit your group flexcoders on the web.
  
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
   Service.
  

  


  --
  Niklas Richardson
  Prismix Ltd

  Flex and ColdFusion Experts!



  --
  Flexcoders Mailing List
  FAQ:

   http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  



  
  
--
Niklas Richardson
Prismix Ltd
  
Flex and ColdFusion Experts!
  
  
  
--
Flexcoders Mailing List
FAQ:
   http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  

YAHOO! GROUPS LINKS
  
  
Visit your group flexcoders on the web

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Niklas Richardson
Manish - nope, it says it can't find it.  However, the solution
Philippe suggested works great.

The only thing you need to do is to have a 1x1 pixel transparent
spacer to remove the icon as setting the icon to null or undefined
doesn't remove the icon.

Well, that was my hack anyways! ;)

Thanks again for all the help everyone!


On 18/11/05, Niklas Richardson [EMAIL PROTECTED] wrote:
 Thanks Philippe!

 On 18/11/05, Niklas Richardson [EMAIL PROTECTED] wrote:
  You are da man! :)
 
  Sweet.  Must be some weird instantiation thing why .icon didn't work?
 
  Cheers
 
  Niklas
 
 
  On 18/11/05, Philippe Maegerman [EMAIL PROTECTED] wrote:
   Have you tried accd.getHeaderAt(0)['icon'] ?
  
   
  
   From: flexcoders@yahoogroups.com on behalf of Niklas Richardson
   Sent: Fri 18/11/2005 12:32
   To: flexcoders@yahoogroups.com
   Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime
  
  
   Hi Jim,
  
   I gave that a shot and still to no avail.  Still get the error:
  
   There is no property with the name 'icon'.
  
   Oh well.  Perhaps I need to figure out these custom header classes!
  
   Thanks for the help.
  
   Cheers
  
   Niklas
  
  
  
   On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:
   
   
   
The custom class might not benefit you (it has some other features like 
a
close button), but try this:
   
   
   
Button(accd.getHeaderAt(0)).icon
   
   
   
 
   
   
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Niklas Richardson
 Sent: Thursday, November 17, 2005 11:51 AM
   
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Accordion Header Icons - Changing during 
runtime
   
   
   
Unfortunately I tried:
   
 accd.getHeaderAt(0).icon
   
 and it doesn't work.  It says icon does not exist.  I think that's
 because getHeaderAt() returns a UIComponent object.
   
 Would you be willing to share your custom header class?
   
 Thanks
   
 Niklas
   
 On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:
 
 
 
  Hey Niklas,
 
 
 
  I've done this before. I'm accomplishing it with a custom class for 
the
  header, but if all you need is the icon you should be able to use
something
  like accd.getHeaderAt(0).icon = iconLinkage Since AccordianHeader 
is a
  subclass of Button, it should work just fine.
 
 
 
  Jim
 
 
 
   
 
 
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Niklas Richardson
   Sent: Thursday, November 17, 2005 11:24 AM
   To: flexcoders@yahoogroups.com
   Subject: Re: [flexcoders] Accordion Header Icons - Changing during
runtime
 
 
 
  Crapola!  So you'd need some custom header class huh?
 
   Thanks.
 
   Niklas
 
   On 17/11/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:
 The icon is embedded at compile time and may not be changed
dynamically.
 But then I could be wrong!
   
 Sree
   
   
 Niklas Richardson wrote:
 Hi all,
   
 I have hunted high and low for an answer to this and I've played
 around with accordion.getHeaderAt(), getChildAt(), but to no 
avail.
   
 Basically, I want to change the icon for a specific accordion 
header
 depending on a certain state of that child.
   
 There doesn't seem to be a way at runtime to change the icon.
   
 Does anyone know a solution to this?
   
 Thanks.  Your help is much appreciated.
   
 Cheers
   
 Niklas
   
   
   
 --
 Flexcoders Mailing List
 FAQ:
   
 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
   
http://www.mail-archive.com/flexcoders%40yahoogroups.com
   
   
   
 
 YAHOO! GROUPS LINKS
   
   
 Visit your group flexcoders on the web.
   
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service.
   
 
   
 
 
   --
   Niklas Richardson
   Prismix Ltd
 
   Flex and ColdFusion Experts!
 
 
 
   --
   Flexcoders Mailing List
   FAQ:
 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 
 
   
   YAHOO! GROUPS LINKS
 
 
   Visit your group flexcoders on the web.
 
   To unsubscribe from

[flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Niklas Richardson
Hi all,

I have hunted high and low for an answer to this and I've played
around with accordion.getHeaderAt(), getChildAt(), but to no avail.

Basically, I want to change the icon for a specific accordion header
depending on a certain state of that child.

There doesn't seem to be a way at runtime to change the icon.

Does anyone know a solution to this?

Thanks.  Your help is much appreciated.

Cheers

Niklas


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] form state

2005-11-17 Thread Niklas Richardson
You need to write a specific function to blank out all the controls.

If the controls are bound to a model you could blank the model too.


On 17/11/05, yagogak [EMAIL PROTECTED] wrote:
 i need to find a way for emptying the values of a mx:form (like the
 reset button in html form), is it possible ? or the only solution is
  to write a user's specific function ?

 thanks






 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links









--
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Niklas Richardson
Crapola!  So you'd need some custom header class huh?

Thanks.

Niklas

On 17/11/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:
  The icon is embedded at compile time and may not be changed dynamically.
  But then I could be wrong!

  Sree


  Niklas Richardson wrote:
  Hi all,

  I have hunted high and low for an answer to this and I've played
  around with accordion.getHeaderAt(), getChildAt(), but to no avail.

  Basically, I want to change the icon for a specific accordion header
  depending on a certain state of that child.

  There doesn't seem to be a way at runtime to change the icon.

  Does anyone know a solution to this?

  Thanks.  Your help is much appreciated.

  Cheers

  Niklas



  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  



--
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Niklas Richardson
Unfortunately I tried:

accd.getHeaderAt(0).icon

and it doesn't work.  It says icon does not exist.  I think that's
because getHeaderAt() returns a UIComponent object.

Would you be willing to share your custom header class?

Thanks

Niklas

On 17/11/05, Jim Phelan [EMAIL PROTECTED] wrote:



 Hey Niklas,



 I've done this before. I'm accomplishing it with a custom class for the
 header, but if all you need is the icon you should be able to use something
 like accd.getHeaderAt(0).icon = iconLinkage Since AccordianHeader is a
 subclass of Button, it should work just fine.



 Jim



  


 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Niklas Richardson
  Sent: Thursday, November 17, 2005 11:24 AM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime



 Crapola!  So you'd need some custom header class huh?

  Thanks.

  Niklas

  On 17/11/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:
The icon is embedded at compile time and may not be changed dynamically.
But then I could be wrong!
  
Sree
  
  
Niklas Richardson wrote:
Hi all,
  
I have hunted high and low for an answer to this and I've played
around with accordion.getHeaderAt(), getChildAt(), but to no avail.
  
Basically, I want to change the icon for a specific accordion header
depending on a certain state of that child.
  
There doesn't seem to be a way at runtime to change the icon.
  
Does anyone know a solution to this?
  
Thanks.  Your help is much appreciated.
  
Cheers
  
Niklas
  
  
  
--
Flexcoders Mailing List
FAQ:
  
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  

YAHOO! GROUPS LINKS
  
  
Visit your group flexcoders on the web.
  
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
  

  


  --
  Niklas Richardson
  Prismix Ltd

  Flex and ColdFusion Experts!



  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  





--
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] DataGridColumn display issue

2005-10-14 Thread Niklas Richardson
You might have to use a label function or a cell rendered to display
the deeply nested data.



On 14/10/05, Husain Kitabi [EMAIL PROTECTED] wrote:

 Hi
 I have a value object

 ClassgroupVO.as

 classgroupVenue:String;
 classgroupCapacity:String
 module:ModuleVO
 -

 ModuleVO.as

 moduleName:String;



 In my datagrid column i want to display moduleName. My dataprovider is an
 array of ClassgroupVO value objects sent from remoteobject


 I tried to use
   mx:DataGridColumn columnName=classgroupVenue headerText=Classgroup
 Venue /
 mx:DataGridColumn columnName=classgroupCapacity
 headerText=Classgroup Capacity/
 mx:DataGridColumn columnName=module.moduleName headerText=Module/


 The first 2 columns are fine. But module.moduleName - it does not display
 anything. Has anybody done something like this. Pl advise.

 Regards
 Husain


 hussain

  
  Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com




  SPONSORED LINKS
  Web site design development Computer software development Software design
 and development
  Macromedia flex Software development best practice

  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  





--
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 






Re: [flexcoders] Re: FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-14 Thread Niklas Richardson
One thing to be aware of, re: the EULA:

You may not sell or transfer any Software purchased under a volume discount.


On 12/10/05, Ian Welsh [EMAIL PROTECTED] wrote:
 MM announced they will release Flex 2.0 in the first half of 2006.

 Let's all hope that it is prior to 31/03/06 as, I imagine, there are a few
 people like us who bought Flex in late March 2005 to beat the price rise on
 01/04/2005.

 Flex then came with a year's subscription included so this may have run out
 if Flex 2 is released after 1/4/2006. I bet there will be a few people
 keeping their fingers crossed!

 Fortunately we bought an extra year's subscription, so as long as they
 release Flex 2 before 31/3/2007 we'll be OK - but then we'll be fretting
 about Flex 3 release dates ;-)

 Regards
 Ian


 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Alex  Alex
 Sent: 12 October 2005 03:31
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: FLEX Licenses for sale - FLEX 2.0 Enterprise
 upgrade included

 The Gold support is for 6 months. You are entitled to 12 months of free
 upgrades. MM announced they will release Flex 2.0 in the first half of 2006.

 Thank you,
 Alex

 --- In flexcoders@yahoogroups.com, Chris Velevitch [EMAIL PROTECTED]
 wrote:
 
  On 10/12/05, João Fernandes [EMAIL PROTECTED] wrote:
  
   But if its a 6 month gold subscription... do you think in 6
 months we'll have flex 2 ready to go?
   Macromedia has not announced a release date so...
 
  Didn't they say early 2006? And besides, if the subscription did
  expire before then, it would be wise to renew.
 
 
  Chris
  --
  Chris Velevitch
  Manager - Sydney Flash Platform Developers Group www.flashdev.org.au
 








  Yahoo! Groups Sponsor ~-- Get
 Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
 http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
 ~-

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links














 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links










--
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Issues with Scroll!

2005-09-29 Thread Niklas Richardson
You can use the vScrollPolicy and hScrollPolicy to control which
contains have scroll bars on them and which do not.

However, you might find some strange behaviour when you want scroll
bars on a deeply nested component, however even with
vScrollPolicy=on (for example) the scroll bars do not show.

If you add minHeight=1 along with vScrollPolicy=auto to the
component that you want to have the scroll bars on then this makes
them appear when required.  Don't ask me why, it just works.

Hope that helps.

Regards

Niklas


On 29/09/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:
 Can someone help me with this problem.

 In the following sample, the scroll appears on the whole application.
 What is the correct/suggested way to avoid that. The scroll should be
 applied on the Panel and not the Application here.

 I tried many things such as appliying creationComplete, creationIndex
 and creationPolicy. This has not had good results.
 I had some success with createCompletion. But I really dont think that
 is a scalable solution!

 Any pointers would help.

 Regards
 Sree

 PS: In an earlier post, I had mentioned the same result in the Flex
 Style Explorer
 (http://www.mail-archive.com/flexcoders@yahoogroups.com/msg12582.html).


 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
 width=100% height=100% creationIndex=0

 mx:Panel width=100% height=100%
 mx:HBox width=1000 height=2000
 backgroundColor=#FFCC00/mx:HBox
 mx:ControlBar width=100% height=50/mx:ControlBar
 /mx:Panel
 /mx:Application




 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links










--
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Flex Server Alternatives

2005-09-29 Thread Niklas Richardson
 to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  



--
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Cairngorm woes =\

2005-08-21 Thread Niklas Richardson
Hi Nate,

It looks like your missing the LeftTabNavigator class from your app.

So, yes, you are probably missing some code from the user classes
directory or from your app directory.

See where the class LeftTabNavigator.as exists on the app that works
then replicate on the app that doesn't work.

HTH

Regards

Niklas



On 18/08/05, Nate Nielsen [EMAIL PROTECTED] wrote:
  
 Hi all, 
   
 Having a tough time with a cairngorm app that's been inherited.  I didn't
 write the cairngorm adaptation, so I'm a bit lost.  This is what we're
 getting : 
   
   
 Error
 C:\Inetpub\wwwroot\bidfly\com\bidfly\view\BrowseViewHelper.as:100
 There is no method with the name 'getInstance'.
 
  
  
  99: function showView(Void):Void{ 
  100: var nav:LeftTabNavigator=LeftTabNavigator.getInstance(); 
  101: nav.selectedIndex = nav.getChildIndex(UIObject(view)); 
   
   
 The odd part about it is that the same code works on another server, or the
 same server but some setup changes were made. 
   
 Is it possible I need to include some of the framework into the user classes
 area or something? 
   
 Any help anyone can provide would be greatly appreciated and I'll paypal ya
 so you're next round of brews are on me! 
   
   
 Thanks, 
   
 -Nate 
 
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
  
  
  
  YAHOO! GROUPS LINKS 
  
  
  Visit your group flexcoders on the web.
   
  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  
  
  


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hbteupf/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124671720/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] selectedItem in a list shows an icon (Revisited)

2005-08-11 Thread Niklas Richardson
Hi everyone,

I revisited the selectedItem demo I created yesterday to see how the
code would perform with larger data sets.

You can read about my findings here:

http://www.prismix.com/blog/archives/2005/08/selecteditem_in_1.cfm

Basically, it performed well with 1000 items in the array, and it
performed sluggishly with 1 items in the array.

Have a play with the demo on the blog if you like.

Cheers

Niklas


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hc98u7t/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123768530/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] check box-radio button

2005-08-11 Thread Niklas Richardson
You can bind each other's selected property to the other.

Something like this:

mx:CheckBox id=myCheckBox1 selected={!myCheckBox2.selected}/mx:CheckBox

mx:CheckBox id=myCheckBox2 selected={!myCheckBox1.selected}/mx:CheckBox


On 11/08/05, Nithya R [EMAIL PROTECTED] wrote:
  
 hai 
   
 i have two check boxes and i want them to function like radio buttons, ie it
 must not allow multiple selection and must support toggle funtion... how to
 do this? any link orsample available? 
   
 thanks 
 nithya
 
 Send instant messages to your online friends http://uk.messenger.yahoo.com 
 
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
  
  
  
  YAHOO! GROUPS LINKS 
  
  
  Visit your group flexcoders on the web.
   
  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  
  
  
 
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hoh7u7m/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123771943/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] check box-radio button

2005-08-11 Thread Niklas Richardson
Actually, that's a super bad idea.  Don't do it that way otherwise
you'll get a circular reference and your browser / Flash will crash!


On 11/08/05, Niklas Richardson [EMAIL PROTECTED] wrote:
 You can bind each other's selected property to the other.
 
 Something like this:
 
 mx:CheckBox id=myCheckBox1 
 selected={!myCheckBox2.selected}/mx:CheckBox
 
 mx:CheckBox id=myCheckBox2 
 selected={!myCheckBox1.selected}/mx:CheckBox
 
 
 On 11/08/05, Nithya R [EMAIL PROTECTED] wrote:
 
  hai
 
  i have two check boxes and i want them to function like radio buttons, ie it
  must not allow multiple selection and must support toggle funtion... how to
  do this? any link orsample available?
 
  thanks
  nithya
 
  Send instant messages to your online friends http://uk.messenger.yahoo.com
 
   --
   Flexcoders Mailing List
   FAQ:
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 
 
   
   YAHOO! GROUPS LINKS
 
 
   Visit your group flexcoders on the web.
 
   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
   
 
 
 
 
 
 --
 Niklas Richardson
 Prismix Ltd
 
 Flex and ColdFusion Experts!
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hqmtte6/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123772469/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] check box-radio button

2005-08-11 Thread Niklas Richardson
Crud!  Hit enter too soon!

Instead, you can do it this way:

mx:CheckBox id=myCheckBox1 label=Check Box 1
click=myCheckBox2.selected = !myCheckBox1.selected/
mx:CheckBox id=myCheckBox2 label=Check Box 2
click=myCheckBox1.selected = !myCheckBox2.selected/


On 11/08/05, Niklas Richardson [EMAIL PROTECTED] wrote:
 Actually, that's a super bad idea.  Don't do it that way otherwise
 you'll get a circular reference and your browser / Flash will crash!
 
 
 On 11/08/05, Niklas Richardson [EMAIL PROTECTED] wrote:
  You can bind each other's selected property to the other.
 
  Something like this:
 
  mx:CheckBox id=myCheckBox1 
  selected={!myCheckBox2.selected}/mx:CheckBox
 
  mx:CheckBox id=myCheckBox2 
  selected={!myCheckBox1.selected}/mx:CheckBox
 
 
  On 11/08/05, Nithya R [EMAIL PROTECTED] wrote:
  
   hai
  
   i have two check boxes and i want them to function like radio buttons, ie 
   it
   must not allow multiple selection and must support toggle funtion... how 
   to
   do this? any link orsample available?
  
   thanks
   nithya
  
   Send instant messages to your online friends http://uk.messenger.yahoo.com
  
--
Flexcoders Mailing List
FAQ:
   http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  

YAHOO! GROUPS LINKS
  
  
Visit your group flexcoders on the web.
  
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
  

  
  
  
 
 
  --
  Niklas Richardson
  Prismix Ltd
 
  Flex and ColdFusion Experts!
 
 
 
 --
 Niklas Richardson
 Prismix Ltd
 
 Flex and ColdFusion Experts!
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h0228km/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123772628/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Caret positioning problem

2005-08-10 Thread Niklas Richardson
 Company. Unauthorized publication,
 use, dissemination, forwarding, printing or copying of this email and its
 associated attachments is strictly prohibited. 
 
 We also inform you that we have checked that this message does not contain
 any virus but we decline any responsability in case of any damage caused by
 an a non detected virus.
 --
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
  
 
  
  SPONSORED LINKS 
  Computer software testing Macromedia flex Development 
  Software developer 
  
  
  YAHOO! GROUPS LINKS 
  
  
  Visit your group flexcoders on the web.
   
  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  
  
  


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hn61cft/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123688967/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [flexcoders] Caret positioning problem

2005-08-10 Thread Niklas Richardson
Mika,

I've just seen some wacky behaviour with using that function on the
keyUp.  If you type too quickly it skips adding the period.  Also, if
you try to delete (backspace) after typing, you get into a loop or it
recreating the period.  However, if you hit backspace really quickly
you can get past it! :)

Something to watch out for!

Cheers

Niklas


On 10/08/05, Niklas Richardson [EMAIL PROTECTED] wrote:
 Yeah, I just found that if you split the two commands into separate
 functions, and associate them with the click event on two bottons.
 Then pressing the first button (to add the dot) and then pressing the
 second button (to select the end of the string), then it works.
 
 Nice find on the redraw().  What made you think of that?
 
 If you set the first number in setSelection() then it will just give
 you a single caret rather than selection the whole text.  Like Allen
 suggested earlier.  This is the code I used to get it working (using
 your redraw() trick Philippe).  You don't need to use the FocusManager
 then either (okay, so you only save one line).
 
 myText.text = myText.text + '.';
 myText.redraw();
 Selection.setFocus(myText);
 Selection.setSelection(myText.text.length, myText.text.length);
 
 Cheers
 
 Niklas
 
 
 
 On 10/08/05, Philippe Maegerman [EMAIL PROTECTED] wrote:
 
  Don't ask me how I found it, I tried all kind of things like setInterval,
  doLater etc ...
 
  MyTextField.text = MyTextField.text + .;
  MyTextField.redraw();
  var fm = getFocusManager();
  fm.setFocus(MyTextField);
  Selection.setSelection(0,MyTextField.text.length)
 
  Enjoy++
 
  Philippe Maegerman
  Web developer
  +32 2 400 40 39
  +32 472 35 28 10
  Avoir des rêves, c'est continuer d'exister...
 
 
   
   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Mika Kiljunen
  Sent: mercredi 10 août 2005 15:27
 
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Caret positioning problem
 
 
 
 
 
  You wish…but  no, does not work (already tried it) L
 
 
 
  -Mika
 
 
 
   
 
 
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Philippe Maegerman
  Sent: 10. elokuuta 2005 16:16
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Caret positioning problem
 
 
 
  MyTextField.text.length+1 maybe ;)
 
 
 
  Philippe Maegerman
 
   
 
 
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Mika Kiljunen
  Sent: mercredi 10 août 2005 14:47
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Caret positioning problem
 
  Thanks, but it won't help. If I type in 23 my handler adds a dot to it and
  the text becomes 23.
 
  Your code sets the 23 selected and caret is there (not after the added dot
  as it should be), the thing is that it should show 23. and caret after that,
  and no selection.
 
 
 
  -Mika
 
 
 
   
 
 
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Philippe Maegerman
  Sent: 10. elokuuta 2005 15:35
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Caret positioning problem
 
 
 
  var fm = getFocusManager();
  fm.setFocus(MyTextField);
  Selection.setSelection(0,MyTextField.text.length)
 
 
  Philippe Maegerman
 
 
   
 
 
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Allen Manning
  Sent: mercredi 10 août 2005 14:32
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Caret positioning problem
 
  Mika,
 
 
 
  Have you looked at:
 
 
 
  Selection.setSelection(stringLength,stringLength)
 
 
 
 
 
  HTH,
 
  Allen
 
  www.prismix.com/
 
 
 
   
 
 
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Mika Kiljunen
  Sent: 10 August 2005 13:25
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Caret positioning problem
 
 
 
  Hi,
 
  I'm trying to set the caret to the end of the textfield. I have a keyUp
  event handler that adds the dot . automatically for the text entered. The
  problem is that when the dot is added by actionscript the caret stays behind
  the added dot while typing, so the dot gets misplaced and the typing comes
  out wrong. How can I position the caret AFTER the autoinserted dot? I've
  tried to fool around with the Selection class functions but none of it seems
  to help..
 
 
 
  Here is an example of the handler I'd like to use:
 
 
 
  function onKeyUp( event )
 
  {
 
  if( MyTextField.text.length == 2 )
 
  {
 
  MyTextField.text = MyTextField.text + .;
 
  // HOW TO POSITION THE CARET HERE SO THAT IT COMES
  OUT LIKE THIS ON TEXTFIELD:
  myenteredtext.CARET_BLINKING_HERE???
 
  }
 
  }
 
 
 
  -Mika

Re: [flexcoders] scrolling a tree to a selected node.

2005-08-10 Thread Niklas Richardson
Try using vPosition.


On 10/08/05, digital_eyezed [EMAIL PROTECTED] wrote:
 If I select a node on a tree dynamically (by clicking somewhere else
 in the application), how do I scroll the tree automatically to see
 the
 selected item (it's a long list).
 
 Cheers,
 
 Iain
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 
 
 
 
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hf9qn4u/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123692817/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Easiest way to connect to mysql?

2005-08-09 Thread Niklas Richardson
Hi there,

You will need to use a server side technology, like Java, ASP, CF, PHP
to integrate with a MySQL database.

You can then use HTTP, WebServices or RemoteObjects to integrate
between Flex and your server side.

The Flex docs and also the Flex book have information on how to use
the above services to connect Flex and the server side together.

Regards

Niklas

On 07/08/05, pioplacz [EMAIL PROTECTED] wrote:
 Hi folks!
 
 Im looking for a easiesway to get data from database and add data into
 it. At the moment i'm receving data my getting xml output by php file
 and adding data same simple way like in html. But is there any easiest
 way to get it all working? Would be really nice!!
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 
 
 
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h503qvp/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123598748/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Cairngorm vs ARP

2005-08-05 Thread Niklas Richardson
Try these to links (via Steven)

- http://www.bit-101.com/blogadmin/mt-comments.cgi?entry_id=99
- http://groups.yahoo.com/group/flexcoders/message/5741

Cheers

Niklas



On 05/08/05, mackdoyle [EMAIL PROTECTED] wrote:
 Does anyone have experience working with both and can give a good
 comparative analysis? And what about MossyBlog's Synergy?
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 
 
 
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hkp97rl/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123258456/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Cairngorm vs ARP

2005-08-05 Thread Niklas Richardson
Also, as far as I'm aware, Cairngorm has been taken up by most of the
Flex community as the de-facto framework for building Flex
applications.

We certainly swear by it.

On 05/08/05, Niklas Richardson [EMAIL PROTECTED] wrote:
 Try these to links (via Steven)
 
 - http://www.bit-101.com/blogadmin/mt-comments.cgi?entry_id=99
 - http://groups.yahoo.com/group/flexcoders/message/5741
 
 Cheers
 
 Niklas
 
 
 
 On 05/08/05, mackdoyle [EMAIL PROTECTED] wrote:
  Does anyone have experience working with both and can give a good
  comparative analysis? And what about MossyBlog's Synergy?
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 --
 Niklas Richardson
 Prismix Ltd
 
 Flex and ColdFusion Experts!
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h2gbtt9/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123258834/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Fastest Hardware for Flex compilation

2005-08-05 Thread Niklas Richardson
Lots of CPUs and lots of memory! :)


On 05/08/05, Allen Manning [EMAIL PROTECTED] wrote:
  
  
 
 Hello, 
 
   
 
 I'm trying to get my flex compilation time down to as little as possible. 
 We are using mxmlc via Ant to compile our flex code.  What machine spec
 would be the best to build these swfs fast.  Would a dual proc help at all? 
 
   
 
 Thanks, 
 
 Allen 
 
 www.prismix.com/ 
 
   
 
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
  
  
  
  YAHOO! GROUPS LINKS 
  
  
  Visit your group flexcoders on the web.
   
  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  
  
  
  
 
 --
  Outgoing mail is certified Virus Free.
  Checked by AVG Anti-Virus (http://www.grisoft.com).
  Version: 7.0.269 / Virus Database: 267.10.1 - Release Date: 04/08/2005
  


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h6e14fi/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123258861/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Fastest Hardware for Flex compilation

2005-08-05 Thread Niklas Richardson
I would imagine that a dual 3GHz CPU set up would increase the speed
of compilation.

On 05/08/05, Allen Manning [EMAIL PROTECTED] wrote:
 I have 1.5 gigs of memory and still have loads free when the compilation is
 happening.
 
 Would a second processor assist in mxmlc compilation?
 
 
 Allen
 www.prismix.com/
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Niklas Richardson
 Sent: 05 August 2005 10:17
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Fastest Hardware for Flex compilation
 
 Lots of CPUs and lots of memory! :)
 
 
 On 05/08/05, Allen Manning [EMAIL PROTECTED] wrote:
 
 
 
  Hello,
 
 
 
  I'm trying to get my flex compilation time down to as little as possible.
  We are using mxmlc via Ant to compile our flex code.  What machine spec
  would be the best to build these swfs fast.  Would a dual proc help at
 all?
 
 
 
  Thanks,
 
  Allen
 
  www.prismix.com/
 
 
 
   --
   Flexcoders Mailing List
   FAQ:
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 
 
   
   YAHOO! GROUPS LINKS
 
 
   Visit your group flexcoders on the web.
 
   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
   
 
 
 
  --
   Outgoing mail is certified Virus Free.
   Checked by AVG Anti-Virus (http://www.grisoft.com).
   Version: 7.0.269 / Virus Database: 267.10.1 - Release Date: 04/08/2005
 
 
 
 --
 Niklas Richardson
 Prismix Ltd
 
 Flex and ColdFusion Experts!
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 
 
 
 --
 Incoming mail is certified Virus Free.
 Checked by AVG Anti-Virus (http://www.grisoft.com).
 Version: 7.0.269 / Virus Database: 267.10.1 - Release Date: 04/08/2005
 
 
 --
 Outgoing mail is certified Virus Free.
 Checked by AVG Anti-Virus (http://www.grisoft.com).
 Version: 7.0.269 / Virus Database: 267.10.1 - Release Date: 04/08/2005
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 
 
 
 
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h1c2t37/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123260568/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Container alpha/dimming when disabled

2005-08-05 Thread Niklas Richardson
What about changing the disabled styles to be the same as the
non-disabled styles?

Or is that not what you meant?



On 05/08/05, Matt Chotin [EMAIL PROTECTED] wrote:
  
  
 
 Not in a documented way unfortunately.  The way we actually disable a
 container is to put a blocking mask in front of it.  You could do the same
 thing by creating a modal popup with the container as the parent I think. 
 Just popup a Container and see what happens. 
 
   
 
 Matt 
 
   
  
  
  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Stacy Young
  Sent: Thursday, August 04, 2005 8:06 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Container alpha/dimming when disabled 
  
 
   
 
 Possible to stop/alter the dim on containers when disabled? Just want to
 disable with no visual cues…thx! 
 
   
 
 Stace 
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
  
  
  
  YAHOO! GROUPS LINKS 
  
  
  Visit your group flexcoders on the web.
   
  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  
  
  


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hoir80q/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123261738/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[flexcoders] How To: Setting up Flex 1.5 on Jrun with Apache

2005-05-23 Thread Niklas Richardson
Hi everyone,

I've just posted this How To for setting up Flex 1.5 on Jrun with
Apache.

http://www.prismix.com/blog/archives/2005/05/setting_up_flex.cfm

I hope it's helpful to those new to Flex, and wish to use Jrun and also
Apache.

Also, I would appreciate any comments / feedback on how we can refine
this process.  Perhaps we can add this to Flex Authority once it's
fleshed out a bit more.

Reegards

Niklas

Niklas Richardson

Prismix Ltd 
t +44 (0)870 749 1100 
f +44 (0)870 749 1200 
w http://www.prismix.com/




 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Accordion Click Event

2005-05-16 Thread Niklas Richardson
Hi there,

Try using the change event like so:

mx:Accordian id=myAccordian change=myFunction()

/mx:Accordian 

Here is the info from the docs:

Events

change

Broadcast when the selected child container changes. The event object's
target property contains a reference to the object that broadcast the
event, namely this container. The type property contains the type of the
event, change. The newValue property contains the zero-based index of
the selected child container. The prevValue property contains the
zero-based index of the child container that was previously selected.

Hope that helps.

Regards

Niklas



 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of tenyearslove
 Sent: Monday, May 16, 2005 7:49 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Accordion Click Event
 
 I want to call a function when Accordion navigator Button clicked 
 (when Change Accordion's selectedIndex of selectedChild)
 How can I this?
 
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Flex Server Specification

2005-05-13 Thread Niklas Richardson
Hi Tim,

I would go for at least a dual CPU server as this will spread the load
of garbage collections in Jrun.  Also, it helps stop the OS and Jrun
fighting over CPU resources.

Are you going to be running CFMX on that box too or on a separate
machine?

If you are then I'd definitely stick two CPUs in there, and lots of
memory.  2GB seems like a good starting point.

Regards

Niklas


 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Tim Blair
 Sent: Friday, May 13, 2005 2:54 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex Server Specification
 
 Thanks Dave,
 
  Even if there will be other apps/instances, I'd keep it at 1 
  GB and simply add more RAM to the box (it's so cheap 
  nowadays, it's a no-brainer).
 
 We're actually going for 2Gb -- we will be adding separate 
 instances in
 the near future and it makes sense to go for this straight away.
 
 What CPU setup do you have/recommend?
 
 Tim.
 
 --
 ---
 Badpen Tech - CF and web-tech: http://tech.badpen.com/
 ---
 RAWNET LTD - independent digital media agency
 We are big, we are funny and we are clever!
  New site launched at http://www.rawnet.com/
 ---
 This message may contain information which is legally
 privileged and/or confidential.  If you are not the
 intended recipient, you are hereby notified that any
 unauthorised disclosure, copying, distribution or use
 of this information is strictly prohibited. Such
 notification notwithstanding, any comments, opinions,
 information or conclusions expressed in this message
 are those of the originator, not of rawnet limited,
 unless otherwise explicitly and independently indicated
 by an authorised representative of rawnet limited.
 ---
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 
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 Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/