RE: [flexcoders] Re: Tooltip : Charting issues

2007-05-11 Thread Sunil Bannur
Paramjit,

 

 

Something like this should work: Basically set the styles on the DataTip
class, also there is a dataTipFunction which you can set the customize
the text itself. See the livedocs for more details.

 

 

   DataTip {

  fontFamily: Arial;

  fontSize: 12; 

  fontWeight:bold;

  fontStyle:italic;

  }

 

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Paramjit Jolly
Sent: Friday, May 11, 2007 7:22 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Tooltip : Charting issues

 

Hi Sanjay,

  This Tooltip will effect only the tooltip of Flex framework. But 

No change happened on charting tooltip.

 

I wana customize the charting component tooltip.

 

Thanks for your help.

 

Thanks  Regards

Jolly


Life Fitness - A Division of Brunswick Corporation
#09-02,  The Signature, 
Changi Business Park Central 2, Singapore-486066
(Cell) 65 -96216408 (Tel) 65-62606409 (Fax) 65-62605150
http://www.lifefitness.com http://www.lifefitness.com/  |
http://www.brunswick.com http://www.brunswick.com/  




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sanjaypmg
Sent: Thursday, May 10, 2007 1:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Tooltip : Charting issues

 

Jolly, you can use the followings in CSS file:

ToolTip { 
fontFamily: Arial; 
fontSize: 11; 
cornerRadius: 0;
dropShadowEnabled: false;
}

you can add more attributes like backgroundcolor, alpha etc. etc.

Sanjay

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Paramjit Jolly 
[EMAIL PROTECTED] wrote:

 HI All,
 
 Any one checked how to customize the tooltip of graphs like 
 
 Changing styles i.e font, bgcolor , alpha of bg etc.
 
 
 
 I can change generic Tooltip of flex but I am not finding any clue 
for
 Charting components tool tip customization.
 
 
 
 Anyone having any clue or sample pls let me know.
 
 
 
 Thanks  Regards
 
 Jolly
 
 
*
***
 Life Fitness - A Division of Brunswick Corporation
 #09-02, The Signature, 
 Changi Business Park Central 2, Singapore-486066
 (Cell) 65 -96216408 (Tel) 65-62606409 (Fax) 65-62605150
 http://www.lifefitness.com http://www.lifefitness.com
http://www.lifefitness.com/ http://www.lifefitness.com/  |
 http://www.brunswick.com http://www.brunswick.com
http://www.brunswick.com/ http://www.brunswick.com/  
 
*
***


 



RE: [flexcoders] Tree component icons graphic sizes

2007-05-11 Thread Alex Harui
Pretty much any size if you set rowHeight to be tall enough



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of keith
Sent: Thursday, May 10, 2007 9:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree component icons graphic sizes



I want to create my own Tree icon graphics, so I can embed my own...
What are the exact Width and Height I need to use for the Tree icons?

Thanks,
-- Keith H --



 


[flexcoders] Problem with zoom effect!

2007-05-11 Thread Ravi Kumar Gummadi
Hi all,

 

I am using the zoom effect for a canvas and the canvas contains a lot of
components added to it.

As far as I know, Zoom shouldn't interfere anything with the layout , it
should just zoom the whole component like a picture. But strangely, some
of labels are getting truncated when I try to zoom the component.

 

Is my understanding wrong or is it a problem with Label? Plz clarify

 

Regards

Ravi



[flexcoders] FlexBuilder issue:Another Flash debugger may be running. Close it to continue.

2007-05-11 Thread herrodius
Hi,

I'm getting an error when trying to debug flex applications in Flex
Builder. Restarting Eclipse has no effect, I actually have to reboot
my computer. The first time after rebooting, debugging works, but each
new attempt fails.

The error messages says: Another Flash debugger may be running. Close
it to continue.

Anyone ran into this? Any solutions? FlexBuilder has worked fine for
about 2 months now, but all of the sudden I get this message.

thx,
Christophe



[flexcoders] Re: Problem with zoom effect!

2007-05-11 Thread bhaq1972
try hard coding the widths of your labels and see what happens. 

I had a similar problem but it was being caused by datagrids which 
had height=100% assigned to them. when i took this out, everything 
worked.

--- In flexcoders@yahoogroups.com, Ravi Kumar Gummadi 
[EMAIL PROTECTED] wrote:

 Hi all,
 
  
 
 I am using the zoom effect for a canvas and the canvas contains a 
lot of
 components added to it.
 
 As far as I know, Zoom shouldn't interfere anything with the 
layout , it
 should just zoom the whole component like a picture. But 
strangely, some
 of labels are getting truncated when I try to zoom the component.
 
  
 
 Is my understanding wrong or is it a problem with Label? Plz 
clarify
 
  
 
 Regards
 
 Ravi





Re: [flexcoders] Documentation tool for AS2 AS3

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Jobe Makar wrote:
 If anyone is interested in beta testing this application then please give
 me a shout here: [EMAIL PROTECTED]

If it runs on Linux (unlike asdoc) sign me up !

-- 
Tom Chiverton
Helping to enthusiastically visualize ubiquitous ROI
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
Hi Matt,

 

I didn't know about packages. Assumed they were to do with SDK not Flex
Builder. Any how, I found it and renamed the package and the swc file. OS
that the mxml file and all 3 elements names are unique.

But, I still get the same error!

 

Many thanks for the help so far.

Linc

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

 

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

 

Matt

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the Flex Component Kit for Flash CS3 to
work.
I am using Flex Builder version 2.0.143459 and working through the material
at:
http://labs.
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3
adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3

In particular the example in swf9.pdf part of
flex_component_kit_docs_042307.zip

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---
?xml version=1.0?
!-- skins/EmbedSWF9ButtonSkins.mxml --
mx:Application xmlns:mx=http://www.adobe. http://www.adobe.com/2006/mxml
com/2006/mxml height=1500
xmlns:myComps=*
mx:Button label=Click Me
upSkin=MyButtonUpSkin
overSkin=MyButtonOverSkin
downSkin=MyButtonDownSkin
disabledSkin=MyButtonDisabledSkin/
myComps:MyButtonUpSkin/
myComps:MyButtonOverSkin/
myComps:MyButtonDownSkin/
myComps:MyButtonDisabledSkin/
/mx:Application

The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design  Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this got no
replies.

Hope someone can help as I am a newbie and real keen see what possible with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 



[flexcoders] image out of frame

2007-05-11 Thread li.wen
Hello all,

I am writing my own mxml component now. The component contains a canvas 
200x300, x=0, y=0. And I also locate an image at x = 210, y=0.

I move this image into current canvas with help of timer function. As I am 
moving an image on the stage little by little.
However in the main application, there is a scroll bar always exists for this 
component. I can move the scroll bar to see that image which is out of canvas, 
and suppose to be not seen. 
How can I remove this scroll bar to achieve the effect I want to get? Hope I 
explained my question clearly.
Thank you all.

Regards,
Joe

[flexcoders] Re: image out of frame

2007-05-11 Thread helix206
Set horizontalScrollPolicy=off verticalScrollPolicy=off on your 
component.



Re: [flexcoders] image out of frame

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, li.wen wrote:
 to be not seen. How can I remove this scroll bar to achieve the effect I
 want to get? Hope I explained my question clearly. Thank you all.

xxxScrollPolicy I imagine.
Also, why are you using a timer rather than an effect/tween ?

-- 
Tom Chiverton
Helping to simultaneously synergize one-to-one markets
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] what's going on with AMFPHP home?

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, André Rodrigues Pena wrote:
 what's happening? www.amfphp.org

It's on sourceforge now.

-- 
Tom Chiverton
Helping to carefully orchestrate essential schemas
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Strange Behavior on DataGrid Resize - Column Resize below Minimum Width

2007-05-11 Thread Tom Chiverton
 I am struggling with a very strange behavior: I have a dataGrid

Are you using the 2.0.1-hotfix 1 compiler, or just 2.0.1 ? Hotfix 1 has 
several updates to the DataGrid.

-- 
Tom Chiverton
Helping to biannually utilize cross-platform convergence
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] dynamic function in AS3/Flex.

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, Eude Romain wrote:
   public function myLabelFunction(item:Object,
  column:DataGridColumn):String { trace(path of the value we would like to
  display= + column.dataField); // this actually contains
  epar_document.id // works
  return item.epar_document.rev_number;
  // does NOT work
  // or
  // return item[column.datafield]

I'm guessing you'll either need to use the full XPath stuff on item, or if you 
are lucky something like:
foo=split(column.datafield)
return item[foo[0]][foo[1]]

-- 
Tom Chiverton
Helping to preemptively integrate front-end models
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
Matt,

You mentioned about classname.  There is no className=. in the mxml.
Should there be?

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

 

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

 

Matt

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the Flex Component Kit for Flash CS3 to
work.
I am using Flex Builder version 2.0.143459 and working through the material
at:
http://labs.
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3
adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3

In particular the example in swf9.pdf part of
flex_component_kit_docs_042307.zip

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---
?xml version=1.0?
!-- skins/EmbedSWF9ButtonSkins.mxml --
mx:Application xmlns:mx=http://www.adobe. http://www.adobe.com/2006/mxml
com/2006/mxml height=1500
xmlns:myComps=*
mx:Button label=Click Me
upSkin=MyButtonUpSkin
overSkin=MyButtonOverSkin
downSkin=MyButtonDownSkin
disabledSkin=MyButtonDisabledSkin/
myComps:MyButtonUpSkin/
myComps:MyButtonOverSkin/
myComps:MyButtonDownSkin/
myComps:MyButtonDisabledSkin/
/mx:Application

The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design  Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this got no
replies.

Hope someone can help as I am a newbie and real keen see what possible with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 



Re: [flexcoders] Problems with xmlns

2007-05-11 Thread Johannes Nel

its in the swc with the namespace declared in your own manifest file. add
the cairngorm swc to your project library

On 5/10/07, André Rodrigues Pena [EMAIL PROTECTED] wrote:


  Hi there,

I downloaded the CairngormStore 2.1 and tried to compile it with
mxmlc. I got the following error at the file Services.mxml :

Could not resolve: cairngorm:ServiceLocator

I think that this is because the compiler is not able to resolve this
namespace:

xmlns:cairngorm=http://www.adobe.com/2006/cairngorm;

I have a doubt. When you define a namespace as an url pointing to the
web, how does the compiler work with this? It's not actually searching
for the namespace at the web because you may be disconnected. How does
it work? How can I solve my compilation problem?

thanks in advance

--
André Rodrigues Pena

LOCUS
www.locus.com.br
 





--
j:pn
http://www.lennel.org


Re: [flexcoders] Using SVN (tortoise) with Flex Builder

2007-05-11 Thread Johannes Nel

yeah it makes sense for subclipse not to set the ignores on the repos, it is
clever enough to know what the standard eclipse project structure is:)

personally i prefer tortoise svn, eclipse goes side ways at times and seems
to take forever completing processes, and then i can still do what i want in
svn, without it being q'd.

On 5/9/07, Troy Gilbert [EMAIL PROTECTED] wrote:


  What's throwing me off is that I never ignored the bin folder... Trust
me, I used Perforce for the last five years at work, I'm very much a newb
when it comes to SVN (well, at least I was a year ago when I started using
it regularly).

I just plugged-in Subclipse, created a new Flex project, then
right-clicked on the project and chose Team - Share Project... and chose
to share it through SVN. I encountered absolutely no problems sync'ing
between 3 machines daily until we added a second user and he used Tortoise
SVN (because he was new to Flex and didn't know about Subclipse) and just
checked in his whole project folder...

Troy.



On 5/8/07, Johannes Nel [EMAIL PROTECTED] wrote:

   its a standard svn function, command line, tortoise or subclipse. once
 one dev ignores a file its ignored for all users


 On 5/8/07, Jerome Clarke  [EMAIL PROTECTED] wrote:
 
Johannes Nel, said. you put them in your ignore list along with your
  bin folder. as far as I know... you configure it inside subclipse
 
  On 5/3/07, Johannes Nel  [EMAIL PROTECTED] wrote:
 
 you put them on the svn ignore list along with the bin folder
  
  
   On 5/2/07, Mark Ingram [EMAIL PROTECTED] wrote:
   
   So you're using SVN with Flex Builder? What do you do with the
.actionScriptProperties / .flexProperties / .project files? Are they 
under
source control?
   
   
   
   
  --
   
*From:* flexcoders@yahoogroups.com [mailto: flexcoders@
yahoogroups.com] *On Behalf Of *Troy Gilbert
*Sent:* 02 May 2007 16:31
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] Using SVN (tortoise) with Flex Builder
   
   
   
One option that may help (or may not) is using Subclipse plug-in
to have native SVN support inside of Flex Builder? I'm not quite clear 
on
the issues you're encountering, but I know that the advantage of using 
the
Subclipe plugin over command-line SVN is that the plug-in knows what 
should
and shouldn't be checked into SVN and works nicely with multiple users. 
It
also has a very easy integration into Flex Builder (I like it quite a 
bit!).
   
   
Troy.
   
 On 5/2/07, *Mark Ingram* [EMAIL PROTECTED] wrote:
   
Local servers and invoking web services on separate machines
doesn't
reflect our live target environment. We want to develop on systems
that
are as close to the live version as possible. And also, it's a
pain
having to setup web servers on development PCs for the number of
developers we have, it's much easier to have one central server
and just
work on that.
   
Current situation:
   
1) SVN Checkout
2) Run batch script:
.actionScriptProperties.template - .actionScriptProperties
.flexProperties.template - .flexProperties
.project - .project
3) Import into Flex Builder
   
Done.
   
If we need to add a project reference (to another project in the
workspace) the reference is placed in one of the above files (that
can't
be submitted to SVN). So the developers don't all receive the new
project reference.
   
Thanks,
   
   
   
-Original Message-
From: flexcoders@yahoogroups.com 
flexcoders%40yahoogroups.com[mailto:flexcoders@yahoogroups.comflexcoders%40yahoogroups.com]
On
Behalf Of Tom Chiverton
Sent: 02 May 2007 14:29
To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
Subject: Re: [flexcoders] Using SVN (tortoise) with Flex Builder
   
On Wednesday 02 May 2007, Mark Ingram wrote:
 build, we want to build to 2 different folders on a server, e.g.
   
Solution one - just give everyone their own (local) server.
   
 central server because it hooks up to WebServices which are
hosted on
 the same machine.
   
Does it matter ? Can you not just as well invoke them from another
machine ?
   
 OUTPUTFOLDER - X:\flex\mark - BUT I can't make one for the
output
folder
 URL - it says the path doesn't exist (it is trying to find it on
the
 file system). I have also tried using environment variables
(%me%) in
 the paths - but Flex Builder doesn't seem to expand these out -
even
 though Internet Explorer does.
   
In the project properties, set the output folder to wherever the
web
root
appears in your local filesystem.
   
 As a final note - The current setup involves running a batch
file
after
 you have checked out the repository, this copies the project
files
from
 a set of templates which are stored in 

[flexcoders] Re: Tool Tip for the each item in the list

2007-05-11 Thread Dan Tavelli
For anyone still looking on this one i just set the property in a
function thats run after creationComplete();

init() {
combobox.dropdown.showDataTrips = true;
}



one interesting result is that once you select an item in the combo
box, if you open it up again and try to select another item the
dataTips don't show up anymore for some reason.


Dan






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

 Hello Abdul,
 Thank you for that. It looks like the dropdown is not created until  
 you actually drop the combo box down and then the dropdown appears to  
 be read only. When and where can I set the the showDataTips and  
 dataTipField properties on the dropdown? I tried setting properties  
 in a listener for DropdownEvent.OPEN but the changes did not seem to  
 take.
 
 My round about way was to subclass ListData and provide my class as a  
 ClassFactory in ComboBox's dropdownFactory property. Some people have  
 seemed to suggest that is complicated and over kill for this sort of  
 thing. I thought maybe there was a more direct route.
 
 Thanks for any help and guidance you can provide,
 Nate
 
 
 On Sep 6, 2006, at 4:05 PM, Abdul Qabiz wrote:
 
  Hi Nate,
 
  ComboBox basically contains List (or ListBase), so you can get the  
  reference of list in combobox and do the same, as I posted in  
  previous mail
 
  comboBoxInstance.dropdown gives you the reference of the list.
 
 
  -abdul
 
 
  On 9/6/06, Nate Hardt [EMAIL PROTECTED] wrote:
 
  Is there a recommended way to do this for the dropdown of a  
  combobox? I can think of some round about ways but there may be a  
  simple way that I'm unfamiliar with.
 
  Thanks,
  Nate
 
  On Sep 6, 2006, at 11:36 AM, Abdul Qabiz wrote:
 
  If you set
 
  showDataTips = true on List component, it should show tool-tip  
  for each row. By default label field of dataProvider is shown as  
  tool-tip. In case you want to show something different, you can  
  use either of following based on your requirement:
 
  dataTipField or dataTipFunction
 
 
  -abdul
 
 
 
  On 9/6/06, Yasovardhan Babu  [EMAIL PROTECTED]  wrote:
  Hi,
 
  I have a problem in displaying ToolTip for List Items.
  I need to display Tooltip for each item in the list as and when the
  user roll over the items.
  Please help me with a sample code to do this.
 
  Thanks and Regards,
  Yasovardhan.
 
 
 
 
 
 
 





[flexcoders] Require urgent help

2007-05-11 Thread Rajesh Deshmukh
 

Hi All,

 

I am new to this group.

I have a small problem which I need to resolve as soon as possible.

I am working for one project where I need to implement the Meter in an
application for Flex.

It's like I am having some dynamic data (which changes on the user
interaction).

I am having a meter init which is like we have for our vehicles.

It changes as per the user interaction.

I am confused over it about how to implement it.

Whether I can do it in Flex? If yes how can I do that?

Or will I have to take help for some other applications.

Please help me as soon as possible.

 

Waiting for your replies...

 

Regards,

Rajesh Deshmukh

 

 



[flexcoders] Re: Timing issue when retrieving data from a remote object

2007-05-11 Thread dr_stone_1024
I kind of thought you might say that, so let me explain a little more 
about my application.  I'm trying to do two complex things at once 
and I'm not sure which is breaking.

To start with I'm using Flex 2.01 and Cairngorm 2.2 arch.  My main 
view file is MainPanel.mxml which contains some controls that 
dynamically update different items in my Model by raising Events that 
get turned into Commands, etc.  The result() method in my Commands 
update the Model, which in turn is bound to other controls in my 
MainPanel object.  This works great and does exactly what I want up 
to a certain point.

Part of what I'm trying to display is a series of datagrids that are 
generated by a repeater whose dataProvider is a local function call 
in my main view.  This function processes variables in the model and 
returns an ArrayCol.  The repeater seems to handle this okay, but 
when I bind the DP of my DataGrid to a similar function to generate 
the contents of the rows it works, but the data is not available 
yet, so nothing is displayed.

Here's some of my code:
mx:Repeater id=clusterRepeater dataProvider={model.clusters}
 mx:Panel layout=vertical title={clusterRepeater.currentItem}
  mx:Tile backgroundColor=#DD
   mx:Repeater id=cabinRepeater dataProvider={getCabinsByCluster
(clusterRepeater.currentItem as String)} 
mx:VBox backgroundColor=#00FF00 paddingTop=2 
  paddingBottom=2 paddingLeft=2 paddingRight=2
 mx:Label text={cabinRepeater.currentItem.name}/
 mx:DataGrid rowCount=5 left=2 right=2 bottom=2 top=2
  dataProvider={getCampersByCabin
(cabinRepeater.currentItem.cabinID)}
  mx:columns
   mx:DataGridColumn headerText= dataField=col1 width=30/
   mx:DataGridColumn headerText=Name dataField=fullname 
width=170/
   mx:DataGridColumn headerText=Grade dataField=grade 
width=50/
  /mx:columns
 /mx:DataGrid
/mx:VBox
   /mx:Repeater
  /mx:Tile
 /mx:Panel
/mx:Repeater

Both getCabinsByCluster and getCampersByCabin return an ArrayCol.  
The two repeaters work fine, but the dataGrid does not show 
anything.  Again, using the debugger it appears that the result 
handler providing the row data is not finished executing until after 
the repeater(s) are done.

I may be missing something basic, but how do I tell my result handler 
to update these datagrids in the view?  It updates the model okay, 
but how do I refresh a binding that is tied to a function?

Thanks in advance,
Seth


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

 Use the result event of the data service call.  Have that event 
call a
 handler function, where you can do whatever you need to do. 
 
 Tracy
 
  
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of dr_stone_1024
 Sent: Thursday, May 10, 2007 12:22 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Timing issue when retrieving data from a 
remote
 object
 
  
 
 How do I know when an Asynchronous RemoteObject call is complete? 
 Parts of my UI are being displayed that are bound to the results of 
the 
 RO call, and are being drawn before the data is available.
 
 Any thoughts?





[flexcoders] Re: Validation error red box displayed remains after validating a field.

2007-05-11 Thread bhaq1972
Can't see any problem with the phone number validator demo.

if you input letters into the phone field the error message says
invalid characters blah blah

if you input 112, the error message says your telephone number 
must contain at least 10 digits




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

 Hi, I am doing dynamic field validation, and noticed that the red 
error 
 box turns from red to faint red after a Valid event is dispatched 
on an 
 originally invalid field. 
 
 A dynamic validation example done by Aral Balkan will illustrate 
my 
 point; follow the link below GOT TO THE END of the page, select 
any 
 field and enter an INVALID string then move currsor to another 
field 
 and then go back to the original field, you will notice initially 
a 
 bright red error box, then after correcting the error by entering 
a 
 valid string the red box goes from brigth red to faint red, only 
when 
 you remove focus will the faint red box go away. This is somewhat 
 misleading, the user will have to second guess if he/she corrected 
the 
 entry. Could anyone shed some light on this issue, and provide a 
work 
 arround. Thank you.
 
 http://www.adobe.com/devnet/flex/quickstart/validating_data/





Re: [flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-11 Thread Jon Bradley
Yea, probably a good thought.

I'm actually looking at Caringorn (sp?) as a solution to the service  
issues that I will probably run into in the near future.

At the moment, there are only two of us on the team developing this  
application we're working on, but I'm already aware of the use cases  
for Caringorn - and it definitely fits the bill from a development  
perspective.

thanks,

jon

 On May 10, 2007, at 5:26 PM, Persaud, Anthony wrote:
 Take a look at the HTTPService class.

 http://livedocs.adobe.com/flex/2/langref/mx/rpc/http/HTTPService.html

 I prefer to use the pure actionscript interface to it than using  
 MXML – especially if you have a lot of services on the server.


--
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] Validation error red box displayed remains after validating a field.

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, Amine Diab wrote:
 entry. Could anyone shed some light on this issue, and provide a work
 arround. Thank you.

Call the validation from keyDown.

-- 
Tom Chiverton
Helping to ambassadorially empower out-of-the-box niches
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Problems with xmlns

2007-05-11 Thread Tom Chiverton
On Thursday 10 May 2007, André Rodrigues Pena wrote:
 Could not resolve: cairngorm:ServiceLocator

Is the SWC in your library path ?

-- 
Tom Chiverton
Helping to vitalistically monetize strategic e-markets
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Fw: output formats (excel/word)

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Derrick Anderson wrote:
 xls/doc/pdf documents in flex.  i'm sure the pdf integration is there,

Or not.

 if i want to allow users to export data into excel and send it directly to
 their desktop (like cfcontent does),  would it be worth getting into?  are

You might want to look at Apollo, though of course XLS can be just a HTML file 
with a table tag in, in which case you could go that route - but Flash can't 
talk to the network and the local filesystem from the same file.

-- 
Tom Chiverton
Helping to confidentially foster real-time services
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] image out of frame

2007-05-11 Thread li.wen
Hi

I think I can make some acceleration effect by using timer. Or effect tween 
also can achieve this?

Joe

- Original Message -
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, May 11, 2007 6:24 PM
Subject: Re: [flexcoders] image out of frame

 On Friday 11 May 2007, li.wen wrote:
 to be not seen. How can I remove this scroll bar to achieve the effect I
 want to get? Hope I explained my question clearly. Thank you all.

 xxxScrollPolicy I imagine.
 Also, why are you using a timer rather than an effect/tween ?

 -- 
 Tom Chiverton
 Helping to simultaneously synergize one-to-one markets
 on: http://thefalken.livejournal.com

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.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



 


--
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: image out of frame

2007-05-11 Thread li.wen
Hello,

Em.. this works fine for me .. problem solved. Thank you.

Regards,
Joe
  - Original Message - 
  From: helix206 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, May 11, 2007 6:18 PM
  Subject: [flexcoders] Re: image out of frame


  Set horizontalScrollPolicy=off verticalScrollPolicy=off on your 
  component.



   

Re: [flexcoders] XMLHTTPRequest in Flex instead of Javascript

2007-05-11 Thread Jon Bradley
On the same line of thought, since HTTPRequest seems to be one of the  
answers to my problem, has anyone tried to perform user  
authentication through that?

The system we're developing uses servlets for all communication - but  
it creates these dynamically as we define pages that contain  
'portals' (every page is a dynamically created JSP page basically) in  
the backend system.

Am I correct to assume that if I can do a form post in an XHTML page,  
I can convert that post to the HTTPRequest in Flex?

thanks all!

jon



[flexcoders] [announce]AsWing A3 0.9

2007-05-11 Thread iiley

Hi flasher guys,

We are proud to announce the release of AsWing A3 0.9, the details are:

*==AsWing A3 0.9=*
――�C
Currently all standard component are finished, include(bold are new in 0.9):

JButton, JToggleButton, JRadioButton, JCheckBox, JPanel, JScrollBar,
JScrollPane, JViewport, JPopup, JWindow, JFrame, JTextField, JTextArea,
JList, JComboBox, JSlider, JAdjuster, JAccordion, JAttachPane, JLoadPane,
JTabbedPane, JColorChooser, JColorSwatches, JColorMixer, JOptionPane,
JTable, JTree, JToolBar, JSeparator, JToolTip, JSplitPane, *JMenuBar,
JPopupMenu, JMenu, JMenuItem, JRadioButtonMenuItem,
JCheckBoxMenuItem.*Related SkinBuilderLAF classes are implemented too.

*What's the difference from A2 Menus?*:
A3 Menus supported Key Mnemonic inherited from AbstractButton, and the Key
Accelerator works better than A2.

*What's the next?*:
Next, we'll add JList auto Drag and Drop support, add another LookAndFeels,
and MXML support is the next big goal.


Download them here: http://code.google.com/p/aswing/downloads/list
Also, a series of tutorials are being added to http://www.aswing.org, hope
it helps.

Hope our project is useful for you!

Cheers~~

--
iiley
AsWing http://www.aswing.org
Personal http://www.iiley.com


RE: [flexcoders] FDS+tab Navigator+XML QUERIES

2007-05-11 Thread Dimitrios Gianninas
Hi Kanu,

here are some answers:

1) If want to use FDS to data sync, meaning that when one client updates some 
data all other clients will receive the updates then u need to use a Java 
back-end. If you are using .NET I believe this might be accomplished using 
WebORB (someone with more knowledge can perhaps jump in here).

2) Flex has the E4X syntax is uses to work with XML: 
http://livedocs.adobe.com/flex/201/html/13_Working_with_XML_169_01.html

3) I dont understand this one sorry

4) Always create little sample programs to figure things out when u are just 
starting... but basically do:

mx:ComboBox id=myCombo /

mx:TabNavigator selectedIndex={myCombo.selectedIndex}
...
/mx:TabNavigator

Best of luck!

Dimitrios Gianninas
Optimal Payments Inc.



-Original Message-
From: flexcoders@yahoogroups.com on behalf of kanu kukreja
Sent: Thu 5/10/2007 2:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FDS+tab Navigator+XML QUERIES
 
Hello,
  need to ask some very small small queries:
   
  how to do data syncronization in flex?
  Pls don't send me any articles URL i already read about FDS but need to 
implement that too instead of studying i want some practical example and i'm 
using .net in backend.
   
  how to get values from XML string?
  i'm getting data in format of XML through web services:
  crmuser id=1 name=kau kukreja//crm
   in flash professional 8 there are some basic steps to do thsi like:
   
  var str:String=crmuser id=1 name=kau kukreja//crm
  var data:XML=new XML(str)
  data.ignorewhite=true
  trace(data.firstChild) and so on.
   
  But in flex this is not working can anybody tell me how to get data through 
XML in flex?
   
  How to do this?
  i need to show a data in which a row contains checkbox and 3 text boxes.
  All those text boxes are clickable and every text box click takes us to 
different location.
  i'm not able to understand how to do this.
  Is there any component for this? 
   
  TabNavigator component
  i'm using a tabNavigator component and in the left panel there is a combobox 
which contains a data with the names of menu buttons.
  I need to do is clicking on anhy specific data in combobox takes me to that 
tab label canvas?
   
  i hope these are enough for today :)
   
  Pls tell me solution for all these its very urgent 'll be gr8ful to all of u 
and thanx in advance to everyone.
   
   
  regards
  Kanu kukreja


Best Regards
  Kanu Kukreja

 
-
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.

winmail.dat

RE: [flexcoders] How to assign chart series itemRenderer in AS3?

2007-05-11 Thread Dirk Eismann
Btw, why there is this inconsistency that in the Charts API itemRenderer
is a Style whereas in the rest of the Flex 2 framework it is a property?
 
Dirk.




From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield
Sent: Thursday, May 10, 2007 8:00 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to assign chart series
itemRenderer in AS3?



 

 

This should work fine:

 

Import mx.charts.renderers.LineRenderer;

 

lineSeries.setStyle(itemRenderer,new
ClassFactory(LineRenderer));

 

Ely.





RE: [flexcoders] Require urgent help

2007-05-11 Thread Ravi Kumar Gummadi
 

You can definitely do that.

 

You would be having a series of canvases laid horizontally in HBox. Each
canvas can contain a digit.

 

Now how u show the transition between them depends on how you implement
your logic.

You can use move effect to simulate that a digit is going up and a new
digit is coming from down.

The corresponding math you need to figure out. ( changing the digits
appropriately based on its place).

 

Regards,
Ravi

 

 


** The
information contained in this email, and any attachments hereto, is
strictly confidential and solely intended for use by the individual(s)
and/or entity(s) to which it is addressed. If you have received this
email in error, please notify the System Manager at
[EMAIL PROTECTED] as soon as possible. Thank you for your attention
to this matter.

**



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rajesh Deshmukh
Sent: Friday, May 11, 2007 10:12 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Require urgent help

 

 

Hi All,

 

I am new to this group.

I have a small problem which I need to resolve as soon as possible.

I am working for one project where I need to implement the Meter in an
application for Flex.

It's like I am having some dynamic data (which changes on the user
interaction).

I am having a meter init which is like we have for our vehicles.

It changes as per the user interaction.

I am confused over it about how to implement it.

Whether I can do it in Flex? If yes how can I do that?

Or will I have to take help for some other applications.

Please help me as soon as possible.

 

Waiting for your replies...

 

Regards,

Rajesh Deshmukh

 

 

 



[flexcoders] TileList showing wrong data after using removeItemAt when scrolled

2007-05-11 Thread havardfl
I have a rather strange error occuring, which to me seems like a bug
with the TileList...

I have a small application with a TileList and a Button.
The Tilelist has an XMLListCollection as a dataprovider.

On Initialization I add 100 entries to the collection. They all come
up nicely in the TileList. I then scroll to the bottom of the tillist
and click the button.

The button calls removeItemAt on 5 items in a part of the collection
that is not visible.

When I then scroll up, the items I deleted are gone from the TileList
as they should, but so are some of the first items in the collection. 

If I print the contents of the collection, the first items are still
there, but they aren't shown in the TileList...

If I run the excact same code, but keep the items to be removed
visible when I click the button, it all works fine.

mx:Script
![CDATA[
import mx.collections.XMLListCollection;   
[Bindable]
private var dp:XMLListCollection = new XMLListCollection(); 

private function onInit():void{
  for (var i:int = 0 ; i  100 ; i++)
dp.addItem(p p={i}/); 
}

private function ondelete(event:Event):void{
  for (var i:int = 0 ; i  5 ; i++)
dp.removeItemAt(20);
}

]]
/mx:Script
mx:TileList id=tile dataProvider={dp} width=200 height=300
rowHeight=20 labelField=@p columnWidth=40/
mx:Button label=Delete click=ondelete(event)/



Re: [flexcoders] FlexBuilder issue:Another Flash debugger may be running. Close it to continue.

2007-05-11 Thread Jeffry Houser


 Did you try pressing the red stop button before starting your next 
debugging session?  And / Or closing the browser will usually do it.


At 03:51 AM 5/11/2007, herrodius wrote:


Hi,

I'm getting an error when trying to debug flex applications in Flex
Builder. Restarting Eclipse has no effect, I actually have to reboot
my computer. The first time after rebooting, debugging works, but each
new attempt fails.

The error messages says: Another Flash debugger may be running. Close
it to continue.

Anyone ran into this? Any solutions? FlexBuilder has worked fine for
about 2 months now, but all of the sudden I get this message.

thx,
Christophe




--
Jeffry Houser, Technical Entrepreneur, Software Developer, Author, 
Recording Engineer

AIM: Reboog711  | Phone: 1-203-379-0773
--
My Company: http://www.dot-com-it.com
My Podcast: http://www.theflexshow.com
My Blog: http://www.jeffryhouser.com  

Re: [flexcoders] Re: Validation error red box displayed remains after validating a field.

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, bhaq1972 wrote:
 if you input letters into the phone field the error message says
 invalid characters blah blah

Type 11 numbers. It stays red till the control leaves focus.

-- 
Tom Chiverton
Helping to continuously develop mission-critical experiences
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Documentation tool for AS2 AS3

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Jobe Makar wrote:
 It won't run on Linux. It runs on Windows, and will support Mac after the
 Windows version is complete.

So the only feature over the Adobe version is it does AS2 as well ?

-- 
Tom Chiverton
Helping to proactively conquer value-added initiatives
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] image out of frame

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, li.wen wrote:
 I think I can make some acceleration effect by using timer. Or effect tween
 also can achieve this?

Look at the easingFunction property of Tween: 
http://www.rachaelandtom.info/node/1435

-- 
Tom Chiverton
Helping to economically maximize one-to-one action-items
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Documentation tool for AS2 AS3

2007-05-11 Thread Jobe Makar
Tom,

It won't run on Linux. It runs on Windows, and will support Mac after the 
Windows version is complete.

Jobe Makar
http://www.electrotank.com
http://www.electro-server.com
phone: 252-627-8026
mobile: 919-609-0408
fax: 919-882-1121
- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com; Jobe Makar [EMAIL PROTECTED]
Sent: Friday, May 11, 2007 4:16 AM
Subject: Re: [flexcoders] Documentation tool for AS2  AS3


 On Friday 11 May 2007, Jobe Makar wrote:
 If anyone is interested in beta testing this application then please give
 me a shout here: [EMAIL PROTECTED]

 If it runs on Linux (unlike asdoc) sign me up !

 -- 
 Tom Chiverton
 Helping to enthusiastically visualize ubiquitous ROI
 on: http://thefalken.livejournal.com

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.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

* 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] Require urgent help

2007-05-11 Thread shaun
Hi,

Rajesh Deshmukh wrote:
  
 
 Hi All,
 
  
 
 I am new to this group.
 
 I have a small problem which I need to resolve as soon as possible.
 
 I am working for one project where I need to implement the Meter in an
 application for Flex.
 
 It's like I am having some dynamic data (which changes on the user
 interaction).
 
 I am having a meter init which is like we have for our vehicles.
 
 It changes as per the user interaction.
 
 I am confused over it about how to implement it.
 
 Whether I can do it in Flex? If yes how can I do that?
 
 Or will I have to take help for some other applications.
 
 Please help me as soon as possible.
 
  
 
 Waiting for your replies...
 
  

Perhaps this nice page will help:

http://www.betterthanflex.com/

or this one,

http://weblogs.macromedia.com/pent/archives/2006/07/writing_flex_2.cfm


HTH.
  - shaun



RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
I placed the package name in the namespace
xmlns:myComps=flashComponentPackage.* as below:

 

?xml version=1.0?

  !-- skins/EmbedSWF9ButtonSkins.mxml --

  mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; height=1500

xmlns:myComps=flashComponentPackage.*

mx:Button label=Click Me

  upSkin=MyButtonUpSkin

  overSkin=MyButtonOverSkin

  downSkin=MyButtonDownSkin

  disabledSkin=MyButtonDisabledSkin/

myComps:MyButtonUpSkin/

myComps:MyButtonOverSkin/

myComps:MyButtonDownSkin/

myComps:MyButtonDisabledSkin/

/mx:Application

 

Still not working - any clues - anyone

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

 

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

 

Matt

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the Flex Component Kit for Flash CS3 to
work.
I am using Flex Builder version 2.0.143459 and working through the material
at:
http://labs.
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3
adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3

In particular the example in swf9.pdf part of
flex_component_kit_docs_042307.zip

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---
?xml version=1.0?
!-- skins/EmbedSWF9ButtonSkins.mxml --
mx:Application xmlns:mx=http://www.adobe. http://www.adobe.com/2006/mxml
com/2006/mxml height=1500
xmlns:myComps=*
mx:Button label=Click Me
upSkin=MyButtonUpSkin
overSkin=MyButtonOverSkin
downSkin=MyButtonDownSkin
disabledSkin=MyButtonDisabledSkin/
myComps:MyButtonUpSkin/
myComps:MyButtonOverSkin/
myComps:MyButtonDownSkin/
myComps:MyButtonDisabledSkin/
/mx:Application

The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design  Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this got no
replies.

Hope someone can help as I am a newbie and real keen see what possible with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 



[flexcoders] putting flex chart on asp.net web page

2007-05-11 Thread dd.shah
hi all,

i have created stock market chart using flex charting and i want to 
put compiled swf file on asp.net web page with some interaction with 
page's javascript.

i get succeed in putting chart.swf file on simple .net page but when 
i put it inside a page which is content page(under some master page) 
then it gives me an error(javascript error at the bottomleft of the 
page and when i double clicked on that it shows me error like
id of object tag is undefined)

i analyzed that if chart.swf file is put(embeded) inside the form 
tag then only it give error and if outside it works fine. but as my 
page on which i want to put chart.swf is content page it is not 
possible to put it outside the form tag.

any workaround or guideline for this problem?

please help me.

regards
tushar



Re: [flexcoders] putting flex chart on asp.net web page

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, dd.shah wrote:
 then it gives me an error(javascript error at the bottomleft of the
 page and when i double clicked on that it shows me error like
 id of object tag is undefined)

Get firefox.
Get the firebug extension.

-- 
Tom Chiverton
Helping to confidentially reintermediate web-enabled metrics
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Re: Problems with Sound objects - is this a bug?

2007-05-11 Thread Steven Toth
Clarification - I am setting the volume of SoundTransform of the 
SoundChannel returned from the play() method of the Sound object to 0 
(by creating a new SoundTransform with volume 0), and the audio from 
each Sound object does seem to mute (as I hear the track fade out), but 
the 2nd track's audio can still be heard and the only way to mute it is 
via the SoundMixer's SoundTransform.  It seems like there are 3 
SoundChannels, with the 1st mp3 being opened on one and the 2nd mp3 
being opened on two, but I'm only creating the 1st, and one of the 
2nd.  Is there a global channel?  And if so can I mute that so that I 
only hear the two I'm creating?  Any help would be appreciated.  I'm 
trying to determine if this is a bug or if I'm missing something.  

Thanks.

-Steven


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

 I'm have 2 Sound objects I use to play 2 mp3 files at the same time.  
 However, when I set the volume of the SoundTransform objects for each 
 of the SoundChannel's belonging to the Sound objects I still get 
audio 
 from one of the mp3s.  It is only when I set the volume of the 
 SoundTransform of the SoundMixer object to zero that I get no audio.  
 
 I need to be able to mute individual tracks, but can't seem to do 
it.  
 Is this a bug, or am I missing something.
 
 Thanks.
 
 -Steven





RE: [flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread Dimitrios Gianninas
I dont believe so, but probably you will need to look into Apollo
 
Dimitrios Gianninas
Developer
Optimal Payments Inc.
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
tinkiknit
Sent: Friday, May 11, 2007 8:51 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] can you drag and drop from a Swing application to a Flex 
one in browser?



Hi Flexcoders...

surfacing from my lurkerdom here...been away from Flex-ing for the past 
couple of months...but now here's a question the tech lead asked me...

Can you drag and drop between a Swing application (or Motif for that 
matter, we're talking legacy software) and a Flex one running in the 
browser??

thanks in advance for any wisdom on this...

Christine



 

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



[flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread tinkiknit
Hi Flexcoders...

surfacing from my lurkerdom here...been away from Flex-ing for the past 
couple of months...but now here's a question the tech lead asked me...

Can you drag and drop between a Swing application (or Motif for that 
matter, we're talking legacy software) and a Flex one running in the 
browser??

thanks in advance for any wisdom on this...

Christine



Re: [flexcoders] Documentation tool for AS2 AS3

2007-05-11 Thread Jobe Makar
Tom,

That is not the only thing that sets them apart, but it is one of the 
biggest. Usually we write products because there wasn't something out there 
that fits our needs. We are writing and maintaining an enormous AS2 api and 
using our AS2 to AS3 convertor to upconvert it, so we have both AS2 and AS3 
apis. The next step is to provide docuemtnation for both. At the time that I 
performed the research, there did not exist a solution that I could find 
that would do that.

But other than that, Docunator will support automatic UML diagram view 
(albeit only 3 levels deep at a time), and the optional inclusion of your 
source files. So if you're viewing the 'killBaddy()' method, you can click 
on [SOURCE] and be taken to an HTML syntax-highlighted page, right to the 
source of that method, with line numbers.

One last thing that some people might find useful is that every page is 
template driven. There are XHTML templates that contain tokens and loops to 
allow you to change the page layout substantially. And of course there are 
style sheets.

All in all, I think its a solid app. But then again I'm biased having 
written it :)

Jobe Makar
http://www.electrotank.com
http://www.electro-server.com
phone: 252-627-8026
mobile: 919-609-0408
fax: 919-882-1121
- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, May 11, 2007 8:28 AM
Subject: Re: [flexcoders] Documentation tool for AS2  AS3


 On Friday 11 May 2007, Jobe Makar wrote:
 It won't run on Linux. It runs on Windows, and will support Mac after the
 Windows version is complete.

 So the only feature over the Adobe version is it does AS2 as well ?

 -- 
 Tom Chiverton
 Helping to proactively conquer value-added initiatives
 on: http://thefalken.livejournal.com

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.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



 




--
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] Fw: output formats (excel/word)

2007-05-11 Thread Derrick Anderson
really? no pdf? i thought that was a shoo-in with the acquisition and all- oh 
well, but no xls and no .doc either?

apollo is not right for this job, this is a web app and there is no 
justification bringing it to the desktop (plus apollo will not be released in 
time)

i did some googling and found this article with what looks like a solution for 
exporting to excel, has anybody done this?

http://www.meutzner.com/blog/index.cfm/2006/12/8/Export-to-Excel-with-Flex-20-and-ColdFusion

am i alone in thinking that the inability to export out all of the fine 
reporting that flex is capable of is a huge drawback for flex??



- Original Message 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, May 11, 2007 6:46:05 AM
Subject: Re: [flexcoders] Fw: output formats (excel/word)

On Friday 11 May 2007, Derrick Anderson wrote:
 xls/doc/pdf documents in flex.  i'm sure the pdf integration is there,

Or not.

 if i want to allow users to export data into excel and send it directly to
 their desktop (like cfcontent does),  would it be worth getting into?  are

You might want to look at Apollo, though of course XLS can be just a HTML file 
with a table tag in, in which case you could go that route - but Flash can't 
talk to the network and the local filesystem from the same file.

-- 
Tom Chiverton
Helping to confidentially foster real-time services
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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










   
You
 snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_html.html

RE: [flexcoders] Require urgent help

2007-05-11 Thread Rajesh Deshmukh
Thanks shaun,

 

It matches with my requirement.

I just need to look for the motion for the meter i.e. the movement of
needle.

I think I will have to look out for some things like Transitions which I
had already used in Charts.

 

Thanks again,

 

Regards

Rajesh Deshmukh

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of shaun
Sent: Friday, May 11, 2007 5:54 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Require urgent help

 

Hi,

Rajesh Deshmukh wrote:
 
 
 Hi All,
 
 
 
 I am new to this group.
 
 I have a small problem which I need to resolve as soon as possible.
 
 I am working for one project where I need to implement the Meter in an
 application for Flex.
 
 It's like I am having some dynamic data (which changes on the user
 interaction).
 
 I am having a meter init which is like we have for our vehicles.
 
 It changes as per the user interaction.
 
 I am confused over it about how to implement it.
 
 Whether I can do it in Flex? If yes how can I do that?
 
 Or will I have to take help for some other applications.
 
 Please help me as soon as possible.
 
 
 
 Waiting for your replies...
 
 

Perhaps this nice page will help:

http://www.betterthanflex.com/ http://www.betterthanflex.com/ 

or this one,

http://weblogs.macromedia.com/pent/archives/2006/07/writing_flex_2.cfm
http://weblogs.macromedia.com/pent/archives/2006/07/writing_flex_2.cfm


HTH.
- shaun

 



Re: [flexcoders] Dynamic ContextMenuItem(s) / pass the menu id

2007-05-11 Thread Daniel Freiman

I think there should be a way to use anonymous functions, but in in this
case anonymous function would be relatively inefficient.

Instead I would try to map the label to the id.  When an item is selected
you can determine the label which determines the id.

So something like this:

var mapping:Object = new Object();

function addMyContextMenuItem(label:String, id:String):void {
  // called by loop
  mapping[label] = id;
  var menuItem = new ContextMenuItem(label);
  menuItem.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT
,contextMenuListner);
  contextMenu.builtInItems.push(menuItem)
}

function contextMenuListner(event:ContextMenuEvent):void {
   var id:String = mapping[event.target.caption];
   // continue processing
}


Dan Freiman
nondocs http://nondocs.blogspot.com

On 5/10/07, Sebastian Feher [EMAIL PROTECTED] wrote:


  Hi All,

I'm in a situation where I need to dynamically add a number of items
from an array to a ContextMenu.

Each menu item has a localized label and an id. All ContextMenuItem(s)
point to the same function as they are added in a loop.

Once in the function ContextMenuItem has only the label - how do I
preserve the id? The ContextMenuItem is final so extending it is not an
option, I tried to redirect through an anonymous inlined function but
that got me nowhere.

Anyone bumped into this before?

Regards,
Sebastian

PS: I do have a workaround - a very ugly one though - locally key on
the label to get the id..

 



[flexcoders] Cairngorm: how do you use it?

2007-05-11 Thread Cosma
Hello,

after some weeks spent playing with Flex, I'm now trying to learn
Cairngorm. I understood the concepts of the framework (and I know the
problems it intends to address), but I've some questions about the
best usage of Model Locator with data binding.

To build up the user interface of the classic employees management
sample, I started dividing it into logical pieces, for example
EmployeesFilter, EmployeesList and EmployeeDetail. Now, I'm about to
write a layout-only interface that use them (it may be the
application itself, or another component for more complex apps).

Now, my question is: should the single UI pieces be aware of the model
locator, or it is better for them to expose properties, letting the
layout component to use the model locator?

In first approach, we lose a bit of flexibility (says that I want to
be able to pop up the detail of two different employees at the same
time), while with the second one I don't have to code lots of
error-proof bindings when composing the main interface out of my views.

Coming from struts, I don't feel confortable with views that pull
data, I'd prefer having something (the controller) to retrieve the
data from the appropriate source and to make it available to the view.
This is closer to the secondo approach that I've described, but it
seems not to be the cairngorm-way to me:)

Cairngorm-enabled flexcoders out there, which approach are you
chosing? Any thought welcome.

Thanks
Cosma



Re: [flexcoders] image out of frame

2007-05-11 Thread li.wen
Hello,

Sorry, I am green. How can I bound that easingfunction or Bounce.easeOut 
function to the mxml img to let the image move?

Regards,
Joe

- Original Message -
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, May 11, 2007 8:29 PM
Subject: Re: [flexcoders] image out of frame

 On Friday 11 May 2007, li.wen wrote:
 I think I can make some acceleration effect by using timer. Or effect 
 tween
 also can achieve this?

 Look at the easingFunction property of Tween:
 http://www.rachaelandtom.info/node/1435

 -- 
 Tom Chiverton
 Helping to economically maximize one-to-one action-items
 on: http://thefalken.livejournal.com

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.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



 


--
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] Re: Help needed working with backgroundImage

2007-05-11 Thread alanmorehead79
--- In flexcoders@yahoogroups.com, paulwelling [EMAIL PROTECTED] wrote:

 Hello,
 
 I need a little help from the Flexperts on this list...  This seems
 like it should be easy, so I'm feeling that I've missed something...
 
 I have a .jpg that I want to use as our backgroundImage, 600x800, for
 the Application.
 
 I do NOT want it to be stretched to fill up larger browser areas, so
 backgroundSize=auto (default.)
 
 I also want this backgroundImage to be positioned at x=0 y=0, all the
 time, no matter how big or small the browser becomes...  
 
 The problem is that the backgroundImage for the Application gets
 centered, for the browser's' current size, no matter what I do.
 
 A weak work-around is to create a Canvas x=0 y=0
 backgroundImage=image.jpg/ and use absolute positioning for the
 Application.  But I wanted to avoid absolute positioning and keep the
 image at the Application level...
 
 Is this a limitation with FLEX, or more likely my thinking..?
 
 Thanks for the help,
 Paul


Any luck w/ this?
I am going back and cleaning up a beta app and this is one of the
things that I would like to fix. My beta app used the same
work-around of making a child canvas w/ a image background.



Re: [flexcoders] Re: Cairngorm: how do you use it?

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Cosma wrote:
 Thank for the response Tom. However, what are the advantages of
 implementing a model locator, when it is alway used from one single
 component?

You may find it handy to have many 'layout' components, and nest them, just to 
keep the indenting and file size undercontrol.
Even if you have only one, decoupling the view from the model is a good idea.

-- 
Tom Chiverton
Helping to seamlessly morph second-generation experiences
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] image out of frame

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, li.wen wrote:
 Sorry, I am green. How can I bound that easingfunction or Bounce.easeOut
 function to the mxml img to let the image move?

Did you read the article on using Tweens to change properties linked from the 
link I gave ?
In this case, you want to Tween idOfImage.x or use the Move effect (see the 
API livedocs).

-- 
Tom Chiverton
Helping to autoschediastically engage innovative functionalities
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Cairngorm: how do you use it?

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Cosma wrote:
 Now, my question is: should the single UI pieces be aware of the model
 locator, or it is better for them to expose properties, letting the
 layout component to use the model locator?

I would go with the latter, on the grounds that the individual bits shouldn't 
be bound into Cairngorm - they maybe reused in a project that doesn't have 
Caringorm (MG:F for instance).

-- 
Tom Chiverton
Helping to competently integrate back-end communities
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Re: keypress stops working after browser loses focus

2007-05-11 Thread jack_freud
Thanks for trying that, and that sounds like potentially good news.

I'm not sure how to listen to the stage... I put the listener in the
component with the canvas that is the parent of the objects... I
assume the stage is at a higher level in the hierarchy? How would I
pass the event back down to the canvas that needs it?

Note that this canvas/container did  get an activate event when I came
back, and in that event's handler I added the listener, but nothing
happened.

Thanks,
Jack



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

 I just tried the simple test.  If you listen to the stage for keyDown,
 it repeats when the player is clicked on again in IE.  Can you try that?
  
 -Alex
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Alex Harui
 Sent: Thursday, May 10, 2007 12:47 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Re: keypress stops working after browser loses
 focus
 
 
 
 Yeah, and that's the discussion point here.  How much power do we give
 game devs w/o enabling spyware.  I think you're describing a possible
 bug, but it may be an OS limitation.
  
 -Alex
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of jack_freud
 Sent: Thursday, May 10, 2007 11:34 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: keypress stops working after browser loses
 focus
 
 
 
 What I'm making is a simple tool similar to a flowchart, where 
 people can drag objects onto the canvas, then drag arrows too, to 
 connect the first objects. I got it so that they could rotate the 
 arrows using the cursor keys on the keyboard, but as soon as the 
 browser is deactivated, this doesn't work anymore when you come 
 back. 
 
 I guess I have to try another approach. 
 
 Isn't there a hope that people might program games in Flex? If so, 
 I'd think that keyboard support would be essential, at least for 
 some games.
 
 Thanks,
 Jack
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , Alex Harui aharui@ wrote:
 
  graphical things haven't been the main focus of Flex, but system
  security is tantamount and the player doesn't want to allow you to 
 sniff
  keystrokes from other applications so when you lose activation 
 lots of
  things may stop working. I've marked this to try in a simple 
 testcase,
  but it may be a while before we get around to it.
  
  -Alex
  
  
  
  From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 ] On
  Behalf Of jack_freud
  Sent: Thursday, May 10, 2007 10:59 AM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
  Subject: [flexcoders] Re: keypress stops working after browser 
 loses
  focus
  
  
  
  Not sure I understand. I'm clicking in it to make sure it has 
 focus. 
  In fact I tried adding activate and deactivate handlers for the 
  container, and in the activate I add the keydown listener. Tracing 
  shows that the activate event fired, but the keydown event never 
  shows up again.
  
  I'm surprised this doesn't work... how can you use flex to do 
  graphical things with the keyboard if you can't listen to it?
  
  Thanks for responding,
  Jack
  
  --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com  mailto:flexcoders%
 40yahoogroups.com
  , Alex Harui aharui@ wrote:
  
   I don't know if we can solve that one, especially in all 
 browsers.
   Usually when the browser becomes active the player instance still
   doesn't have focus. And once you give it focus, it may have 
  forgotten
   its repeat state. Keyboard related stuff is a topic of 
 discussion 
  at
   Adobe these days.
   
   -Alex
   
   
   
   From: flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com  mailto:flexcoders%
 40yahoogroups.com
  
  [mailto:flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com  mailto:flexcoders%
 40yahoogroups.com
  ] On
   Behalf Of jack_freud
   Sent: Thursday, May 10, 2007 8:26 AM
   To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%
 40yahoogroups.com 
   Subject: [flexcoders] Re: keypress stops working after browser 
  loses
   focus
   
   
   
   For what it's worth, I meant keydown.
   
   Still stuck!
   
   --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com 
  mailto:flexcoders%40yahoogroups.com mailto:flexcoders%
  40yahoogroups.com
   , jack_freud jack_web@ wrote:
   
Hi,

I'm using keypress events to rotate a sprite on a canvas. It 
  works 
fine until you click on some other window on your desktop, 
 then 
  come 
back to the browser. Then you can click on things with no 
  problem 
   but 
the keypress event stops firing.

I'm listening for the event in the container, as I couldn't 
 

[flexcoders] dragOver event not properly dispatched in tree?

2007-05-11 Thread Michael Imhoff
Hi Everyone,

 

I'm running into a problem when dragging nodes where the dragOver event is
not properly dispatch in all scenarios.  Jason Hawyluk states that The drag
over event is not dispatched when you move into a node, rather into and
around it. on one of his spring loaded folders post:
http://flexibleexperiments.wordpress.com/2007/01/25/flex-20-tree-with-spring
-loaded-folders/

 

Is this the case?  Does anyone know of a workaround?

 

Thanks for any suggestions or feedback you may have,

Michael



Re: [flexcoders] Fw: output formats (excel/word)

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Derrick Anderson wrote:
 am i alone in thinking that the inability to export out all of the fine
 reporting that flex is capable of is a huge drawback for flex??

shrug
Flex runs client-side, and with in the browser sandbox. This gives it limits.

-- 
Tom Chiverton
Helping to paradigmatically create revolutionary meta-services
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Re: Cairngorm: how do you use it?

2007-05-11 Thread Cosma
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Friday 11 May 2007, Cosma wrote:
  Now, my question is: should the single UI pieces be aware of the model
  locator, or it is better for them to expose properties, letting the
  layout component to use the model locator?
 
 I would go with the latter, on the grounds that the individual bits
 shouldn't be bound into Cairngorm - they maybe reused in a project
 that doesn't have Caringorm (MG:F for instance).

Thank for the response Tom. However, what are the advantages of
implementing a model locator, when it is alway used from one single
component?



[flexcoders] Can I debug a flex app running in the browser?

2007-05-11 Thread Cosma
I have a WST/Flex project in Eclipse made up of some servlets and a
flex application (first created a web dynamic project, then used Add
flex project nature on it).

I'd like to debug it as a web application, but breakpoints set in MXML
and AS sources will not trigger this way. I have to debug it as a
flex application in order for the flex debugger to work, but this way
the application will run in a stand alone flash player, thus having
problem to talk with my servlets.

Is there a way to configure Eclipse and my project to allow debugging
of Flex and java sources in the same session?

Thank you
Cosma



Re: [flexcoders] image out of frame

2007-05-11 Thread li.wen
Thanks..

Done, I achieved the effect with help of tween and endTween, updateTween 
handlers.

I do need search more.

Regards,
Joe

- Original Message -
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, May 11, 2007 11:01 PM
Subject: Re: [flexcoders] image out of frame

 On Friday 11 May 2007, li.wen wrote:
 Sorry, I am green. How can I bound that easingfunction or Bounce.easeOut
 function to the mxml img to let the image move?

 Did you read the article on using Tweens to change properties linked from 
 the
 link I gave ?
 In this case, you want to Tween idOfImage.x or use the Move effect (see 
 the
 API livedocs).

 -- 
 Tom Chiverton
 Helping to autoschediastically engage innovative functionalities
 on: http://thefalken.livejournal.com

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.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



 


--
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] Vertical Scroll-Lock

2007-05-11 Thread Matt
I'm developing a very basic chat application that resembles IRC, but
I'd like to force the scroll bar to jump to the bottom every time a
chat entry is added.  This is on a Box and I'm adding Text entries as
children. I've tried adding a listener for RENDER to push it down, but
it always pushes it down a few pixels from the bottom instead of the
absolute bottom. The same happens when I add a listener for CHILD_ADD.

Can anyone tell me how to get this desired functionality to work in Flex?



[flexcoders] Re: Cairngorm: how do you use it?

2007-05-11 Thread Cosma
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Friday 11 May 2007, Cosma wrote:
  Thank for the response Tom. However, what are the advantages of
  implementing a model locator, when it is alway used from one 
  single component?
 
 You may find it handy to have many 'layout' components, and nest 
 them, just to keep the indenting and file size undercontrol.
 Even if you have only one, decoupling the view from the model is a 
 good idea.

It doesn't make sense to me yet. If the 'layout' components can be
nested, then each element of the chain must expose and correctly pass
over to its child all the required model objects - with deep and
complex view structures this can be a nightmare to debug and mantain.
In this scenario, a always-ask-the-model-locator approach seems more
appropriate. 

Maybe I should just accept that a view component must remain tied to a
specific model element..



RE: [flexcoders] Re: Absolutely forcing chart to redraw

2007-05-11 Thread Ely Greenfield
 

Hi Carl. I'd like to help, but I really need to see your code.  Again, a
very simple example...of your item renderer, and the mxml, and some
actionscript that shows what kind of a change you're trying to
make...will be necessary to really help.  I don't see your item renderer
code in the post below.

 

 

Ely.

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of carl_steinhilber
Sent: Friday, May 11, 2007 8:56 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Absolutely forcing chart to redraw

 

Anyone else have any ideas?
I really need to get this solved, or I'll have to throw out the entire
app and build it in something else. This is crucial functionality.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, carl_steinhilber
[EMAIL PROTECTED] wrote:

 Thanks Ely... I was hoping to catch your attention ;-)
 
 The (complete) code for the itemRenderer is below in my original
 posting. Was there some other sample code that would be useful? I
 can't imagine that the MXML would be all that helpful... as all that
 would show is that I'm assigning the custom itemRenderer to the
 PlotSeries of the chart. But... let me know.
 
 Basically my app consists of two panes, one contains the chart, and
 one contains a datagrid, both bound to the same object for their
 dataProviders. The object is actually being populated via a DB query
 using Flexcubed's FlexSQL SWC (since the backend is ASP and I can't
 use CF on this project). But I don't think that plays into it since
 I've checked a number of times that the array is created as expected
 and is valid.
 
 The query loads up a bindable object (localData). I have a button to
 save the data back to the DB, but until the user elects to do so, I
 just want to operate with the local version of the object. So I can't
 go back to the DB for a full refresh. But I tried something like:
 {
 var origDataProvider = chart.dataProvider;
 chart.dataProvider = new Object();
 chart.dataProvider = origDataProvider;
 }
 and even that didn't refresh the chart appropriately.
 
 Can you give me some pointers to have my dataprovider items dispatch
 change events?
 
 Thanks much!
 -Carl 

 At runtime, the chart initially loads exactly as expected (items the
 correct size, color and position). Then if I update the values for
 xAxis and/or yAxis, the item moves on the chart as expected (though if
 it moves from a positive value to negative value on either axis, the
 color remains green).
 But if I update the value for size it doesn't update the item on the
 chart, and if I update visible to false the item remains visible.

 

image001.jpgimage002.jpg

Re: [flexcoders] Re: Cairngorm: how do you use it?

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Cosma wrote:
 If the 'layout' components can be
 nested, then each element of the chain must expose and correctly pass
 over to its child all the required model objects 

Nope, each layout should create it's own private instance of the Model.

-- 
Tom Chiverton
Helping to elementarily brand revolutionary e-commerce
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Re: Absolutely forcing chart to redraw

2007-05-11 Thread carl_steinhilber
Anyone else have any ideas?
I really need to get this solved, or I'll have to throw out the entire
app and build it in something else. This is crucial functionality.


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

 Thanks Ely... I was hoping to catch your attention  ;-)
 
 The (complete) code for the itemRenderer is below in my original
 posting. Was there some other sample code that would be useful? I
 can't imagine that the MXML would be all that helpful... as all that
 would show is that I'm assigning the custom itemRenderer to the
 PlotSeries of the chart. But... let me know.
 
 Basically my app consists of two panes, one contains the chart, and
 one contains a datagrid, both bound to the same object for their
 dataProviders. The object is actually being populated via a DB query
 using Flexcubed's FlexSQL SWC (since the backend is ASP and I can't
 use CF on this project). But I don't think that plays into it since
 I've checked a number of times that the array is created as expected
 and is valid.
 
 The query loads up a bindable object (localData). I have a button to
 save the data back to the DB, but until the user elects to do so, I
 just want to operate with the local version of the object. So I can't
 go back to the DB for a full refresh. But I tried something like:
 {
var origDataProvider = chart.dataProvider;
chart.dataProvider = new Object();
chart.dataProvider = origDataProvider;
 }
 and even that didn't refresh the chart appropriately.
 
 Can you give me some pointers to have my dataprovider items dispatch
 change events?
 
 Thanks much!
 -Carl 



 At runtime, the chart initially loads exactly as expected (items the
 correct size, color and position). Then if I update the values for
 xAxis and/or yAxis, the item moves on the chart as expected (though if
 it moves from a positive value to negative value on either axis, the
 color remains green).
 But if I update the value for size it doesn't update the item on the
 chart, and if I update visible to false the item remains visible.




[flexcoders] Re: Vertical Scroll-Lock

2007-05-11 Thread Matt
--- In flexcoders@yahoogroups.com, Matt [EMAIL PROTECTED] wrote:

 I'm developing a very basic chat application that resembles IRC, but
 I'd like to force the scroll bar to jump to the bottom every time a
 chat entry is added.  This is on a Box and I'm adding Text entries as
 children. I've tried adding a listener for RENDER to push it down, but
 it always pushes it down a few pixels from the bottom instead of the
 absolute bottom. The same happens when I add a listener for CHILD_ADD.
 
 Can anyone tell me how to get this desired functionality to work in
Flex?

Well, I solved this one myself. If anyone is interested I added a
FlexEvent.UPDATE_COMPLETE listener and a CHILD_ADD listener and the
CHILD_ADD listener set a boolean to true and when UPDATE_COMPLETE ran
it checks to see if the boolean is true, if so it sets it to false and
updates the scrollbar position.  This works well to still allow the
client to move the scrollbar to see history but bumps it down every
time a new message is received.

I could get a lot more complicated and have sticky scroll-lock
features, but this is a very basic chat so I don't really care at the
moment. ;)

Hope this helps someone.



RE: [flexcoders] How to assign chart series itemRenderer in AS3?

2007-05-11 Thread Ely Greenfield
 

 

Good question.  You could think of it as a subtle but important
difference...for lists, the item renderer is often very specific to the
type of data being rendered.  For charts, it is sometime very specific
to the data schema, but just as often, purely a stylistic choice...do
you want round points on your line, or diamonds?  More importantly, do
you want round points on the first line, diamond points on the second
line, etc?  As a stylistic (and per-instance) option, we wanted people
to be able to develop style based themes for charts that just 'drop'
into place.  

 

Or, if you were less charitable, you could claim it's just a mistake on
our part, and itemRenderer should be a style everywhere J

 

 

Ely.

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dirk Eismann
Sent: Friday, May 11, 2007 5:02 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to assign chart series itemRenderer in
AS3?

 

Btw, why there is this inconsistency that in the Charts API itemRenderer
is a Style whereas in the rest of the Flex 2 framework it is a property?

 

Dirk.

 





From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield
Sent: Thursday, May 10, 2007 8:00 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to assign chart series
itemRenderer in AS3?

 

 

This should work fine:

 

Import mx.charts.renderers.LineRenderer;

 

lineSeries.setStyle(itemRenderer,new
ClassFactory(LineRenderer));

 

Ely.

 

image001.jpgimage002.jpg

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Matt Chotin
Sorry, I think I may have misled you.
 
Tell us exactly where things are set up:
 
What is the filename of the MXML file you have listed here?
When you created the component in Flash, what is classname you used for
what you exported?
Did you write any actionscript code for the Flash components or just do
the symbol example?
 
Matt
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Friday, May 11, 2007 5:21 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3



I placed the package name in the namespace
xmlns:myComps=flashComponentPackage.* as below:

?xml version=1.0?

  !-- skins/EmbedSWF9ButtonSkins.mxml --

  mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
height=1500

xmlns:myComps=flashComponentPackage.*

mx:Button label=Click Me

  upSkin=MyButtonUpSkin

  overSkin=MyButtonOverSkin

  downSkin=MyButtonDownSkin

  disabledSkin=MyButtonDisabledSkin/

myComps:MyButtonUpSkin/

myComps:MyButtonOverSkin/

myComps:MyButtonDownSkin/

myComps:MyButtonDisabledSkin/

/mx:Application

Still not working - any clues - anyone



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

Matt



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the Flex Component Kit for Flash CS3 to
work.
I am using Flex Builder version 2.0.143459 and working through the
material
at:
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3 

In particular the example in swf9.pdf part of
flex_component_kit_docs_042307.zip

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---
?xml version=1.0?
!-- skins/EmbedSWF9ButtonSkins.mxml --
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
http://www.adobe.com/2006/mxml  height=1500
xmlns:myComps=*
mx:Button label=Click Me
upSkin=MyButtonUpSkin
overSkin=MyButtonOverSkin
downSkin=MyButtonDownSkin
disabledSkin=MyButtonDisabledSkin/
myComps:MyButtonUpSkin/
myComps:MyButtonOverSkin/
myComps:MyButtonDownSkin/
myComps:MyButtonDisabledSkin/
/mx:Application

The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design  Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this
got no
replies.

Hope someone can help as I am a newbie and real keen see what possible
with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 


[flexcoders] Flex on Vista?

2007-05-11 Thread Steve Kellogg
Hey Folks, I need some quick advice:

 

I've been avoiding the switch to Vista as long as possible (simply
because I didn't want to risk an interruption in productivity).  

 

NOW, however I seem to have a dying laptop, and the decision has become
more urgent.

 

Do you guys have any feel for whether Flex/Eclipse is running ok/well on
Vista?  Any specific problems I should watch out for?  Does anyone use
the SeapineSCM plugin with it on Vista?  Does Apollo seem to be ok on
Vista?

 

Any advice is appreciated.



[flexcoders] Re: Load Display Image from FileReference

2007-05-11 Thread jmfillman
Anyone???


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

 I want to let a user select an image file, using FileReference and 
have 
 the selected image load into Flex and display in the app.
 
 I know how to use FileReference to filter only images and allow them 
to 
 select the file, but how do I take that image file and load and 
display 
 it in the app?





[flexcoders] Re: Can I debug a flex app running in the browser?

2007-05-11 Thread meteatamel
Did you see James Ward's Debug Flex and Java together blog?

http://www.jamesward.org/wordpress/2006/07/05/debug-flex-java-together-in-flex-builder-2/

-Mete

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

 I have a WST/Flex project in Eclipse made up of some servlets and a
 flex application (first created a web dynamic project, then used Add
 flex project nature on it).
 
 I'd like to debug it as a web application, but breakpoints set in MXML
 and AS sources will not trigger this way. I have to debug it as a
 flex application in order for the flex debugger to work, but this way
 the application will run in a stand alone flash player, thus having
 problem to talk with my servlets.
 
 Is there a way to configure Eclipse and my project to allow debugging
 of Flex and java sources in the same session?
 
 Thank you
 Cosma





Re: [flexcoders] Flex on Vista?

2007-05-11 Thread Kelly Birr
I've been running Windows Vista since mid-November 2006. I find it to be 
more stable and reliable than Windows XP. I do still have a few 
compatibility problems with some programs and hardware devices who's 
manufacturers have not released updates, but this is to be expected with 
any new Windows version.

As for Flex on Vista: Flex 2.01 works pretty well on Vista but is still 
unsupported by Adobe. I use Eclipse 3.2.2, with Flex 2.01 installed as a 
Plug-in and find it works very well. It's easily good enough for 
production work. I also use the Subclipse add-in and find it works very 
well.

It does not play well with the new Aero Glass look though, and often 
causes Vista to revert to the Basic look. Vista goes back to Aero once 
Eclipse is closed. This same thing happens in many Java programs so I 
think the problem may be JRE related and not specifically Eclipse/Flex, 
but I'm not sure.

- Kelly

Steve Kellogg wrote:

 Hey Folks, I need some quick advice:

 I’ve been avoiding the switch to Vista as long as possible (simply 
 because I didn’t want to risk an interruption in productivity).

 NOW, however I seem to have a dying laptop, and the decision has 
 become more urgent.

 Do you guys have any feel for whether Flex/Eclipse is running ok/well 
 on Vista? Any specific problems I should watch out for? Does anyone 
 use the SeapineSCM plugin with it on Vista? Does Apollo seem to be ok 
 on Vista?

 Any advice is appreciated.

  



--
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] Flex on Vista?

2007-05-11 Thread Guido

I don't know if Flex's working well with Vista, but I'm sure that Vista
itself is not running properly, at least for the testing I've given it. My
advice for you is that if you do get a new laptop, install XP on it, even as
a parallel OS, and keep working on your flex projects from it. I'm not
planning on swithching to Vista anytime soon; it's still too green and to
sloppy.

On 5/11/07, Steve Kellogg [EMAIL PROTECTED] wrote:


   Hey Folks, I need some quick advice:



I've been avoiding the switch to Vista as long as possible (simply because
I didn't want to risk an interruption in productivity).



NOW, however I seem to have a dying laptop, and the decision has become
more urgent.



Do you guys have any feel for whether Flex/Eclipse is running ok/well on
Vista?  Any specific problems I should watch out for?  Does anyone use the
SeapineSCM plugin with it on Vista?  Does Apollo seem to be ok on Vista?



Any advice is appreciated.

 



Re: [flexcoders] Re: Load Display Image from FileReference

2007-05-11 Thread Doug McCune

You can't. FileReference doesn't give you any access to the data in a file.
You need to send the file to a server, then download it from the server to
be able to do anything with the File. If you're making an Apollo app then
that's a different story, but for a web-based Flex app all files have to get
routed through a server before you can access the data.

So it's something like: User selects file - send to your server to save it
- once save is complete send a request to server to download - load it
into Image component

This is one of those features that falls under the Overbearing Security
Features of Flex/Flash Player, but that's what we have to work with.

Doug


On 5/11/07, jmfillman [EMAIL PROTECTED] wrote:


  Anyone???

--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
jmfillman [EMAIL PROTECTED] wrote:

 I want to let a user select an image file, using FileReference and
have
 the selected image load into Flex and display in the app.

 I know how to use FileReference to filter only images and allow them
to
 select the file, but how do I take that image file and load and
display
 it in the app?


 



RE: [flexcoders] Re: Help needed working with backgroundImage

2007-05-11 Thread Alex Harui
Looks like the image is always centered, so your canvas workaround might
be best.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of alanmorehead79
Sent: Friday, May 11, 2007 7:45 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Help needed working with backgroundImage



--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, paulwelling [EMAIL PROTECTED] wrote:

 Hello,
 
 I need a little help from the Flexperts on this list... This seems
 like it should be easy, so I'm feeling that I've missed something...
 
 I have a .jpg that I want to use as our backgroundImage, 600x800, for
 the Application.
 
 I do NOT want it to be stretched to fill up larger browser areas, so
 backgroundSize=auto (default.)
 
 I also want this backgroundImage to be positioned at x=0 y=0, all the
 time, no matter how big or small the browser becomes... 
 
 The problem is that the backgroundImage for the Application gets
 centered, for the browser's' current size, no matter what I do.
 
 A weak work-around is to create a Canvas x=0 y=0
 backgroundImage=image.jpg/ and use absolute positioning for the
 Application. But I wanted to avoid absolute positioning and keep the
 image at the Application level...
 
 Is this a limitation with FLEX, or more likely my thinking..?
 
 Thanks for the help,
 Paul


Any luck w/ this?
I am going back and cleaning up a beta app and this is one of the
things that I would like to fix. My beta app used the same
work-around of making a child canvas w/ a image background.



 


RE: [flexcoders] Re: keypress stops working after browser loses focus

2007-05-11 Thread Alex Harui
systemManager.stage.addEventListener(KeyboardEvent.KEY_DOWN,
keyDownListener);
 
My test was lower-level than that, but it should call keyDownListener.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jack_freud
Sent: Friday, May 11, 2007 6:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: keypress stops working after browser loses
focus



Thanks for trying that, and that sounds like potentially good news.

I'm not sure how to listen to the stage... I put the listener in the
component with the canvas that is the parent of the objects... I
assume the stage is at a higher level in the hierarchy? How would I
pass the event back down to the canvas that needs it?

Note that this canvas/container did get an activate event when I came
back, and in that event's handler I added the listener, but nothing
happened.

Thanks,
Jack

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] wrote:

 I just tried the simple test. If you listen to the stage for keyDown,
 it repeats when the player is clicked on again in IE. Can you try
that?
 
 -Alex
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of Alex Harui
 Sent: Thursday, May 10, 2007 12:47 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: RE: [flexcoders] Re: keypress stops working after browser
loses
 focus
 
 
 
 Yeah, and that's the discussion point here. How much power do we give
 game devs w/o enabling spyware. I think you're describing a possible
 bug, but it may be an OS limitation.
 
 -Alex
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of jack_freud
 Sent: Thursday, May 10, 2007 11:34 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] Re: keypress stops working after browser loses
 focus
 
 
 
 What I'm making is a simple tool similar to a flowchart, where 
 people can drag objects onto the canvas, then drag arrows too, to 
 connect the first objects. I got it so that they could rotate the 
 arrows using the cursor keys on the keyboard, but as soon as the 
 browser is deactivated, this doesn't work anymore when you come 
 back. 
 
 I guess I have to try another approach. 
 
 Isn't there a hope that people might program games in Flex? If so, 
 I'd think that keyboard support would be essential, at least for 
 some games.
 
 Thanks,
 Jack
 
 --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 , Alex Harui aharui@ wrote:
 
  graphical things haven't been the main focus of Flex, but system
  security is tantamount and the player doesn't want to allow you to 
 sniff
  keystrokes from other applications so when you lose activation 
 lots of
  things may stop working. I've marked this to try in a simple 
 testcase,
  but it may be a while before we get around to it.
  
  -Alex
  
  
  
  From: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 
 [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 ] On
  Behalf Of jack_freud
  Sent: Thursday, May 10, 2007 10:59 AM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
  Subject: [flexcoders] Re: keypress stops working after browser 
 loses
  focus
  
  
  
  Not sure I understand. I'm clicking in it to make sure it has 
 focus. 
  In fact I tried adding activate and deactivate handlers for the 
  container, and in the activate I add the keydown listener. Tracing 
  shows that the activate event fired, but the keydown event never 
  shows up again.
  
  I'm surprised this doesn't work... how can you use flex to do 
  graphical things with the keyboard if you can't listen to it?
  
  Thanks for responding,
  Jack
  
  --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com mailto:flexcoders%
 40yahoogroups.com
  , Alex Harui aharui@ wrote:
  
   I don't know if we can solve that one, especially in all 
 browsers.
   Usually when the browser becomes active the player instance still
   doesn't have focus. And once you give it focus, it may have 
  forgotten
   its repeat state. Keyboard related stuff is a topic of 
 discussion 
  at
   Adobe these days.
   
   -Alex
   
   
   
   From: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com mailto:flexcoders%
 40yahoogroups.com
  
  [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
 

RE: [flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread Alex Harui
Flex on the web doesn't have DD interop with other applications.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tinkiknit
Sent: Friday, May 11, 2007 5:51 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] can you drag and drop from a Swing application to
a Flex one in browser?



Hi Flexcoders...

surfacing from my lurkerdom here...been away from Flex-ing for the past 
couple of months...but now here's a question the tech lead asked me...

Can you drag and drop between a Swing application (or Motif for that 
matter, we're talking legacy software) and a Flex one running in the 
browser??

thanks in advance for any wisdom on this...

Christine



 


[flexcoders] Flex on Mac

2007-05-11 Thread Arleston Lueders

Hello everybody!

I'm thinking in buy a MacBook. Does anyone have a Mac here? What do you
think about it?
And the Flex will run normal on Mac, right?

Thanks,
Arleston


Re: [flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread Doug McCune

Just thinking out loud, if your Swing app placed some data in the clipboard,
like a description of what was being dragged, and then your Flex app had a
rollOver event that checked if there's the appropriate data in the
clipboard, if so show a visual indicator of what's being dragged in the flex
app... I dunno, maybe you could fake drag and drop?

Doug

On 5/11/07, Alex Harui [EMAIL PROTECTED] wrote:


   Flex on the web doesn't have DD interop with other applications.

 --
*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *tinkiknit
*Sent:* Friday, May 11, 2007 5:51 AM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] can you drag and drop from a Swing application to
a Flex one in browser?

 Hi Flexcoders...

surfacing from my lurkerdom here...been away from Flex-ing for the past
couple of months...but now here's a question the tech lead asked me...

Can you drag and drop between a Swing application (or Motif for that
matter, we're talking legacy software) and a Flex one running in the
browser??

thanks in advance for any wisdom on this...

Christine

 



RE: [flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread Alex Harui
Last I checked, Flex/Flash can put stuff on the clipboard, but can't get
what's there.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Doug McCune
Sent: Friday, May 11, 2007 10:29 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] can you drag and drop from a Swing application
to a Flex one in browser?



Just thinking out loud, if your Swing app placed some data in the
clipboard, like a description of what was being dragged, and then your
Flex app had a rollOver event that checked if there's the appropriate
data in the clipboard, if so show a visual indicator of what's being
dragged in the flex app... I dunno, maybe you could fake drag and
drop? 

Doug


On 5/11/07, Alex Harui [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote: 



Flex on the web doesn't have DD interop with other
applications.




From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com http://yahoogroups.com ] On Behalf
Of tinkiknit
Sent: Friday, May 11, 2007 5:51 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] can you drag and drop from a Swing
application to a Flex one in browser?


Hi Flexcoders...

surfacing from my lurkerdom here...been away from Flex-ing for
the past 
couple of months...but now here's a question the tech lead asked
me...

Can you drag and drop between a Swing application (or Motif for
that 
matter, we're talking legacy software) and a Flex one running in
the 
browser??

thanks in advance for any wisdom on this...

Christine








 


Re: [flexcoders] Flex on Mac

2007-05-11 Thread Mark McCray

runs just fine for me. intel mac here.
I use flex via plugin to eclipse, because i use other langs like PHP  
and Java.

Mark

On May 11, 2007, at 1:06 PM, Arleston Lueders wrote:


Hello everybody!

I'm thinking in buy a MacBook. Does anyone have a Mac here? What do  
you think about it?

And the Flex will run normal on Mac, right?

Thanks,
Arleston







Re: [flexcoders] Flex on Mac

2007-05-11 Thread John Wilker

Mac here too. primary dev machine. I use the stand alone FB IDE, works fine.


--
John Wilker
Vice President Software Development/Writer
Red Omega Solutions, Inc.
www.johnwilker.com / www.red-omega.com

Everything changes, nothing remains without change. ~Buddha c.483 bc

On 5/11/07, Mark McCray [EMAIL PROTECTED] wrote:


  runs just fine for me. intel mac here.
I use flex via plugin to eclipse, because i use other langs like PHP and
Java.
Mark

On May 11, 2007, at 1:06 PM, Arleston Lueders wrote:

Hello everybody!

I'm thinking in buy a MacBook. Does anyone have a Mac here? What do you
think about it?
And the Flex will run normal on Mac, right?

Thanks,
Arleston


 


Re: {Disarmed} Re: [flexcoders] Flex on Mac

2007-05-11 Thread Jurgen Beck
Same here. I actually switched from Windows XP Professional running 
stand-alone Flex Builder to a Mac Pro and MacBook Pro. Works great. In 
fact, I seem to have less memory issues with Flex Builder on the Mac 
than I had with running it on Windows XP.


The only thing I wish it would do on the Mac is allowing me to use two 
monitors. On the Windows side this is no problem. Can't seem to figure 
out how to do that on the Mac.


Jurgen

Mark McCray wrote:


runs just fine for me. intel mac here.

I use flex via plugin to eclipse, because i use other langs like PHP 
and Java.

Mark

On May 11, 2007, at 1:06 PM, Arleston Lueders wrote:


Hello everybody!

I'm thinking in buy a MacBook. Does anyone have a Mac here? What do 
you think about it?

And the Flex will run normal on Mac, right?

Thanks,
Arleston



 


[flexcoders] looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Pan Troglodytes

Before I code my own, I'm just wondering if someone has already put code up
for what I want.  I'm looking to do a SeriesSlide left/right that slides the
old points off while simultaneously sliding the new points on.  I don't mean
the same thing that happens if you use a SeriesSlide for the hideDataEffect
and then another for the showDataEffect.  What I'm looking for is for it to
look like a sliding window effect.  Anything out there already?

This is specifically for ColumnSeries, but any code would probably be more
general-purpose.

--
Jason


[flexcoders] Mouse over image 180 pan

2007-05-11 Thread tonyx_788
hi guys i wonder if any one have a sample like a 360 pan viewer what y
really need is to move over an 180 image so when it gets to the edge
of it, it'll stop, i have a sample but is made in java not in FLEX

thx



RE: [flexcoders] Flex on Vista?

2007-05-11 Thread Ben Forta
Steve, I have Flex Builder (Eclipse with all sorts of plug-ins), FDS,
Apollo, CF, DW CS3, and more, all running on Vista with no issues
whatsoever.

 

--- Ben

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Steve Kellogg
Sent: Friday, May 11, 2007 12:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex on Vista?

 

Hey Folks, I need some quick advice:

 

I've been avoiding the switch to Vista as long as possible (simply because I
didn't want to risk an interruption in productivity).  

 

NOW, however I seem to have a dying laptop, and the decision has become more
urgent.

 

Do you guys have any feel for whether Flex/Eclipse is running ok/well on
Vista?  Any specific problems I should watch out for?  Does anyone use the
SeapineSCM plugin with it on Vista?  Does Apollo seem to be ok on Vista?

 

Any advice is appreciated.

 

image001.jpgimage002.jpg

[flexcoders] Number data type rounding/flooring with FDS and Java

2007-05-11 Thread alteraa
Hi, simple problem.  I have a strongly-typed VO with a property
value as a Number on the Flex side, and a Double on the Java side. 
In the database the value is, let's say 5.20, but when I view the data
in a DataGrid it floors the value to 5.

I'm using a dataService to fill the ArrayCollection that holds the VOs
and the VO class in ActionScript does have the [Managed]
[RemoteClass(alias=] syntax.  This works fine for all the data types
I've used so far until I got to Number.

I figure it's something simple I'm doing wrong, like maybe not
specifying the number of decimal points that should be displayed?

Also, in a related question, what's the best way to have the user
input a Number value into a text input field, since TextInput.text is
String data?

Thanks!



[flexcoders] PieSeries labelPosition

2007-05-11 Thread myasandy2
I know how to set this style with MXML, but I am stuck with how to set 
it with Actionscript for a pie chart built with Actionscript.

The pie chart works as I expect, I just can't get the label to display.

TIA,
Sandy



[flexcoders] determining debugging mode vs live

2007-05-11 Thread myasandy2
In my final piece, I am getting data via FlashVars which works. However 
it doesn't work when I am debugging the application. I have to hardcode 
values for testing.

Is there a boolean variable (like NetConnected in Authorware) that lets 
you know if you are running in debugging mode or live? I would like to 
make the process automatic.

TIA,
Sandy



Re: [flexcoders] Flex on Vista?

2007-05-11 Thread Court Shrock
Dell is still selling new laptops with XP--- so you don't have to go to 
Vista.


Ben Forta wrote:


Steve, I have Flex Builder (Eclipse with all sorts of plug-ins), FDS, 
Apollo, CF, DW CS3, and more, all running on Vista with no issues 
whatsoever.


 


--- Ben

 

 

*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
*On Behalf Of *Steve Kellogg

*Sent:* Friday, May 11, 2007 12:35 PM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] Flex on Vista?

 


Hey Folks, I need some quick advice:

 

I've been avoiding the switch to Vista as long as possible (simply 
because I didn't want to risk an interruption in productivity). 

 

NOW, however I seem to have a dying laptop, and the decision has 
become more urgent.


 

Do you guys have any feel for whether Flex/Eclipse is running ok/well 
on Vista?  Any specific problems I should watch out for?  Does anyone 
use the SeapineSCM plugin with it on Vista?  Does Apollo seem to be ok 
on Vista?


 


Any advice is appreciated.

 




[flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Aaron Wright
That would be great. I have a chart that graphs many variables in
realtime. I would love an effect or something that slid values on and
off the chart. The slide left/right effect right now do the entire
chart! When is that useful? If I added one value, slide one value on. If
I removed one value, slide one value off.

I suppose instead of pissing and moaning about it, I could get to work.

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

 Before I code my own, I'm just wondering if someone has already put
code up
 for what I want.  I'm looking to do a SeriesSlide left/right that
slides the
 old points off while simultaneously sliding the new points on.  I
don't mean
 the same thing that happens if you use a SeriesSlide for the
hideDataEffect
 and then another for the showDataEffect.  What I'm looking for is for
it to
 look like a sliding window effect.  Anything out there already?

 This is specifically for ColumnSeries, but any code would probably be
more
 general-purpose.

 --
 Jason





RE: [flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Ely Greenfield
 

 

I don't  believe that would be possible with the current chart effect
API.  That would require the series to create a superset of the before
and after items to display at the same time. The effects generally don't
have the ability to ask the series to create or show more items, and
they don't know how to create or show more themselves (which would
require deep knowledge of the individual series).  It's a good
enhancement request though.

 

Ely.

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Aaron Wright
Sent: Friday, May 11, 2007 10:53 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: looking for a SeriesSlide that keeps the old
points on the graph

 

That would be great. I have a chart that graphs many variables in
realtime. I would love an effect or something that slid values on and
off the chart. The slide left/right effect right now do the entire
chart! When is that useful? If I added one value, slide one value on. If
I removed one value, slide one value off.

I suppose instead of pissing and moaning about it, I could get to work.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Pan Troglodytes [EMAIL PROTECTED]
wrote:

 Before I code my own, I'm just wondering if someone has already put
code up
 for what I want. I'm looking to do a SeriesSlide left/right that
slides the
 old points off while simultaneously sliding the new points on. I
don't mean
 the same thing that happens if you use a SeriesSlide for the
hideDataEffect
 and then another for the showDataEffect. What I'm looking for is for
it to
 look like a sliding window effect. Anything out there already?

 This is specifically for ColumnSeries, but any code would probably be
more
 general-purpose.

 --
 Jason


 

image001.jpgimage002.jpg

[flexcoders] Flex SWF running slow

2007-05-11 Thread alex steel
I have a little problem with Flex 
compiled file is running slow, freezing computer for about 2 sec

basiclly I use amfphp2 to get information for dynamiclly creating Lists 
you can see it at
http://www.pleasures.co.yu/_gvozden/RHS/RHS.html

and code which is doing that is at 
http://www.pleasures.co.yu/_gvozden/RHS/RHS_code.txt

as far as I see it there is nothing tricky there except if creating
300 UI items freeze it, and it is obviously

being that I am new to Flex but expert for Flash I find this really
weird and bad
 
how can I resolve this issue (without making it static)?

AMFPHP 2 browser returns query for about 2 sec, one's that clock is
showing , then there is freeze :(

thnx
Alex




[flexcoders] Re: Number data type rounding/flooring with FDS and Java

2007-05-11 Thread alteraa
Actually I think I solved my second question, using

Number(txtValueInput.text)   instead of   txtValueInput.text as Number

The first one doesn't round off the value.  I'm not sure why these are
evaluated differently.




[flexcoders] Re: Strange Behavior on DataGrid Resize - Column Resize below Minimum Width

2007-05-11 Thread iko_knyphausen

Now you got me confused. I am running 2.01, and I just went to Adobes
site. I did not see a Hotfix 1, just the 2.01. Where would I find Hotfix
1 of Version 2.01?

thanks
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

  I am struggling with a very strange behavior: I have a dataGrid

 Are you using the 2.0.1-hotfix 1 compiler, or just 2.0.1 ? Hotfix 1
has
 several updates to the DataGrid.

 --
 Tom Chiverton
 Helping to biannually utilize cross-platform convergence
 on: http://thefalken.livejournal.com

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF. A
list of members is available for inspection at the registered office.
Any reference to a partner in relation to Halliwells LLP means a member
of Halliwells LLP. Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged. If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells LLP
or the addressee of its existence or contents. If you have received this
email in error please delete it and notify Halliwells LLP IT Department
on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.






RE: [flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Ely Greenfield
 

 

I should add...the interpolation effects do this, but they cheat. Each
series has specific support for interpolation built in to them, and the
interpolation effect just calls to the series to set up and execute the
interpolation.

 

Ely.

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Aaron Wright
Sent: Friday, May 11, 2007 10:53 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: looking for a SeriesSlide that keeps the old
points on the graph

 

That would be great. I have a chart that graphs many variables in
realtime. I would love an effect or something that slid values on and
off the chart. The slide left/right effect right now do the entire
chart! When is that useful? If I added one value, slide one value on. If
I removed one value, slide one value off.

I suppose instead of pissing and moaning about it, I could get to work.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Pan Troglodytes [EMAIL PROTECTED]
wrote:

 Before I code my own, I'm just wondering if someone has already put
code up
 for what I want. I'm looking to do a SeriesSlide left/right that
slides the
 old points off while simultaneously sliding the new points on. I
don't mean
 the same thing that happens if you use a SeriesSlide for the
hideDataEffect
 and then another for the showDataEffect. What I'm looking for is for
it to
 look like a sliding window effect. Anything out there already?

 This is specifically for ColumnSeries, but any code would probably be
more
 general-purpose.

 --
 Jason


 

image001.jpgimage002.jpg

Re: [flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Pan Troglodytes

Thanks for the clarification, Ely.  Probably saved me some time dinking with
effects.  I was afraid this might be the case.  So I'm guessing the best
thing to do is to turn off effects and intelligently remove/add data points.

BTW, I'm using your DrillDown/Up effects and just love them.  Your blog is
always a great resource for Flex coding.  It's also a big part of how I sold
the boss on Flex.  I just let him play with all the pretty examples.


On 5/11/07, Ely Greenfield [EMAIL PROTECTED] wrote:






I don't  believe that would be possible with the current chart effect
API.  That would require the series to create a superset of the before and
after items to display at the same time. The effects generally don't have
the ability to ask the series to create or show more items, and they don't
know how to create or show more themselves (which would require deep
knowledge of the individual series).  It's a good enhancement request
though.



Ely.





*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *Aaron Wright
*Sent:* Friday, May 11, 2007 10:53 AM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] Re: looking for a SeriesSlide that keeps the old
points on the graph



That would be great. I have a chart that graphs many variables in
realtime. I would love an effect or something that slid values on and
off the chart. The slide left/right effect right now do the entire
chart! When is that useful? If I added one value, slide one value on. If
I removed one value, slide one value off.

I suppose instead of pissing and moaning about it, I could get to work.

--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Pan
Troglodytes [EMAIL PROTECTED]
wrote:

 Before I code my own, I'm just wondering if someone has already put
code up
 for what I want. I'm looking to do a SeriesSlide left/right that
slides the
 old points off while simultaneously sliding the new points on. I
don't mean
 the same thing that happens if you use a SeriesSlide for the
hideDataEffect
 and then another for the showDataEffect. What I'm looking for is for
it to
 look like a sliding window effect. Anything out there already?

 This is specifically for ColumnSeries, but any code would probably be
more
 general-purpose.

 --
 Jason


  






--
Jason


[flexcoders] Re: Load Display Image from FileReference

2007-05-11 Thread jmfillman
What about with Apollo? That gives you read/write access to files on a 
local machine.



Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread Jurgen Beck

Came up really snappy for me. No performance issues at all.

You may need to check and see what else is going on with your Flash 
player and the browser you are testing this with. If you are running 
this on Windows, check with the Task Manager to see what processes are 
consuming a lot of CPU cycles. Running this on the Mac you can do the 
same with the Activity Monitor.


This may start giving you a clue as to what may be happening on your system.

Jurgen

alex steel wrote:


I have a little problem with Flex
compiled file is running slow, freezing computer for about 2 sec

basiclly I use amfphp2 to get information for dynamiclly creating Lists
you can see it at
http://www.pleasures.co.yu/_gvozden/RHS/RHS.html 
http://www.pleasures.co.yu/_gvozden/RHS/RHS.html


and code which is doing that is at
http://www.pleasures.co.yu/_gvozden/RHS/RHS_code.txt 
http://www.pleasures.co.yu/_gvozden/RHS/RHS_code.txt


as far as I see it there is nothing tricky there except if creating
300 UI items freeze it, and it is obviously

being that I am new to Flex but expert for Flash I find this really
weird and bad

how can I resolve this issue (without making it static)?

AMFPHP 2 browser returns query for about 2 sec, one's that clock is
showing , then there is freeze :(

thnx
Alex

 


[flexcoders] Re: How to assign chart series itemRenderer in AS3?

2007-05-11 Thread Aaron Wright
 Or, if you were less charitable, you could claim it's just a mistake
on
 our part, and itemRenderer should be a style everywhere J

Oh please don't. I've been working with Flex 2 for only two months now,
but I get so annoyed with styles. For example, I'm coding along in AS3
and I want to change the appearance of something. I can't just hit .
and shuffle around looking for the property I want to change. No, I have
to throw down a setStyle(, run to the website documentation, find the
class, scroll down to styles, and then shuffle around for the property
name I want to change. Then go back type that it, and remember I forgot
what type of data this property is expecting, go back to the website and
look that up again. All I can say is, thank goodness we don't have to
set every property that way:

this.setProperty(width, 100);

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





 Good question.  You could think of it as a subtle but important
 difference...for lists, the item renderer is often very specific to
the
 type of data being rendered.  For charts, it is sometime very specific
 to the data schema, but just as often, purely a stylistic choice...do
 you want round points on your line, or diamonds?  More importantly, do
 you want round points on the first line, diamond points on the second
 line, etc?  As a stylistic (and per-instance) option, we wanted people
 to be able to develop style based themes for charts that just 'drop'
 into place.



 Or, if you were less charitable, you could claim it's just a mistake
on
 our part, and itemRenderer should be a style everywhere J





 Ely.





 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
 Behalf Of Dirk Eismann
 Sent: Friday, May 11, 2007 5:02 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] How to assign chart series itemRenderer in
 AS3?



 Btw, why there is this inconsistency that in the Charts API
itemRenderer
 is a Style whereas in the rest of the Flex 2 framework it is a
property?



 Dirk.




 


  From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield
  Sent: Thursday, May 10, 2007 8:00 PM
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] How to assign chart series
 itemRenderer in AS3?





  This should work fine:



  Import mx.charts.renderers.LineRenderer;



  lineSeries.setStyle(itemRenderer,new
 ClassFactory(LineRenderer));



  Ely.





  1   2   >