[flexcoders] setting query string from Flex Builder

2007-05-09 Thread rodneyjlucas

Is it possible to set up a runtime/debug configuration with query
strings.  When I try to add them to the URL path it seems to look for
a file name that includes the query string. Thus giving you a file not
found error...


anyone successful with thisam I missing something obvious


I am using Flex Builder 2.0.1..with latest patch



[flexcoders] Re: Communication from Modules to Application

2007-04-25 Thread rodneyjlucas
Thanks Manish,

I also found some documentation (updated) from Adobe.  This wasn't
part of the general doc set.  I have since learned to keep an eye on
the Flex Doc Team blog.  

The method I found from the doc was the parentApplication property. It
pretty much gives the module a handle to the parent object that called
it.  In my case my framework application.  I could run a method from
there to modify the viewstack during a method I call to handle a
change (itemClick).

Your answer gives another way to do this as well..thanks again

Rodney

--- In flexcoders@yahoogroups.com, rodneyjlucas [EMAIL PROTECTED]
wrote:

 
 I am new to modules but think the idea is great.  However, I am trying
 to modularize a prototype and get stuck.  I would like to have a
 simple framework Application with modular components for each major
 piece of the application (banner, footer, left hand navigation, main
 content..etc).  
 
 The problem occurs when I have a need for module to module or module
 to Application communication.  For example if I have a
 mx:ToggleButtonBar in the banner module.  When a change event is fired
 I want the viewstack to change the child it is showing and to handle
 loading/unload other modules.  
 
 What is the best way to handle this?  Bubble events somehow?  Pass the
 banner/togglebuttonbar a handle to the application's viewstack?  Other
 ideas.  Obviously part of the trick is to keep things loosely coupled
 and reusable.
 
 Rodney





[flexcoders] Communication from Modules to Application

2007-04-24 Thread rodneyjlucas

I am new to modules but think the idea is great.  However, I am trying
to modularize a prototype and get stuck.  I would like to have a
simple framework Application with modular components for each major
piece of the application (banner, footer, left hand navigation, main
content..etc).  

The problem occurs when I have a need for module to module or module
to Application communication.  For example if I have a
mx:ToggleButtonBar in the banner module.  When a change event is fired
I want the viewstack to change the child it is showing and to handle
loading/unload other modules.  

What is the best way to handle this?  Bubble events somehow?  Pass the
banner/togglebuttonbar a handle to the application's viewstack?  Other
ideas.  Obviously part of the trick is to keep things loosely coupled
and reusable.

Rodney 



[flexcoders] Has anyone tried using a custom Component for a headerRender

2006-09-08 Thread rodneyjlucas

Instead of extending mx:Label I would like to extend something like
mx:Grid.  My goal is to dynamically change the text value/values by
using a grid's spacing capabilities while keeping a single column in
the parent DataGrid.

Rodney





--
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/
 




[flexcoders] Trying to set the colors of a combobox when disabled

2006-07-31 Thread rodneyjlucas


I am trying to set the colors of a combobox when it is disabled. 
Specifically the down arrow icon.  There is a property called
downArrow_mc but I am unable  to find the right property that will
make a difference.  Does anyone know what they are or how to do this?

Rodney





--
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] adding a service to open for ComboBox

2006-06-30 Thread rodneyjlucas

Hello,

I would like to use a comboBox whos contents will be filled in
dynamically.  The open command would trigger a remote call and fill in
the data provider of the comboBox.  This all works fine except that
when you click on the pulldown it will close it before you get a
chance to select anything.  

I have tried executing an the combobox.open() method but it still
won't stay open.  Does anyone know what I might be missing?

Rodney






--
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] Programitically using Date Validation

2006-05-09 Thread rodneyjlucas





I am trying to figure out a way to use DateValidators
programmatically. I have a set of date formats I want to use and will
have logic setup to validatge a string being placed in a text input. 
This seems pretty straight forward with you have MXML file and you
want to support one format. How can you set this at run time?
Unfortunatly the DateValidators are special and seem to be used more
in a static manner so I am not sure how to set the properties without
getting the error..

The property being referenced does not have the static attribute.


Does anyone have a better way to do this?

Rodney









--
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] Re: What happened to Iteration:Two Site?

2006-04-03 Thread rodneyjlucas
I have been trying since late last week...

--- In flexcoders@yahoogroups.com, Wally Randall [EMAIL PROTECTED]
wrote:

 I have been trying to get throught to Iteration:Two all weekend.  They 
 are back up but most of the site is disabled.  What has happened?  I 
 want to get the Cairngorm 2 Alpha for testing.
 
 http://www.iterationtwo.com/open_source_cairngorm.html







--
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] Re: What happened to Iteration:Two Site?

2006-04-03 Thread rodneyjlucas
Most of the site is down but I was able to get Cairngorm v2.0 via the
following page

http://www.richinternetapps.com/archives/000143.html


--- In flexcoders@yahoogroups.com, rodneyjlucas [EMAIL PROTECTED]
wrote:

 I have been trying since late last week...
 
 --- In flexcoders@yahoogroups.com, Wally Randall wally.randall@
 wrote:
 
  I have been trying to get throught to Iteration:Two all weekend. 
They 
  are back up but most of the site is disabled.  What has happened?  I 
  want to get the Cairngorm 2 Alpha for testing.
  
  http://www.iterationtwo.com/open_source_cairngorm.html
 







--
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/