Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-flash · Yahoo! Flash Developer Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Messages

Advanced
Messages Help
Messages 1506 - 1536 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1506 From: "tripp.bridges" <trippb@...>
Date: Tue Jan 27, 2009 4:07 pm
Subject: Re: CS4 with Astra component
tripp.bridges
Send Email Send Email
 
Hi,
There are separate extension managers for CS3 and CS4. You will need
to use the respective extension manager for each version of flash that
you are using. Please confirm that you have installed the components
to use with CS4 with the CS4 extension manager.

Also, bear in mind that the CS3 components were designed and tested
for CS3. Minimal testing has been done with the CS3 components in CS4
and they do appear to work. More testing will be done in the near
future to determine if any changes will need to be made.

If you are still having installation problems or if you run into any
other issues, feel free to ping back and we will investigate for you.

Thanks,
Tripp
--- In ydn-flash@yahoogroups.com, "roni_fital" <roni_fital@...> wrote:
>
> I followed the steps in the instalation instructions. MXP was
> installed, but the following step failed:
> Start up Flash CS3, and the new components will appear in the
> Components panel.
> After installation, Using flash CS4 professional, I opened a new Flash
> File (ActionScript 3.0). and I could not see the components (menu, ...).
>
> I could compile the examples. When I opened the examples, I could see
> the added components in the library windows, but not in the component.
>
> Can someone help me there?
> Thanks.
>

#1507 From: "tripp.bridges" <trippb@...>
Date: Tue Jan 27, 2009 4:14 pm
Subject: Re: Flash Components zip Corrupt
tripp.bridges
Send Email Send Email
 
Hi,
I just went to both entry points and successfully downloaded good zips
for the ASTRA Flash components. We have had similar issues before and
I will let the appropriate folks at Yahoo know so that they can
investigate. You may want to try again. Perhaps refresh your browser
and try. If that does not work, try this link and see if it works for
you. http://download.yahoo.com/ycs/ydn/flash/pkg/astra-flash-1.3.1.zip

If you are still having problems, please ping back.

Thanks,
Tripp

--- In ydn-flash@yahoogroups.com, "sauravsinha79" <sauravsinha79@...>
wrote:
>
> I tried to download ASTRA Flash Components but the zip seems to be
> corrupt. can someone provide me the alternate lionk to download the
> files.
>
> Thanx & Regards
> Saurav
>

#1508 From: Roni Fital <roni_fital@...>
Date: Wed Jan 28, 2009 6:59 am
Subject: Re: Re: CS4 with Astra component
roni_fital
Send Email Send Email
 
Yes, the astra component is used with CS4 flash & extension manager.
 
I still can not see them in a new project, within component window.
 
Thanks,


From: tripp.bridges <trippb@...>
To: ydn-flash@yahoogroups.com
Sent: Tuesday, January 27, 2009 6:07:06 PM
Subject: [ydn-flash] Re: CS4 with Astra component

Hi,
There are separate extension managers for CS3 and CS4. You will need
to use the respective extension manager for each version of flash that
you are using. Please confirm that you have installed the components
to use with CS4 with the CS4 extension manager.

Also, bear in mind that the CS3 components were designed and tested
for CS3. Minimal testing has been done with the CS3 components in CS4
and they do appear to work. More testing will be done in the near
future to determine if any changes will need to be made.

If you are still having installation problems or if you run into any
other issues, feel free to ping back and we will investigate for you.

Thanks,
Tripp
--- In ydn-flash@yahoogrou ps.com, "roni_fital" <roni_fital@ ...> wrote:
>
> I followed the steps in the instalation instructions. MXP was
> installed, but the following step failed:
> Start up Flash CS3, and the new components will appear in the
> Components panel.
> After installation, Using flash CS4 professional, I opened a new Flash
> File (ActionScript 3.0). and I could not see the components (menu, ...).
>
> I could compile the examples. When I opened the examples, I could see
> the added components in the library windows, but not in the component.
>
> Can someone help me there?
> Thanks.
>



#1509 From: "adamhull222" <adamhull222@...>
Date: Wed Jan 28, 2009 3:31 pm
Subject: Auto-Scaling Charts to XML dataProviders?
adamhull222
Send Email Send Email
 
Hi, I'm migrating some some projects to version 1.3.1 of the ASTRA library from
version 1.2.0
and it appears that auto-scaling the y-axis of a LineChart to an XML
dataProvider no longer
works.  Is this intentional?

Commenting out line 123 of the FinancialTimeline.as example file reproduces this
behavior.

I've traced the change to com.yahoo.astra.fl.charts.axes.NumericAxis, line 410
in the
updateScale method:

var value:Number = this.chart.itemToAxisValue(series, j, this) as Number;

For XML dataProviders, itemToAxisValue() always returns a String.  Casting to a
Number
always returns 0.  The isNaN test on the next line is never triggered by an XML
provider, even
when it seems to me it should.

Original functionality can be restored by changing the previous line to:

var value:Number = Number(this.chart.itemToAxisValue(series, j, this));

#1510 From: "tripp.bridges" <trippb@...>
Date: Wed Jan 28, 2009 4:43 pm
Subject: Re: CS4 with Astra component
tripp.bridges
Send Email Send Email
 
Hi,
I am unable to reproduce your issue. I just successfully installed the
component to flash cs4 using the cs4 extension manager. I am going to
need to ask you a few more questions.

What message are you receiving from the extension manager after
installing the components?
Are you getting any alerts from the extension manager? If so, what do
they say?

Thanks,
Tripp
--- In ydn-flash@yahoogroups.com, Roni Fital <roni_fital@...> wrote:
>
> Yes, the astra component is used with CS4 flash & extension manager.
>
> I still can not see them in a new project, within component window.
>
> Thanks,
>
>
>
>
> ________________________________
> From: tripp.bridges <trippb@...>
> To: ydn-flash@yahoogroups.com
> Sent: Tuesday, January 27, 2009 6:07:06 PM
> Subject: [ydn-flash] Re: CS4 with Astra component
>
>
> Hi,
> There are separate extension managers for CS3 and CS4. You will need
> to use the respective extension manager for each version of flash that
> you are using. Please confirm that you have installed the components
> to use with CS4 with the CS4 extension manager.
>
> Also, bear in mind that the CS3 components were designed and tested
> for CS3. Minimal testing has been done with the CS3 components in CS4
> and they do appear to work. More testing will be done in the near
> future to determine if any changes will need to be made.
>
> If you are still having installation problems or if you run into any
> other issues, feel free to ping back and we will investigate for you.
>
> Thanks,
> Tripp
> --- In ydn-flash@yahoogrou ps.com, "roni_fital" <roni_fital@ ...> wrote:
> >
> > I followed the steps in the instalation instructions. MXP was
> > installed, but the following step failed:
> > Start up Flash CS3, and the new components will appear in the
> > Components panel.
> > After installation, Using flash CS4 professional, I opened a new
Flash
> > File (ActionScript 3.0). and I could not see the components (menu,
...).
> >
> > I could compile the examples. When I opened the examples, I could see
> > the added components in the library windows, but not in the component.
> >
> > Can someone help me there?
> > Thanks.
> >
>

#1511 From: "bp_1320" <bp_1320@...>
Date: Thu Jan 29, 2009 5:46 pm
Subject: Core Class Files Missing from Astra Components Zip?
bp_1320
Send Email Send Email
 
Hi Yesterday I downloaded the astra-flash-1.3.1.zip and am working
with some of the chart examples. However I am receiving a compile
error message saying that:

"The definition of base class UIComponent could not be found"

The chart class package imports fl.core.UIComponent - which appears to
be missing.

In looking at the extracted .zip I don't see a "core" directory,
within the fl, or any other directory for that matter. Anyone have any
idea if this is the corruption of the .zip folks are talking about or
where I might be able to access the missing class files?

Thanks!

#1512 From: Josh Tynjala <josh@...>
Date: Thu Jan 29, 2009 6:39 pm
Subject: Re: Core Class Files Missing from Astra Components Zip?
joshtynjala
Send Email Send Email
 
fl.core.UIComponent comes with Flash CS3 and Flash CS4. It looks like
you're trying to use the source code in your class path. Instead, you
should install Astra with the MXP and drag the chart you need from the
Components panel.

- Josh

On Thu, Jan 29, 2009 at 9:46 AM, bp_1320 <bp_1320@...> wrote:
> Hi Yesterday I downloaded the astra-flash-1.3.1.zip and am working
> with some of the chart examples. However I am receiving a compile
> error message saying that:
>
> "The definition of base class UIComponent could not be found"
>
> The chart class package imports fl.core.UIComponent - which appears to
> be missing.
>
> In looking at the extracted .zip I don't see a "core" directory,
> within the fl, or any other directory for that matter. Anyone have any
> idea if this is the corruption of the .zip folks are talking about or
> where I might be able to access the missing class files?
>
> Thanks!
>
>

#1513 From: "bp_1320" <bp_1320@...>
Date: Thu Jan 29, 2009 7:20 pm
Subject: Re: Core Class Files Missing from Astra Components Zip?
bp_1320
Send Email Send Email
 
Thanks Josh,

I did install it that way. and am dragging the chart to the stage,
deleting it then adding it at run time  from the library.

what you saying makes sense... but I still get the error that the
UIComponent base class could not be found at fl.core.UIComponent from
line 164 of Chart.as.

hmmm?




--- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@...> wrote:
>
> fl.core.UIComponent comes with Flash CS3 and Flash CS4. It looks like
> you're trying to use the source code in your class path. Instead, you
> should install Astra with the MXP and drag the chart you need from the
> Components panel.
>
> - Josh
>
> On Thu, Jan 29, 2009 at 9:46 AM, bp_1320 <bp_1320@...> wrote:
> > Hi Yesterday I downloaded the astra-flash-1.3.1.zip and am working
> > with some of the chart examples. However I am receiving a compile
> > error message saying that:
> >
> > "The definition of base class UIComponent could not be found"
> >
> > The chart class package imports fl.core.UIComponent - which appears to
> > be missing.
> >
> > In looking at the extracted .zip I don't see a "core" directory,
> > within the fl, or any other directory for that matter. Anyone have any
> > idea if this is the corruption of the .zip folks are talking about or
> > where I might be able to access the missing class files?
> >
> > Thanks!
> >
> >
>

#1514 From: "bp_1320" <bp_1320@...>
Date: Thu Jan 29, 2009 7:35 pm
Subject: Re: Core Class Files Missing from Astra Components Zip?
bp_1320
Send Email Send Email
 
Thanks Josh,

I did install it that way. and am dragging the chart to the stage,
deleting it then adding it at run time  from the library.

what you saying makes sense... but I still get the error that the
UIComponent base class could not be found at fl.core.UIComponent from
line 164 of Chart.as.

hmmm?




--- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@...> wrote:
>
> fl.core.UIComponent comes with Flash CS3 and Flash CS4. It looks like
> you're trying to use the source code in your class path. Instead, you
> should install Astra with the MXP and drag the chart you need from the
> Components panel.
>
> - Josh
>
> On Thu, Jan 29, 2009 at 9:46 AM, bp_1320 <bp_1320@...> wrote:
> > Hi Yesterday I downloaded the astra-flash-1.3.1.zip and am working
> > with some of the chart examples. However I am receiving a compile
> > error message saying that:
> >
> > "The definition of base class UIComponent could not be found"
> >
> > The chart class package imports fl.core.UIComponent - which appears to
> > be missing.
> >
> > In looking at the extracted .zip I don't see a "core" directory,
> > within the fl, or any other directory for that matter. Anyone have any
> > idea if this is the corruption of the .zip folks are talking about or
> > where I might be able to access the missing class files?
> >
> > Thanks!
> >
> >
>

#1515 From: "bp_1320" <bp_1320@...>
Date: Thu Jan 29, 2009 8:52 pm
Subject: Re: Core Class Files Missing from Astra Components Zip?
bp_1320
Send Email Send Email
 
Thanks Josh,

I did install it that way. and am dragging the chart to the stage,
deleting it then adding it at run time  from the library.

what you saying makes sense... but I still get the error that the
UIComponent base class could not be found at fl.core.UIComponent from
line 164 of Chart.as.

hmmm?




--- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@...> wrote:
>
> fl.core.UIComponent comes with Flash CS3 and Flash CS4. It looks like
> you're trying to use the source code in your class path. Instead, you
> should install Astra with the MXP and drag the chart you need from the
> Components panel.
>
> - Josh
>
> On Thu, Jan 29, 2009 at 9:46 AM, bp_1320 <bp_1320@...> wrote:
> > Hi Yesterday I downloaded the astra-flash-1.3.1.zip and am working
> > with some of the chart examples. However I am receiving a compile
> > error message saying that:
> >
> > "The definition of base class UIComponent could not be found"
> >
> > The chart class package imports fl.core.UIComponent - which appears to
> > be missing.
> >
> > In looking at the extracted .zip I don't see a "core" directory,
> > within the fl, or any other directory for that matter. Anyone have any
> > idea if this is the corruption of the .zip folks are talking about or
> > where I might be able to access the missing class files?
> >
> > Thanks!
> >
> >
>

#1516 From: "tripp.bridges" <trippb@...>
Date: Thu Jan 29, 2009 8:54 pm
Subject: Re: Core Class Files Missing from Astra Components Zip?
tripp.bridges
Send Email Send Email
 
Hi,

Are you able to recreate the simple example with the chart component?
Are you able to recreate any examples with any of the other ASTRA
Flash components?
Are you able to use any of CS3 components that make use of the
UIComponent?
What version of the Flash IDE are you using?

Could you post your code that you are trying to use?

Thanks,
Tripp
--- In ydn-flash@yahoogroups.com, "bp_1320" <bp_1320@...> wrote:
>
>
> Thanks Josh,
>
> I did install it that way. and am dragging the chart to the stage,
> deleting it then adding it at run time  from the library.
>
> what you saying makes sense... but I still get the error that the
> UIComponent base class could not be found at fl.core.UIComponent from
> line 164 of Chart.as.
>
> hmmm?
>
>
>
>
> --- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@> wrote:
> >
> > fl.core.UIComponent comes with Flash CS3 and Flash CS4. It looks like
> > you're trying to use the source code in your class path. Instead, you
> > should install Astra with the MXP and drag the chart you need from the
> > Components panel.
> >
> > - Josh
> >
> > On Thu, Jan 29, 2009 at 9:46 AM, bp_1320 <bp_1320@> wrote:
> > > Hi Yesterday I downloaded the astra-flash-1.3.1.zip and am working
> > > with some of the chart examples. However I am receiving a compile
> > > error message saying that:
> > >
> > > "The definition of base class UIComponent could not be found"
> > >
> > > The chart class package imports fl.core.UIComponent - which
appears to
> > > be missing.
> > >
> > > In looking at the extracted .zip I don't see a "core" directory,
> > > within the fl, or any other directory for that matter. Anyone
have any
> > > idea if this is the corruption of the .zip folks are talking
about or
> > > where I might be able to access the missing class files?
> > >
> > > Thanks!
> > >
> > >
> >
>

#1517 From: Josh Tynjala <josh@...>
Date: Thu Jan 29, 2009 9:16 pm
Subject: Re: Re: Core Class Files Missing from Astra Components Zip?
joshtynjala
Send Email Send Email
 
It sounds like you may have a chart in the library AND the source in
your class path. I think that has caused trouble for developers in the
past.

- Josh

On Thu, Jan 29, 2009 at 11:20 AM, bp_1320 <bp_1320@...> wrote:
>
> Thanks Josh,
>
> I did install it that way. and am dragging the chart to the stage,
> deleting it then adding it at run time from the library.
>
> what you saying makes sense... but I still get the error that the
> UIComponent base class could not be found at fl.core.UIComponent from
> line 164 of Chart.as.
>
> hmmm?
>
> --- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@...> wrote:
>>
>> fl.core.UIComponent comes with Flash CS3 and Flash CS4. It looks like
>> you're trying to use the source code in your class path. Instead, you
>> should install Astra with the MXP and drag the chart you need from the
>> Components panel.
>>
>> - Josh
>>
>> On Thu, Jan 29, 2009 at 9:46 AM, bp_1320 <bp_1320@...> wrote:
>> > Hi Yesterday I downloaded the astra-flash-1.3.1.zip and am working
>> > with some of the chart examples. However I am receiving a compile
>> > error message saying that:
>> >
>> > "The definition of base class UIComponent could not be found"
>> >
>> > The chart class package imports fl.core.UIComponent - which appears to
>> > be missing.
>> >
>> > In looking at the extracted .zip I don't see a "core" directory,
>> > within the fl, or any other directory for that matter. Anyone have any
>> > idea if this is the corruption of the .zip folks are talking about or
>> > where I might be able to access the missing class files?
>> >
>> > Thanks!
>> >
>> >
>>
>
>

#1518 From: "bp_1320" <bp_1320@...>
Date: Fri Jan 30, 2009 12:22 am
Subject: Re: Core Class Files Missing from Astra Components Zip?
bp_1320
Send Email Send Email
 
Hey Thanks again.

Not sure why my reply posted multiple times, but anyway. Yeah I think
you are right. I removed the library item and the error went away.




--- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@...> wrote:
>
> It sounds like you may have a chart in the library AND the source in
> your class path. I think that has caused trouble for developers in the
> past.
>
> - Josh
>
> On Thu, Jan 29, 2009 at 11:20 AM, bp_1320 <bp_1320@...> wrote:
> >
> > Thanks Josh,
> >
> > I did install it that way. and am dragging the chart to the stage,
> > deleting it then adding it at run time from the library.
> >
> > what you saying makes sense... but I still get the error that the
> > UIComponent base class could not be found at fl.core.UIComponent from
> > line 164 of Chart.as.
> >
> > hmmm?
> >
> > --- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@> wrote:
> >>
> >> fl.core.UIComponent comes with Flash CS3 and Flash CS4. It looks like
> >> you're trying to use the source code in your class path. Instead, you
> >> should install Astra with the MXP and drag the chart you need
from the
> >> Components panel.
> >>
> >> - Josh
> >>
> >> On Thu, Jan 29, 2009 at 9:46 AM, bp_1320 <bp_1320@> wrote:
> >> > Hi Yesterday I downloaded the astra-flash-1.3.1.zip and am working
> >> > with some of the chart examples. However I am receiving a compile
> >> > error message saying that:
> >> >
> >> > "The definition of base class UIComponent could not be found"
> >> >
> >> > The chart class package imports fl.core.UIComponent - which
appears to
> >> > be missing.
> >> >
> >> > In looking at the extracted .zip I don't see a "core" directory,
> >> > within the fl, or any other directory for that matter. Anyone
have any
> >> > idea if this is the corruption of the .zip folks are talking
about or
> >> > where I might be able to access the missing class files?
> >> >
> >> > Thanks!
> >> >
> >> >
> >>
> >
> >
>

#1519 From: "Jim Cook" <yahoo@...>
Date: Sun Feb 1, 2009 3:12 am
Subject: HBoxPane and percentWidth
oravecz
Send Email Send Email
 
When a component is added to a subclass of HBoxPane and the container
has been configured to layout its children using a percentWidth or
percent Height property, does the container stretch the components, or
do these children get an opportunity to redraw themselves at their new
height and width?

#1520 From: Josh Tynjala <josh@...>
Date: Sun Feb 1, 2009 7:51 pm
Subject: Re: HBoxPane and percentWidth
joshtynjala
Send Email Send Email
 
The width and height properties of the children are set. If a child is
designed to redraw when that happens, then it should redraw normally.
If its just a regular old Sprite or MovieClip, then it'll stretch.

- Josh

On Sat, Jan 31, 2009 at 7:12 PM, Jim Cook <yahoo@...> wrote:
> When a component is added to a subclass of HBoxPane and the container
> has been configured to layout its children using a percentWidth or
> percent Height property, does the container stretch the components, or
> do these children get an opportunity to redraw themselves at their new
> height and width?
>
>

#1521 From: "Jim Cook" <yahoo@...>
Date: Sun Feb 1, 2009 9:59 pm
Subject: Re: HBoxPane and percentWidth
oravecz
Send Email Send Email
 
How should a child be designed to redraw? They extend Sprite and I
have a listener on the Event.RESIZE, but that never gets called.

Thanks

--- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@...> wrote:
>
> The width and height properties of the children are set. If a child is
> designed to redraw when that happens, then it should redraw normally.
> If its just a regular old Sprite or MovieClip, then it'll stretch.
>
> - Josh
>
> On Sat, Jan 31, 2009 at 7:12 PM, Jim Cook <yahoo@...> wrote:
> > When a component is added to a subclass of HBoxPane and the container
> > has been configured to layout its children using a percentWidth or
> > percent Height property, does the container stretch the components, or
> > do these children get an opportunity to redraw themselves at their new
> > height and width?
> >
> >
>

#1522 From: "tripp.bridges" <trippb@...>
Date: Sun Feb 1, 2009 11:53 pm
Subject: Re: HBoxPane and percentWidth
tripp.bridges
Send Email Send Email
 
Hi,
You may want to try overriding the setters for your class' width and
height properties. Something like this should do it:

override public function set width(value:Number):void
{
     //call your redraw function
}

Thanks,
Tripp
--- In ydn-flash@yahoogroups.com, "Jim Cook" <yahoo@...> wrote:
>
> How should a child be designed to redraw? They extend Sprite and I
> have a listener on the Event.RESIZE, but that never gets called.
>
> Thanks
>
> --- In ydn-flash@yahoogroups.com, Josh Tynjala <josh@> wrote:
> >
> > The width and height properties of the children are set. If a child is
> > designed to redraw when that happens, then it should redraw normally.
> > If its just a regular old Sprite or MovieClip, then it'll stretch.
> >
> > - Josh
> >
> > On Sat, Jan 31, 2009 at 7:12 PM, Jim Cook <yahoo@> wrote:
> > > When a component is added to a subclass of HBoxPane and the
container
> > > has been configured to layout its children using a percentWidth or
> > > percent Height property, does the container stretch the
components, or
> > > do these children get an opportunity to redraw themselves at
their new
> > > height and width?
> > >
> > >
> >
>

#1523 From: "nappy155" <nappy155@...>
Date: Mon Feb 2, 2009 6:05 am
Subject: flex
nappy155
Send Email Send Email
 
i am just learning flex and i would like to use it from this point
forward can i incorporate swf files into a flex doc...?

#1524 From: "mrjoecutting" <contact@...>
Date: Tue Feb 3, 2009 3:54 pm
Subject: Disable MenuBar
mrjoecutting
Send Email Send Email
 
Hello,
   Is it possible to disable a Menu in the same way as a menu item?
I've tried including 'enabled="false"' but it doesn't seem to work.

  <menu label="Disable this "  enabled="false">
  </menu>

This is a particular problem because I have a main menuBar with
several menus. One of them is sometimes empty. If you click on the
empty menu then there's a flash error. It would be very useful to be
able to disable it. At the moment I have to add a dummy disabled menu
item to it which isn't ideal.

Cheers

Joe

#1525 From: "tripp.bridges" <trippb@...>
Date: Tue Feb 3, 2009 4:29 pm
Subject: Re: Disable MenuBar
tripp.bridges
Send Email Send Email
 
Hi Joe,

I will log a bug on this and get it into a future release.

Thanks,
Tripp
--- In ydn-flash@yahoogroups.com, "mrjoecutting" <contact@...> wrote:
>
> Hello,
>   Is it possible to disable a Menu in the same way as a menu item?
> I've tried including 'enabled="false"' but it doesn't seem to work.
>
>  <menu label="Disable this "  enabled="false">
>  </menu>
>
> This is a particular problem because I have a main menuBar with
> several menus. One of them is sometimes empty. If you click on the
> empty menu then there's a flash error. It would be very useful to be
> able to disable it. At the moment I have to add a dummy disabled menu
> item to it which isn't ideal.
>
> Cheers
>
> Joe
>

#1526 From: Abdooner Fahmy <abdooner@...>
Date: Tue Feb 3, 2009 8:27 pm
Subject: OT: My list of Yahoo Groups :)
abdooner
Send Email Send Email
 
Hi everyone,

Hope this is ok to post here... You can see a list of my groups on Grouply at the link below. Maybe you'll find some you want to join.

Abdel

Here's the link:
http://www.grouply.com/register.php?tmg=2488026&vt=





====================
This message was posted by a fellow group member who uses Grouply instead of email to access this group. Grouply blocks additional invitations from being sent to this group by anyone for 30 days. Group owners can permanently block future invitations. For more on how Grouply maintains privacy and protects you, see http://blog.grouply.com/protect/ .



#1528 From: "sauravsinha79" <sauravsinha79@...>
Date: Thu Feb 5, 2009 10:04 am
Subject: Re: Flash Components zip Corrupt
sauravsinha79
Send Email Send Email
 
Hey Tripp,

Thanx alot for the link.
It works, just fine.

Thanx
Saurav

#1529 From: "mrjoecutting" <contact@...>
Date: Fri Feb 6, 2009 5:25 pm
Subject: Re: Disable MenuBar
mrjoecutting
Send Email Send Email
 
Tripp,
>
> I will log a bug on this and get it into a future release.
>
Cheers for this. Looking forward to future releases.

Joe

> --- In ydn-flash@yahoogroups.com, "mrjoecutting" <contact@> wrote:
> >
> > Hello,
> >   Is it possible to disable a Menu in the same way as a menu item?
> > I've tried including 'enabled="false"' but it doesn't seem to work.
> >
> >  <menu label="Disable this "  enabled="false">
> >  </menu>
> >
> > This is a particular problem because I have a main menuBar with
> > several menus. One of them is sometimes empty. If you click on the
> > empty menu then there's a flash error. It would be very useful to be
> > able to disable it. At the moment I have to add a dummy disabled menu
> > item to it which isn't ideal.
> >
> > Cheers
> >
> > Joe
> >
>

#1530 From: "vicmatson" <vicmatson@...>
Date: Sat Feb 7, 2009 12:30 am
Subject: Flex/Flash.
vicmatson
Send Email Send Email
 
I am creating a Flex application with a data grid component. On my
side I can edit it, but I need for the other side to see my updates/edits.

What is it called in Flex when an update happens in the client? What
is the best way to make it happen?

To be clear I would like for users to see a status update like I do
with Gmail?

Thanks.

#1531 From: "tamitwright" <tami.wright@...>
Date: Sat Feb 7, 2009 1:30 am
Subject: Re: Flex/Flash.
tamitwright
Send Email Send Email
 
Hi,

One option would be to use a publish/subscribe or messaging
architecture.  Here's a link on Adobe's Developer Center for you:

http://www.adobe.com/devnet/flex/articles/intro_fms_02.html

Good luck!

Tami

--- In ydn-flash@yahoogroups.com, "vicmatson" <vicmatson@...> wrote:
>
> I am creating a Flex application with a data grid component. On my
> side I can edit it, but I need for the other side to see my
updates/edits.
>
> What is it called in Flex when an update happens in the client? What
> is the best way to make it happen?
>
> To be clear I would like for users to see a status update like I do
> with Gmail?
>
> Thanks.
>

#1532 From: "tamitwright" <tami.wright@...>
Date: Sat Feb 7, 2009 1:38 am
Subject: Re: Flex/Flash.
tamitwright
Send Email Send Email
 
Hi again,

Did a little more digging (page one of Googled key words "flex publish
subscribe")...

Rails:
http://flexonrails.net/?p=83

BlazeDS (Adobe's Open Source LiveCycle ES):
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&product\
Id=2&postId=7765

PHP
http://www.themidnightcoders.com/products/weborb-for-php

.NET
http://www.fluorinefx.com/

And an good overview of all of the above:
http://raghuonflex.wordpress.com/2008/04/17/data-push-in-flex-with-backend/

Enjoy,

Tami


--- In ydn-flash@yahoogroups.com, "vicmatson" <vicmatson@...> wrote:
>
> I am creating a Flex application with a data grid component. On my
> side I can edit it, but I need for the other side to see my
updates/edits.
>
> What is it called in Flex when an update happens in the client? What
> is the best way to make it happen?
>
> To be clear I would like for users to see a status update like I do
> with Gmail?
>
> Thanks.
>

#1533 From: "vicmatson" <vicmatson@...>
Date: Sat Feb 7, 2009 1:46 am
Subject: Re: Flex/Flash.
vicmatson
Send Email Send Email
 
Thanks, I was going for a text messing component too, but if I knew
what the push is called like in Ajax where a data grid value gets
updated. That is what I want to do.

#1534 From: "jmcgucken15" <jmcgucken15@...>
Date: Mon Feb 9, 2009 5:07 pm
Subject: Astra Tree issue?
jmcgucken15
Send Email Send Email
 
Hi folks, trying to include the Astra tree component into a clients
project. I want to specify the look and feel of individual elements
within the node structure, this I can do to a certain extent until it
falls over at position 15 within the for loop. My variable icr comes
back at null, however when I check against mytree, I can see value 15
properties?

It's a mystery to me.



// Import the treeClasses.* to use TreeDataProvider
import com.yahoo.astra.fl.controls.treeClasses.*;
import fl.controls.*;
import fl.events.ListEvent;
import flash.text.*;
import flash.text.TextField;


// Define an XML variable that will be used to populate the Tree
var myxml:XML =
<node label="Root Node">
	 <node label="Work Documents">
		 <node label="Project.doc"/>
		 <node label="Calendar.doc"/>
		 <node label="Showcase.ppt"/>
		 <node label="Statistics.xls"/>
	 </node>
	 <node label="Personal Docs">
		 <node label="Taxes for 2006.pdf"/>
		 <node label="Investments.xls"/>
		 <node label="Schedule.doc"/>
	 </node>
	 <node label="Photos">
		 <node label="Vacation">
			 <node label="Coliseum.jpg"/>
			 <node label="Vatican.jpg"/>
		 </node>
		 <node label="Football game">
			 <node label="Block.jpg"/>
			 <node label="High jump.jpg"/>
			 <node label="Block.jpg"/>
			 <node label="High jump.jpg"/>
		 </node>
	 </node>
</node>;

// Set the Tree's dataProvider to a new TreeDataProvider,
instantiated with the above XML
mytree.dataProvider = new TreeDataProvider(myxml);

// Define custom icons for the three different icon types in the Tree.
mytree.setRendererStyle("closedBranchIcon", folderClosedIcon);
mytree.setRendererStyle("openBranchIcon", folderOpenIcon);
mytree.setRendererStyle("leafIcon", fileIcon);


mytree.rowHeight=30;


function queryNodes():void {

var i:Number = 1;
var icr:TreeCellRenderer;
var cr:Object;
var o:Number;
o = mytree.dataProvider.length;

trace("Tree Length: " +  mytree.dataProvider.length);
var myArray:Array = mytree.dataProvider.toArray();

for(i=0;i< mytree.dataProvider.length;i++){
  trace("I count: " + i);

cr = myArray[i] as TNode;

if(cr != null)
{
icr = mytree.itemToCellRenderer(cr)as TreeCellRenderer;

switch (cr.nodeLevel) {
	 case 0:
	 var tf:uint = icr.getStyle("backgroundColor") as uint;
	 icr.setStyle("textFormat", new TextFormat("Arial", 14,
0x000000, true));
	 break;
	 case 1:
	 var tf:uint = icr.getStyle("backgroundColor") as uint;
	 icr.setStyle("textFormat", new TextFormat("Arial", 14,
0x1875ef, true));
	 break;
	 case 2:
	 var tf:uint = icr.getStyle("backgroundColor") as uint;
	 icr.setStyle("textFormat", new TextFormat("Arial", 14,
229134, true));
	 break;
	 default:
	 trace("Not 0, 1, or 2");
	 }
	 }else{
	  trace("Error at: " + i);
	 }
}
	 mytree.validateNow();
}


mytree.openAllNodes();
mytree.validateNow();
queryNodes();
mytree.closeAllNodes();
mytree.validateNow();

#1535 From: "jeffholt_jpl" <jholt@...>
Date: Tue Feb 10, 2009 12:59 am
Subject: How to set menu item state for menu type=radio
jeffholt_jpl
Send Email Send Email
 
Hi,
Perhaps i missed it in the documentation, but I can't find it. I would
like to initialize the selected state for one of the radio group items
in a menu type=radio. Does any one know how? I tried setting the
selectedIndex as in the code below but it did not work:

var colors:XML =
<root>
<menuitem label="Red" type="radio" group="mygroup" />
<menuitem label="Blue" type="radio" group="mygroup" />
</root>

//create a menu "out of the blue" and give it the xml data above
var menu:Menu = Menu.createMenu(this, colors);
menu.selectedIndex = 1;

Thanks

#1536 From: "tripp.bridges" <trippb@...>
Date: Tue Feb 10, 2009 2:56 am
Subject: Re: How to set menu item state for menu type=radio
tripp.bridges
Send Email Send Email
 
Hi,
The easiest way to initialize a menu item with a radio button selected
would be to set it in your xml. The following would make the "Red"
item selected:

<root>
<menuitem label="Red" type="radio" group="mygroup" selected="true" />
<menuitem label="Blue" type="radio" group="mygroup" />
</root>

Since Menu extends List, you could also set the selected item
programatically using the getItemAt method. The following would also
set "Red" as selected:

var colors:XML =
<root>
<menuitem label="Red" type="radio" group="mygroup" />
<menuitem label="Blue" type="radio" group="mygroup" />
</root>

//create a menu "out of the blue" and give it the xml data above
var menu:Menu = Menu.createMenu(this, colors);
menu.getItemAt(0).selected = true;

Hope this helps.

Thanks,
Tripp


--- In ydn-flash@yahoogroups.com, "jeffholt_jpl" <jholt@...> wrote:
>
> Hi,
> Perhaps i missed it in the documentation, but I can't find it. I would
> like to initialize the selected state for one of the radio group items
> in a menu type=radio. Does any one know how? I tried setting the
> selectedIndex as in the code below but it did not work:
>
> var colors:XML =
> <root>
> <menuitem label="Red" type="radio" group="mygroup" />
> <menuitem label="Blue" type="radio" group="mygroup" />
> </root>
>
> //create a menu "out of the blue" and give it the xml data above
> var menu:Menu = Menu.createMenu(this, colors);
> menu.selectedIndex = 1;
>
> Thanks
>

Messages 1506 - 1536 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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