[flexcoders] Flex Newbies Mail List

2005-08-12 Thread Manuel Saint-Victor, M.D.
I was wondering if there was a chance of a Flex newbies list.  Like the
Flash Newbies List. Unless It's there and I'm just oblivous.  It seems to
me that the population here will be mushrooming and I think it would help
some of us starting with Flex without any enterprise development
experience or just dabbling to have a more casual environment.
I guess it goes with the "there are no dumb questions." saying- well it
depends on where you ask.   I always hate lobbing a "What exactly is
Struts?"  or other non-critical question into a sea of people trying to
get their work done.  And I sure as shizzle don't want to put a link to my
"Hey look I put 3 tabs in a window and made the button pretty" examples
but believe that there are others out there who are just as excited as I
am to see their first Flex steps actually work.

If it's a matter of actually getting it started I'm willing to (with some
help and guidance) put the footwork in to get it going.

Just a thought- holla back-

Mani



 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12hlgpfcr/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123894043/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.
~-> 

--
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] Rich Internet Apps book

2005-07-30 Thread Manuel Saint-Victor, M.D.


I am working on an example from the Flex Book for the Blogreader and
google search and having trouble with an error that says "You are not
allowed access to this URL by this proxy"

I went to the whitelist and the localserver is not commented so I could
not remove the comments to get it to work as suggested online.
Any suggestions on what I'm doing wrong.

Thanks,

Mani
-- 
"Live as if you were to die tomorrow. Learn as if you were to live forever."
  --  Mahatma Gandhi





 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12hpc5mps/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122772253/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.
~-> 

--
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] Dynamic tab binding Labels

2005-07-21 Thread Manuel Saint-Victor, M.D.
Hi,
I'm trying to have tabs generate when items are chosen from a List
Component.  So far I am able to get the tabs to come up and everything but
what I would like to do is have each tab be bound to the selectedItem such
that the label of the tab will be the same as the label of the
selectedItem from the list.

This is what I have right now:

}
function createSchoolTab(event){
var schoolName=event.target.selectedItem.label;
var
newTab:mx.core.UIObject=mx.core.UIObject(schoolsTabNav.createTab(SchoolView,{event.target.selectedItem.label},'The
Canvas'));
schoolsTabNav.selectedChild=newTab;
}





and this would be the errors that I get back:

line 15 ':" unexpected
line 16 This statement is not permitted in a class definition
line 21 unexpected '}' encountered

Can anyone help me with this.

Thanks

Mani



--
"Live as if you were to die tomorrow. Learn as if you were to live forever."
  --  Mahatma Gandhi







--
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] passing data to dynamically created TabNavigator children

2005-07-21 Thread Manuel Saint-Victor, M.D.
Cliff,

I had just been working on the same thing.  I have a partial solution that
I don't know if it will help.


function createSchoolTab(event){
var newSchool=event.target.selectedItem.label;

var
newTab:mx.core.UIObject=mx.core.UIObject(medSchoolsTabNav.createTab(SchoolView,'SchoolNameHere','The
Canvas'));
var selectedTab=medSchoolsTabNav.selectedChild=newTab;
selectedTab.label="label property";

}

Mani
-- 
"Live as if you were to die tomorrow. Learn as if you were to live forever."
  --  Mahatma Gandhi

On Thu, July 21, 2005 3:38 pm, Cliff Meyers said:
> I have a class that dynamically adds several components to a
>  TabNavigator via AS.  I need to pass some data into these components.
>  If they were static (ie, created with MXML) I'd just add an attribute
>  and so some databinding.  How can I accomplish the same thing with AS?
>   There doesn't seem to be a way to assign an ID to a component when
>  creating it so I'm not sure what the best way to access the component
>  is using AS.  Thanks a lot!
>
>
>  -Cliff
>
>
>   --
>  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.
>







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