[flexcoders] Re: How to capture/handle runtime errors?

2006-06-30 Thread polestar11
--- In flexcoders@yahoogroups.com, Pat Buchanan [EMAIL PROTECTED] wrote:
 I'm experiencing runtime error # 2025 (The supplied DisplayObject
must be a
 child of the caller).  

Hi there 

I am also experiencing the The supplied DisplayObject must be a child
of the caller error and think I know whats causing it but cannot
explain why its happening. 

Initially I got this error when casting a mouse-up event.target to an
expected UIComponent that then got deleted. This did not work in the
case when my dragged object moved onto something else, resulting in
the event.target object being different to my expected UIComponent. I
solved this by passing the expected UIComponent as an event argument.

Enter problem II, here is the scenario:
- draggable Image onto new position
- if another Image exists at this position, remove it

This works for the first occurance. But subsequent dragging and
dropping images results in the error.
My code is something like this:
imageContainer.addChild(myImage) // imageContainer is a canvas
.
.
.
// sequence of drag drop image here, calls function updateViewArea ...
// updateViewArea: 
if(removePiece)
 imageContainer.removeChild(myImage) 

When I do a trace of imageContainers children vs. myImage just before
the exception, myImage is listed. When debugging and checking the
values at UIComponent.$removeChild (just before the exception) the
child looks like the correct Image and 'this' scope looks like the the
correct Canvas.

So I cannot understand why I am getting the error?






 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Flex2B3 XMLSocket - AS2 onConnect equivallent?

2006-06-30 Thread polestar11
In Flex2B3 the XMLSocket class no longer issues an onConnect event,
which tells if the connection was successful or not. There is only
support for an Event.CONNECT event which is called once there is a
connection. How can one tell if the connection attempt was successful?

Thanks






 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] AMFPHP netconnection problem

2006-06-30 Thread Dima Ulich
After installing flex 2.0 release I found that amfphp
results don't work correctly.

this two function suppose to work on netconnection
result, but the don't

public function AppendToGatewayUrl(s:String):void 
{
currentSid = s;
}

   public function RequestPersistentHeader( s : Object
) : void
{

rConnection.addHeader(s.name,s.mustUnderstand,s.data);
}



is this a bug,
does anyone know how to handle that?


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Re: Constraining a grid other then with an absolute height.

2006-06-30 Thread Tim Hoff
Hi Ian,

The first example was almost correct.  This will work:

mx:DataGrid height={parentPanel.height-50}/

Change parentPanel to the id of your panel.

-TH

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

 I’m not having much luck with this.  If I put it like you 
suggest I get an error about not allowing strings here.
 
 {parentPanel.measuredHeight}-50
 
  
 
 If I move the bracket, the error is not thrown, but my grid does 
not show up.
 
 {parentPanel.measuredHeight-50}
 
  
 
 Ian,
 
 The code should have been:
 
 mx:DataGrid height={parentPanel.measuredHeight}-50/
 
 -TH
 
  
 
  
 
 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA
 
 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -
 
 C code. C code run. Run code run. Please!
 - Cynthia Dunning
 
  
 
 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 
 
 
 
 Ian,
 
 The code should have been:
 
 mx:DataGrid height={parentPanel.measuredHeight}-50/
 
 -TH
 
 --- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com 
ups.com, Tim Hoff TimHoff@ wrote:
 
  
  Hi Ian,
  
  Still pluggin along I see. I'd be intrested to see your code 
when 
 your
  done.
  
  You could base the height of the grid on the panel container. 
 Adjust
  the height to compensate for the other controls in the panel 
above 
 the
  grid.
  
  mx:DataGrid height={myPanel.Height}-50 /
  
  -TH
  
  
  --- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com 
ups.com, Ian Skinner ian.skinner@
  wrote:
  
   I have a calendar of events type application I am building as a
  proposal to redo a venerable application with flex.
  
   I have the basic main page constructed and it work well with 
 just one
  minor annoyance. The main display consists of an absolute 
 application
  containing a single Panel. This panel is constrained to 25 
pixels 
 from
  the top, bottom, left and right edges of the application 
container.
  
   The panel is also configured as an absolute layout, containing 
 an HBox
  container with navigation controls positioned at the top, a 
small 
 grid
  of the days of the week (Monday, Tuesday, ect.) below the HBox. 
 Then
  comes the meat of the display, a second grid containing all the 
 days of
  the displayed month each showing a list of events.
  
   This grid is where I am having difficulty. If I give it an 
 absolute
  height (300) it works the way I want in that a scroll bar is 
 generated
  allowing the user the scroll through all the days and events 
 inside the
  300 pixel high box in the middle of the application. But then it 
 is hard
  coded to 300 pixels high meaning that if the browser display is 
 large
  enough a portion of the panel space is blank because the grid 
can 
 not
  expand to fill it.
  
   But if I give the grid less absolute positioning, either 
 percentages
  or position it's edges (top, bottom, ect) within the panel, the 
 size is
  not enforced. The entire application is expanded to contain all 
 the days
  and events and the entire application then scrolls. Thus losing 
the
  navigation controls off the top of the browser canvas when the 
user
  scrolls down.
  
   Is there some way to constrain the grid to a certain section 
of 
 the
  panel so that it grows and shrinks in relationship to the panel 
but
  still not allow it to grow in relationship to the number and 
size 
 of the
  rows and cells inside it?
  
  
   --
   Ian Skinner
   Web Programmer
   BloodSource
   www.BloodSource.org
   Sacramento, CA
  
   -
   | 1 | |
   - Binary Soduko
   | | |
   -
  
   C code. C code run. Run code run. Please!
   - Cynthia Dunning
  
   Confidentiality Notice: This message including any
   attachments is for the sole use of the intended
   recipient(s) and may contain confidential and privileged
   information. Any unauthorized review, use, disclosure or
   distribution is prohibited. If you are not the
   intended recipient, please contact the sender and
   delete any copies of this message.
  
 







 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

* To unsubscribe from this group, send an email to:

Re: [flexcoders] using Mac to compile

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 02:12, John wrote:
 Since I can't figure out how to compile the final release using the mac 
 eclipse I am stuck 

mxmlc is just a Java program, so if you have the runtime it should just work.

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





RE: [flexcoders] Flex 2 (final) bug with showDataEffect and stacked column chart

2006-06-30 Thread Daniel Tuppeny







Cool!

I believe the budget has all been approved for most of our 
team =)

We're currently using the 30 day trial (RTM), but currently 
having a bit of an issue with 40k points on a plot chart (with 3 best fit 
lines). It eats 100% CPU (IE process) for about 3 minutes while doing it. The 
bottleneck seems to be either the SOAP decoding, or the chart 
plotting.

When I can get my machine running the debug player again 
(which, if isn't today as a result of Matt Chotin's recent post, will be after a 
rebuild of my machine next week), I can start putting some tracing in, but at 
the moment we're not really sure where to start looking!




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ely 
GreenfieldSent: 29 June 2006 17:28To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 2 (final) 
bug with showDataEffect and stacked column chart



Yes, you get full access to the chart source when you 
purchase a license.

Ely.

p.s. Oh yeah...WHO!




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: Thursday, June 29, 2006 3:32 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 2 (final) 
bug with showDataEffect and stacked column chart



Do we get the source for the charts when we buy FB+charts? 
That would be very handy! :D

We're using the trial now, but I believe there might be a 
purchase for a number of licenses soon :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ely 
GreenfieldSent: 29 June 2006 00:12To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 2 (final) 
bug with showDataEffect and stacked column chart



Good find Jason. I've got a fix, that will go into 
the next update for flex. If you have purchased the charting components, 
and have the source available, I could talk you through a temporary 
fix.

Ely.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Pan 
TroglodytesSent: Wednesday, June 28, 2006 1:39 PMTo: 
flexcodersSubject: [flexcoders] Flex 2 (final) bug with 
showDataEffect and stacked column chart


I have found a bug in Flex 2 (final) showDataEffect combined with stacked 
columns. You get an error. If you take off the stacked setting, you 
do not get an error. Or, if you take off the effect and leave stacked, no 
error. Here's the sample code: ?xml version="1.0" 
encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml " 
layout="absolute" mx:Script 
![CDATA[ import 
mx.collections.ArrayCollection; [Bindable] 
public var d1:ArrayCollection = new 
ArrayCollection([ 
{x:1,y:10},{x:2,y:20},{x:3,y:30},{x:4,y:40}, 
 
{x:5,y:50},{x:6,y:60},{x:7,y:70},{x:8,y:80}]); 
[Bindable] public var d2:ArrayCollection = new 
ArrayCollection([ 
{x:1,y:80},{x:2,y:70},{x:3,y:60},{x:4,y:50}, 
{x:5,y:40},{x:6,y:30},{x:7,y:20},{x:8,y:10}]); 
 
 ]] /mx:Script 
mx:ColumnChart id="myChart" type="stacked" 
mx:SeriesInterpolate id="interp" duration="1000" 
minimumElementDuration="200" elementOffset="0"/  
mx:series 
mx:ColumnSeries id="s1" xField="x" yField="y" dataProvider="{d1}" 
showDataEffect="interp" 
mx:fill 
mx:SolidColor color="0x00FF00"/ 
 
/mx:fill 
/mx:ColumnSeries 
mx:ColumnSeries id="s2" xField="x" yField="y" dataProvider="{d2}" 
showDataEffect="interp" 
 
mx:fill 
mx:SolidColor 
color="0xFF"/ 
/mx:fill 
/mx:ColumnSeries /mx:series 
/mx:ColumnChart mx:Button x="10" y="408" 
label="lt;lt;" click=" s1.dataProvider = d2; s2.dataProvider = 
d1"/ mx:Button x="83" y="408" label="" 
click="s2.dataProvider = d2; s1.dataProvider = 
d1"//mx:Application -- Jason 
[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__
 [Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  

FW: [flexcoders] Re: Flash player is not a debugger?

2006-06-30 Thread Daniel Tuppeny

They could be linked, but the main functions of System Restore is to
take checkpoints that you can rollback to (when, and only when, you tell
it to). Whereas the system files are all duplicated, and if you fiddle
with those Windows things you shouldn't, it just overwrites them again!

Could link, but as mentioned, it's turned off here, so that's not
stopping it!
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: 29 June 2006 16:44
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flash player is not a debugger?

On Thursday 29 June 2006 16:26, Daniel Tuppeny wrote:
 you meant the clever stuff you see if you edit things like 
 explorer.exe
 - they get copied back from a secret copy! (I even wiped that at the

I thought that was that.

Oh well. 

Stupid O/S.

--
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer
of the Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~--
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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



 



[Inbound Mail Scanned by MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




RE: [flexcoders] FlexStore damn slow when there is 250 items in the shop

2006-06-30 Thread Jason Hawryluk






No that's funny :) And 
very true. 
As 
for the 250 items is there a was to logically categorize them so that it's only 
showing a subset at a time?

Jason




  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Douglas KnudsenEnvoyé: vendredi 30 juin 2006 
  06:58À: flexcoders@yahoogroups.comObjet: Re: 
  [flexcoders] FlexStore damn slow when there is 250 items in the 
  shop
  
  users ALWAYS want more then they should get! lol. You know we 
  are going to see people ask why 10k rows in a datagrid is slow...cause some VP 
  somewhere just has to have all that data at once or his golf game is going to 
  suffer. DK
  On 6/29/06, Michael 
  Schmalle [EMAIL PROTECTED] 
  wrote:
  
Yeah, don't show 250 products at once.Who wants to see 250 
products at once? I think I UI redesign is in order Just because 
you can doesn't mean you should.Peace, Mike

On 6/29/06, pioplacz  [EMAIL PROTECTED] wrote:

  
  
  
  
  
  Last year i've made a movie catalog based on the flexstore so i wanted 
  once again give it a try. But experience wasn't the same :( i love the 
  effect and all the new stuff i could do with flex2 but the speed wast 
  not as i hoped. When trying to sort 250 products in the flex store it 
  feels like i'm sitting on a i386. It takes 20sec before i can se the 
  result and ofcourse without any effects. Is there anything i can to to 
  omptimize the code and make it work better?-- 
What goes up, does come down. -- 
  Douglas Knudsenhttp://www.cubicleman.comthis is my 
  signature, like it? 
  
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Re: How to capture/handle runtime errors?

2006-06-30 Thread polestar11
--- In flexcoders@yahoogroups.com, polestar11 [EMAIL PROTECTED] 
 Enter problem II, here is the scenario:
 - draggable Image onto new position
 - if another Image exists at this position, remove it
 
 This works for the first occurance. But subsequent dragging and
 dropping images results in the error.


My bad!
There was a bug in the array I was using to store the items ready for
deletion, resulting in the 1st item of my array always being called
for deletion - which is why it only worked the 1st time and not
subsequent times. 

 When I do a trace of imageContainers children vs. myImage just before
 the exception, myImage is listed. 

As for the trace ... well it was done late yesterday afternoon

Cheers







 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] MessageLabs rejecting messages

2006-06-30 Thread Daniel Tuppeny






Anyone else have 
their email filtered by messagelabs?

This morning I 
couldn't email this list because my mail had been bouncing. I signed up to Yahoo 
and logged in, and it said it'd had 55 messages bounce, and they all had a 
message that Google suggests is messagelabs rejecting it.

Anyone else had 
anything similar? It's not being marked as spam (since they still get delivered, 
to a spam box), they've being rejected outright.

:-(


The information contained in this e-mail and/or any attachments is confidential and intended only for the individual(s) to which it is addressed. If you are not named as an addressee you must not disclose, copy or take any action in reliance of this transmission. This e-mail and its attachments have been scanned for viruses by MessageLabs Ltd.








__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] bad graphical glitches using Flex in Firefox

2006-06-30 Thread Tom Chiverton
On Thursday 29 June 2006 16:55, Jim Cheng wrote:
 I almost never use Internet Explorer outside of accessing the Windows
 Update site, so I don't recall having tested or seen this effect under
 Internet Explorer.

Don't even need IE for that, with WindazUpdate: 
http://windowsupdate.62nds.com/

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




Re: [flexcoders] Shouldn't we use Flex to built website

2006-06-30 Thread Michael Hansen



Ted,I've had the same thoughts for quite awhile. The techniques you describe could be used for making an awesome CMS system. The only problem is the initial file size. A typical MXML applications start off with a fairly high initial download size before _any_ viewing of content. Users _hate_ this. They wanna start reading from the get go, just like the HTML load stack allows. It's the small things that pisses people off I'm afraid. 
You probably know this, but Roger (of Adobe) has begun some work on shared resource injection (as far as i rememeber)
which i've yet to read through. But still, as long the framework code is a big blob there no way to implement a HTML load stack, right?Looking forward to see some postings from you. 
cheers-michaelOn 6/28/06, Ted Patrick 
[EMAIL PROTECTED] wrote:









  



I need to post a few examples but you can use Flex as a very powerful
templating engine for large content sites. I am evaluating a technique
that provides seamless search engine support, restful urls
(del.icio.us), rich presentation, and API RIA like interactivity.
Basically you have 1 Flex SWF file that provides the site template and
based on the URL loaded, the Flex SWF is injected with HTML/XML/URL/AMF
data based on the page.

The idea is to cleanly separate presentation from the data that drives
the page itself. HTML and AJAX force you into delivering a server merged
data/design to the client where Flash Player/SWF can merge the
presentation/data tier on the client side. Plus with E4X you can bind
controls to the injected XML/Data for very powerful interactive
templates.

1. Load HTML/XML Page with SWFObject DIV Overwrite.
2. Inject HTML/XML/URL/AMF into Flex SWF Template
3. Layout the data in Flash Player interactively. The SWF here might
support many States, Components, Panels, Forms that simplify user
interaction.
4. Restful URLs that allow for bookmark support and inner interactivity.

One of the key advantages is that you can skin a complete site by
changing one file. Once cached loading time is minimal and typically as
fast or faster than transferring a large quantity of HTML with images,
etc.

If anyone is interested in working on formalizing this design with me in
the community, I am wide open to suggestions.

Free your mind, Flex 2 can be anything you want it to be. You can use it
in the small (Widgets), in the large (Application), or somewhere
inbetween.

What is funny is that this solution actually delivers the promise that
XML/XSL tried to deliver a few years back but with layout containers,
controls, states, and interactivity.

Regards,

Ted Patrick
Flex Evangelist
Adobe Systems Incorporated

  
















__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] Grabbing the name of the currently executing function

2006-06-30 Thread Ralf Bokelberg



Though i don't think it works, have yout tried flash.utils.describeType? Cheers,Ralf. On 6/29/06, Clint Modien 
[EMAIL PROTECTED] wrote:















Anyway to do something like this in AS3?



pacakge packageName {

public class className {

private function someFunction():void
{

   trace(arguments.callee)
//???

}

}

}



It doesn't return "packageName.::className.someFunction"
like I was hoping it might…



Is this possible?




 
  
  Clint Modien
  
http://esria.com
  p. 1.877.TRY.ESRIA
  ext 706
  c.
  1.408.489.0750
  f.
  1.877.828.4436
  [EMAIL PROTECTED]

  
  
  

  
 














__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] Developing RIA book

2006-06-30 Thread judah




According to Barnes  Noble order system the book
"Delivering Rich Clients with Macromedia Flex 2 by Steven Webster" is
supposed to be out today. I have had it on order for a while now. So
just to be sure, you're saying this has just been started and it
*won't* be out for a while, correct? Not to pin a date on it or
anything but do you have any time estimates? 

Thanks,
Judah
PS IMHO I'd rather
have an awesome book that takes longer than a rushed book, with errors
and vague concepts. 

Steven Webster wrote:

  
  
  Arnold,
  
  Thanks for your question; if
your intent is to take code and type it in verbatim as examples, you'll
find lots of things won't compile from Flex 1.0 to Flex 2. However,
our intent in writing the book was always to articulate concepts and
principles more than code, and I hope that much of that will still be
considered relevant by the community.
  
  It is our remit to update the
book for Flex 2, but that effort is only just about to be undertaken.
  
  I'd suggest that the book will
definitely get you off in the right direction, and I'd hope it'd be of
value to you.
  
  Best,
  
  Steven
  
  
  

  


  

  
  
  
  Steven Webster
Practice Director (Rich Internet Applications)
Adobe Consulting
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
p: +44 (0) 131 338 6108
  m: +44 (0)7917 428 947
  [EMAIL PROTECTED]
  
  
  

  


  

  
  
  
  
  
  

 From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of arnold_charming
Sent: 26 June 2006 10:52
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Developing RIA book



Hi!

As a newcomer to Flex, I was wondering if it is wise to buy the book
"Developing Rich Clients with Macromedia Flex"? AFAIK this book was
made for flex 1.0 to 1.5, while the most up to date version of Flex is
2.0. Are these versions of Flex so much different?




  



-- 
"Always bear in mind that your own resolution to succeed is more important than any one thing."

"You can have anything you want - if you want it badly enough. You can be anything you want to be, do anything you set out to accomplish if you hold to that desire with singleness of purpose." 

- Abraham Lincoln




RE: [flexcoders] Transitions - How to apply movement to SetStyleAction(horizontalCenter proprety)

2006-06-30 Thread Nelson Batista










Hello Jason,



Here is the code sample (the not working version,
using the setStyleAction). Ive found out that the problem is related
with the Fade Effect before the Move Effect. If you comment the Fade Effect it
all works.



?xml version=1.0 encoding=utf-8?

mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute

    

    mx:states

    mx:State
name=OpenState

    mx:SetStyle
target={PanelRight} name=horizontalCenter
value=130/

    mx:SetStyle
target={PanelLeft} name=horizontalCenter
value=-117/

    /mx:State

    /mx:states

    

    mx:transitions

     !--
Abertura de Painel de Logon --

    mx:Transition
id=openLoginPanel fromState=*
toState=OpenState 

    mx:Sequence



        mx:Parallel

            mx:Fade
alphaFrom=0.4 alphaTo=1
target={PanelLeft}/

            mx:Fade
alphaFrom=0 alphaTo=1
target={PanelRight}/

        /mx:Parallel



        mx:Parallel    

    mx:Move 
duration=1000 target={PanelLeft}  /

    mx:Move 
duration=1000 target={PanelRight} /

        /mx:Parallel

            mx:SetStyleAction 
relevantStyles=horizontalCenter filter=move
target={PanelLeft}/



    /mx:Sequence

    /mx:Transition

    /mx:transitions    

    



    mx:Panel id=PanelRight
width=294 height=148 horizontalCenter=-18
verticalCenter=0/

    

    mx:Panel id=PanelLeft
width=240 height=154 horizontalCenter=-46
verticalCenter=0

    mx:Button label=Change
State click=currentState = 'OpenState'/

    /mx:Panel





/mx:Application



Best regrads,



Nelson
Batista 
Dep. Informática  Área de Desenvolvimento
Cofina media

Avenida João Crisóstomo, Nº 72 . 1069-043
Lisboa PORTUGAL
Tel (+351) 213 307 746 . Fax (+351) 213 540 370

[EMAIL PROTECTED]







From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Szeto
Sent: quarta-feira, 28 de Junho de 2006 22:51
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Transitions - How to apply movement to
SetStyleAction(horizontalCenter proprety)















Post some
code so we can take a look.



Jason











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nelson
Batista
Sent: Wednesday, June 28, 2006 8:55 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Transitions - How to apply movement to
SetStyleAction(horizontalCenter proprety)













Hello Jason,



Ive tested in the final version
of FLEX 2, and the bug still persist.



Best regards,



Nelson Batista 
Dep. Informática
 Área de Desenvolvimento
Cofina media

Avenida João
Crisóstomo, Nº 72 . 1069-043
Lisboa PORTUGAL
Tel (+351) 213 307 746 .
Fax (+351) 213 540 370

[EMAIL PROTECTED]







From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason
Szeto
Sent: quinta-feira, 22 de Junho de 2006 22:12
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Transitions - How to apply movement to
SetStyleAction(horizontalCenter proprety)















This is a bug in Flex 2b3. Youll
have to wait for the release to get the fix. 



Jason











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nelsoncostabatista
Sent: Thursday, June 22, 2006 8:28 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Transitions  How to apply movement to
SetStyleAction(horizontalCenter proprety)











Hello all,

I'm defining a few states in my application and transitions between
these states.
In the beginning of the design development I was using the property
x for a panel, and in the transition I defined: 
mx:Move easingFunction={Circular.easeOut}
duration=1000
target={myDataPanel}/
And the movement between states run well.

Now I need to change the property x for the style
horizontalCenter, in order to get in my main application the
correct
placement of the panel.
Now the panel movement doesn't work. I even forced the
mx:SetStyleAction relevantStyles=horizontalCenter
filter=move
target={ myDataPanel }/ in my transition, but with no
luck.

Best regards,
Nelson Batista



























 




__._,_.___





--
Flexcoders Mailing List
FAQ: 

Re: [flexcoders] using Mac to compile

2006-06-30 Thread John
Hi Tom,
Thanks so much for getting back to me.
Been trying to get the final release to work with
Eclipse  ANT, but have had no luck!

 Just tried with  Xcode, which worked with beta 2, and
beta 3, but now it does not work with the final
release. 

Looks like I need to get a macbook so I can run
windows, then I can use FlexBuilder. I have never had
so many problems trying to compile the flex files. I
can't seem to get anything to work, very frustrating!

Thanks so much for your help, it is very nice of you
to help`-`
Thanks again,
John

--- Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Friday 30 June 2006 02:12, John wrote:
  Since I can't figure out how to compile the final
 release using the mac 
  eclipse I am stuck 
 
 mxmlc is just a Java program, so if you have the
 runtime it should just work.
 
 -- 
 Tom Chiverton
 
 
 
 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.
 
 We are pleased to announce that Halliwells LLP has
 been voted AIM Lawyer of the Year at the 2005 Growth
 Company Awards
 
 
 
  Yahoo! Groups Sponsor
 ~-- 
 Great things are happening at Yahoo! Groups.  See
 the new email design.

http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM

~-
 
 
 --
 Flexcoders Mailing List
 FAQ:

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

http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 Yahoo! Groups Links
 
 
 [EMAIL PROTECTED]
 
  
 
 
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Daniel Tuppeny






For Jason Hawryluk, and anyone else that'd been having issues getting the 
debug player working, I've found a way, but it's not very 
"nice"...!

I 
uninstalled/reinstalled anything with no joy, so I got the release player from 
the Adobe site, and made sure I can run Flex projects in Run mode, but get the 
error when trying in Debug mode.

Then I renamed the 
Flash9.ocx file, and duplicated the debug version, and named it that. Now it 
loads the debug player in place of the release player all the time. Not ideal, 
but it means I can debug! Since all other machines are fine, we can still run it 
in the proper release player for testing elsewhere.

It'll keep me going 
for today, and if there's no real fix from Adobe, my machine will be rebuilt 
next week.

Danny


The information contained in this e-mail and/or any attachments is confidential and intended only for the individual(s) to which it is addressed. If you are not named as an addressee you must not disclose, copy or take any action in reliance of this transmission. This e-mail and its attachments have been scanned for viruses by MessageLabs Ltd.








__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Flex2B3 - Item Renderer and scrolling runtime error

2006-06-30 Thread bhaq1972
I've got 3 questions if anyone could kindly help me on.

I have an itemRenderer that looks like this

?xml version=1.0 encoding=utf-8?
mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; 
backgroundColor=yellow width=100%

mx:Label text={data.name} fontWeight=bold/
mx:Label text={data.occupation} fontWeight=bold/

/mx:VBox

and is being used in a DataGridColumn.

1) How do i access the DataGridColumn its residing on.
2) Why do i get the following warning

warning: unable to bind to property 'occupation' on class 'Object' 
(class is not an IEventDispatcher)
warning: unable to bind to property 'name' on class 'Object' (class 
is not an IEventDispatcher)

3) Separate issue (observed in the same test). when scrolling. 
the datagrid headers start moving out of their title areas and 
overlap into the datagrid rows and gives a runtime error 

TypeError: Error #1010: A term is undefined and has no properties.
 at 
mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::s
crollVertically()
 at mx.controls::DataGrid/mx.controls:DataGrid::scrollVertically()
 at mx.controls.listClasses::ListBase/set verticalScrollPosition()
 at 
mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::m
ouseWheelHandler()
 at mx.controls::DataGrid/mx.controls:DataGrid::mouseWheelHandler()


Any help would be grateful thanks

Bod








 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




RE: [flexcoders] Fwd: FB3 addedEffect, removedEffect and popUps

2006-06-30 Thread Jonas Windey










I dont know if this is still
unanswered, but this is how I did it (creationCompleteEffect etc arent
working when using the PopUpManager, I think..)



  userdetail =
userdetailWindow(PopUpManager.createPopUp( this, userdetailWindow , true));

 var effFade:Fade =
new Fade(userdetail);

  effFade.alphaFrom
= 0.0;

  effFade.alphaTo =
1.0;

  effFade.play();



I know its not the cleanest way,
but its working.



Jonas











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jaime Bermudez
Sent: donderdag 29 juni 2006 16:14
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Fwd: FB3
addedEffect, removedEffect and popUps











Hey guys,

This issue is still out there for me. Basically, I want to know how I can
trigger certain effects on a TitleWindow that is displayed through
PopUpManager.addPopUp.

Thanks,

Jaime

-- Forwarded message -- 
From: Jaime Bermudez
[EMAIL PROTECTED]
Date: Jun 14, 2006 1:49 PM
Subject: FB3 addedEffect, removedEffect and popUps 
To: flexcoders@yahoogroups.com



Hey guys,

I wanted some move effects initiated on popups when created, added or removed
through the PopUpManager. I figured out that the PopUpManager.removePopUp(popUp)
method will trigger a removedEffect on the popUp window, at least
for modal dialogs. This makes sense b/c it's probably removing the popUp
from the invisible canvas behind it. I'm currently using a creationCompleteEffect
to get the popUp to move in onto the screen. This obviously
won't work for the PopUpManager.addPopUp method since the popUp window will
have already been created. There is an addedEffect, but this doesn't seem to work like the
removedEffect. Anyone know why the  addedEffect doesn't trigger on a popUp when
adding it through PopUpManager.addPopUp? Is there any effect that gets
triggered through this method?

Thanks,






Jaime






__ NOD32 1.1632 (20060629) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com




__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






Re: [flexcoders] Shouldn't we use Flex to built website

2006-06-30 Thread judah






I'm going to be a little abstract and off topic here but I think it's a
valid point. 

When a friend of mine and myself decided to write a game back in the
days of 386 and 486 machines the code we were writing would *barely*
run on the systems of the day. This is direct x 3 days. They just
weren't that powerful. And that was a real problem. But we weren't
writing it for the technology of today. It took a year to get through
and by that time new video cards and new processors came out and new
versions of direct x that all enabled it to run it. So the timing of
finishing an app and the technology also have to be considered. If you
look at and plan around the technology of the day then your work will
be shortsighted. 

When you take this in the Flash world you can see that people were
using Flex 2 beta to creates apps half a year ago in plans to release
them when FP9 was out. You can say, "Let's target Flash Player 8
because we can have it a few months early" or you can say, "Let's
target Flash Player 9 ActionScript 3, get it done quicker, have much
better features and speed but have it later." So you have a sacrifice
and decision. Patience pays off (if you can convince the client.)

So to sum it up, I wouldn't tell someone to limit their ideas too much
by the technology of today. In this case the speed of downloads. I
mean, I wouldn't go crazy but download speeds are much faster than they
have been in the past and every telco company and municipalities (and
even others like google) are working to bring high speed internet to
everyone. So I mean, I do understand what you are saying but keep in
mind these other things as well. 

Judah

Michael Hansen wrote:
Ted,
  
I've had the same thoughts for quite awhile. The techniques you
describe could be used for making an awesome CMS system. 
  
The only problem is the initial file size. A typical MXML applications
start off with a fairly high initial download size before _any_ viewing
of content. Users _hate_ this. They wanna start reading from the get
go, just like the HTML load stack allows. It's the small things that
pisses people off I'm afraid. 
  
You probably know this, but Roger (of Adobe) has begun some work on
shared resource injection (as far as i rememeber)
which i've yet to read through. But still, as long the framework code
is a big blob there no way to implement a HTML load stack, right?
  
  
Looking forward to see some postings from you. 
  
cheers
  
-michael
  
  
  On 6/28/06, Ted Patrick 
[EMAIL PROTECTED] wrote:
  
  





I need to post a few examples but you can use Flex as a very
powerful
templating engine for large content sites. I am evaluating a technique
that provides seamless search engine support, restful urls
(del.icio.us),
rich presentation, and API RIA like interactivity.
Basically you have 1 Flex SWF file that provides the site template and
based on the URL loaded, the Flex SWF is injected with HTML/XML/URL/AMF
data based on the page.

The idea is to cleanly separate presentation from the data that drives
the page itself. HTML and AJAX force you into delivering a server merged
data/design to the client where Flash Player/SWF can merge the
presentation/data tier on the client side. Plus with E4X you can bind
controls to the injected XML/Data for very powerful interactive
templates.

1. Load HTML/XML Page with SWFObject DIV Overwrite.
2. Inject HTML/XML/URL/AMF into Flex SWF Template
3. Layout the data in Flash Player interactively. The SWF here might
support many States, Components, Panels, Forms that simplify user
interaction.
4. Restful URLs that allow for bookmark support and inner interactivity.

One of the key advantages is that you can skin a complete site by
changing one file. Once cached loading time is minimal and typically as
fast or faster than transferring a large quantity of HTML with images,
etc.

If anyone is interested in working on formalizing this design with me in
the community, I am wide open to suggestions.

Free your mind, Flex 2 can be anything you want it to be. You can use it
in the small (Widgets), in the large (Application), or somewhere
inbetween.

What is funny is that this solution actually delivers the promise that
XML/XSL tried to deliver a few years back but with layout containers,
controls, states, and interactivity.

Regards,

Ted Patrick
Flex Evangelist
Adobe Systems Incorporated






  
  
  
  



-- 
"Always bear in mind that your own resolution to succeed is more important than any one thing."

"You can have anything you want - if you want it badly enough. You can be anything you want to be, do anything you set out to accomplish if you hold to that desire with singleness of purpose." 

- Abraham Lincoln

__._,_.___





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








   



  




[flexcoders] Canvas Color AS Input validation..

2006-06-30 Thread Tolulope Olonade






I have this 
application that I canged the background color to RED.

But at run time 
it still shows grey why ?



Also Ihave this script 
that is supposed to help me validate enteries into 2 text boxes but is not doing 
what its supposed to do?



















public function 
ValidateEntries():void{ if ( 
((NameBox.text.length3) || (NameBox.text = "Enter Name Here")) 
 (PhoneBox.text.length  11) ) 
{ Alert.show("Please supply appropriate\n 
search criterion!", "Error:", Alert.OK); 
} else 
Alert.show("We call web\n service here..!", "Good To Go", 
Alert.OK);}













What am I doing 
wrong?.  
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] New text component problem (flex 2 final release)

2006-06-30 Thread n51red
Hello,

I'm in the process of migrating an appliation from flex 2 beta 3 to the 
flex 2 final release and I have come accross a new problem with 
adjacent text components inside VBoxes. It appears that when the 
positions of the text components are recalculated they momentarily 
appear on top of each other before being displayed in the correct 
place. This appears not to be a problem with HBoxes. Does anyone know 
why this might be occuring and what I can do to get around it?

Thanks,
Nick






 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Scrollbars size binding issue

2006-06-30 Thread Daniel Tuppeny






I've got a weird 
problem. If I paste the following into a blank app, everything looks 
good:

mx:VScrollBar 
id="vscroll" bottom="{hscroll.height}" right="0" top="0" 
/mx:HScrollBar id="hscroll" bottom="0" left="0" 
right="{vscroll.width}" /

The scrollbars don't 
overlap, and leave a square in the bottom-right corner.

However, in my app 
(which is exactly the same), whichever scrollbar is 1st in the source, seems to 
consider the value of the other's size as 0. If I swap the order around, the 
other one then touches the edge of the page (filling in the square). It's like 
it's not updating the bottom property of the VScrollBar when it figures the 
height of the HScrollBar, but I can't understand why it's working in 
isolation.

Anyone got any 
suggestions on where I could start looking?


The information contained in this e-mail and/or any attachments is confidential and intended only for the individual(s) to which it is addressed. If you are not named as an addressee you must not disclose, copy or take any action in reliance of this transmission. This e-mail and its attachments have been scanned for viruses by MessageLabs Ltd.








__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] what kind of meaning 'bubbling'

2006-06-30 Thread jh8829
what kind of meaning 'bubbling' from Event flow.  
The word and embodiment contents do not understand well...
bubbling reminds me only soap bubbles






 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Re: Flash player is not a debugger?

2006-06-30 Thread mvbaffa
Hi Matt

I have problems with debugging since I have installed version beta 
3. I had to install FireFox to debug, but for some reason, FireFox, 
some time later, began to crash.
My problem is that when I try to debug, with FireFox or IE, the 
browser crashes. 

YES IT CRASHES ! No message box or any other message.

And I realized that other persons have a similar problem. So I 
followed all the steps in the article indicated by you:

- I have unistalled the flash player. I checked it out and the 
  players, Active X and plug-in were really uninstalled;
- Downloaded the new flash player debug and installed the plug-in;
- To confirm if the player installed was the right one I followed
  the link www.adobe.com/products/flash/about/ and realized that 
  version installed is 9,0,16,0. Which is the standard version.

Is there any problem with the new debug version. When I install the 
new debug version, what is installed in fact is the standard version.

Can you help me 

Thanks

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

 Howdy all, go here:
 http://www.adobe.com/support/flashplayer/downloads.html and take a 
look
 at the tech note and resolution.  New debugger players are 
available for
 download.
 
  
 
 Thanks for your patience and sorry for the inconvenience, this one 
fell
 through the cracks...
 
  
 
 Matt
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Matt Chotin
 Sent: Thursday, June 29, 2006 11:08 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Re: Flash player is not a debugger?
 
  
 
 Hey folks, 
 
 I have some people on the Player team thinking about this and we 
have a
 theory that I'm not quite ready to share. Give us a few hours to 
work
 on this more internally, we think you're running into a security
 restriction.
 
 Thanks for your patience,
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com
 ] On
 Behalf Of Tom Chiverton
 Sent: Thursday, June 29, 2006 8:44 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com 
 Subject: Re: [flexcoders] Re: Flash player is not a debugger?
 
 On Thursday 29 June 2006 16:26, Daniel Tuppeny wrote:
  you meant the clever stuff you see if you edit things like
 explorer.exe
  - they get copied back from a secret copy! (I even wiped that at 
the
 
 I thought that was that.
 
 Oh well. 
 
 Stupid O/S.
 
 -- 
 Tom Chiverton
 
 
 
 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.
 
 We are pleased to announce that Halliwells LLP has been voted AIM 
Lawyer
 of the Year at the 2005 Growth Company Awards
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 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/

* 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] asdoc generator for AS3?

2006-06-30 Thread Tom Chiverton
On Thursday 29 June 2006 16:52, Andrew Trice wrote:
 they only cover as2.  I don't seen one on adobe's site.

released soon
Apperenty.

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] Flex Errors

2006-06-30 Thread bgmosssr
Installed the Flex 2 Beta and all was well in the world.  I restarted
my pc and now when I try to access ANY flex app (whether local OR on
the net - adobe.com in particular), I get the following error:

ReferenceError: Error #1069: Property hasDefinition not found on
flash.system.ApplicationDomain and there is no default value.
at mx.managers::SystemManager/getDefinitionByName()
at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::addingChild()
at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()
at mx.managers::SystemChildrenList/addChild()
at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::initialize()
at mx.managers::SystemManager/::initHandler()

Can anyone tell me what the heck happened?  After I click either
Dismiss or Continue, nothing loads in the browser.






 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





Re: [flexcoders] using Mac to compile

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 11:47, John wrote:
 Hi Tom,
 Thanks so much for getting back to me.
 Been trying to get the final release to work with
 Eclipse  ANT, but have had no luck!

Does it work without ANT ?
I.e., install the SDK, open a terminal, and run  'mxmlc' ?

 so many problems trying to compile the flex files. I
 can't seem to get anything to work, very frustrating!

It's totally changed 1.5-2, so I can understand that.

 Thanks so much for your help, it is very nice of you
 to help`-`

Doing my best, not having a Mac or a Windows machine :-)

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Re: Cold Fusion And Flex 2

2006-06-30 Thread mvbaffa
Thanks to everybody

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

 The install is an update to CF, not additional software.  It 
include
 cumulative bug fixes to CF MX 7, so I expect most providers to 
install
 it early.
 
 Regards,
 David 
 
  -Original Message-
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
  Sent: Saturday, June 17, 2006 9:08 AM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Cold Fusion And Flex 2
  
  depends on how you want to retrieve your data.  If you use 
  WebServices or REST via HTTPService, no need to install 
  anything.  Only need the install if you want to use 
RemoteObjects.
  
  DK
  
  On 6/17/06, mvbaffa [EMAIL PROTECTED] wrote:
   Hi all,
  
   I am considering to use Flex and Cold Fusion for a new 
  application. It 
   seems that this is a very good integration and combination.
  
   The problem is that this application will run on a public 
provider 
   that already have Cold Fusion MX 7 installed. It is very 
  difficult to 
   find a provider that will accept to install any additional 
  software at 
   his production server
  
   Is it necessary that Cold Fusion/Flex Connectivity be 
  installed in the 
   production server or this is only a development plug-in 
  
   Thanks in advance
  
  
  
  
  
  
  
   --
   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
  
  
  
  
  
  
  
  
  
  --
  Douglas Knudsen
  http://www.cubicleman.com
  this is my signature, like it?
  
  
   Yahoo! Groups Sponsor 
  ~-- 
  See what's inside the new Yahoo! Groups email.
  http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
  --
  --~- 
  
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links
  
  
  
   
  
  
  
 







 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





Re: [flexcoders] FlexBuilder - error during help panel usage

2006-06-30 Thread Robert Wąs
You have something wrong with explorer config, try check switch off 
script debuging  in browser settings, maybe your have also script 
debuger installed from microsoft site.
rw
Thomas Rühl -akitogo- wrote:


 Hello list,
 i just came across a new bug(?) in my FlexBuilder installation - maybe
 someone can help me out here.

 Everytime I do stuff that involves the help panel in eclipse, it shows
 me an error message (see attachment).
 For the non-german folks - the translation should be something around 
 this:
 ť
 A runteime error occured.
 Start the debug mode?
 Line: 91
 Error: 'parent.titlebar.document' is NULL or not of type object
 YesNo
 Ť

 I select not to debug, and it ends up showing the help panel as it is
 supposed to - nothing unusual there. I think, the error comes somewhat
 out of the Internet Explorer, that is used to display html in eclipse,
 isn't it? However, in other scenarios, the IE integration works fine and
 without any errors. It's just the help panel in FlexBuilder.

 Anyways, it would be extremely nice to find a solution to that situation.

 Thanks and cheers,
 Thomas

 

 Thomas Rühl
 Design, Programming  Concepts

 akitogo OHG
 Hanauer Landstrasse 188
 60314 Frankfurt

 Telefon +49 (0) 69 800 69 445
 Fax +49 (0) 69 800 69 449
 Mobil +49 (0) 179 750 75 87
 E-Mail [EMAIL PROTECTED] mailto:thomas.ruehl%40akitogo.com
 Web http://www.akitogo.com http://www.akitogo.com

 

 
 



-- 
Letnia wyprzedaz aparatow cyfrowych!
Aparat Panasonic 5mln pikseli 400zl taniej!
http://www.hoopla.pl/about_pr1.php?ref=40


 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] Re: Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread mvbaffa
Hi Daniel,

I unistalled/reinstalled Flex Builder but I cannot find Flash9.ocx. 
In Windows/system32/Macromed/flash I can only find FlDbg9.ocx.

I cannot reinstall my machine now !!

Where are the files you are talking ?

Thanks

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

 For Jason Hawryluk, and anyone else that'd been having issues 
getting
 the debug player working, I've found a way, but it's not 
very nice...!
  
 I uninstalled/reinstalled anything with no joy, so I got the 
release
 player from the Adobe site, and made sure I can run Flex projects 
in Run
 mode, but get the error when trying in Debug mode.
  
 Then I renamed the Flash9.ocx file, and duplicated the debug 
version,
 and named it that. Now it loads the debug player in place of the 
release
 player all the time. Not ideal, but it means I can debug! Since all
 other machines are fine, we can still run it in the proper release
 player for testing elsewhere.
  
 It'll keep me going for today, and if there's no real fix from 
Adobe, my
 machine will be rebuilt next week.
  
 Danny
 
 The information contained in this e-mail and/or any attachments is 
confidential and intended only for the individual(s) to which it is 
addressed. If you are not named as an addressee you must not 
disclose, copy or take any action in reliance of this transmission. 
This e-mail and its attachments have been scanned for viruses by 
MessageLabs Ltd.
 
 
_
_
 This email has been scanned by the MessageLabs Email Security 
System.
 For more information please visit http://www.messagelabs.com/email 
 
_
_







 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Re: Application does not finish loading

2006-06-30 Thread fi_heidi
An addendum to my message: This morning we realized that the loader is
not showing when the page displays, which would explain why the
creationComplete event isn't handled. What might I be able to tap into
in the loader to workaround this?

/Heidi






 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Re: FlexBuilder - error during help panel usage

2006-06-30 Thread jrunrandy
There are a couple of ways out of this:
1)Open IE, going to ToolsInternet Options  Advanced, and select the 
Disable Script Debugging (Other) checkbox.

2) Try the fix suggested in 
http://groups.yahoo.com/group/flexcoders/message/41508

HTH
Randy Nielsen
Flex Documentation Manager
Adobe Systems, Inc.





 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




Re: [flexcoders] Adobe Style Explorer - view source error

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 01:05, Angus Johnson wrote:
 Thanks for looking into this one Matt. The Style Explorer is very handy.

Indeed. 
It must be very close to having a runtime-CSS engine though, no ?
What would be great is if styles set on one tab effected all tabs (so I set 
theme color, and then can tweak tab colors relative to that).

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





Re: [flexcoders] New text component problem (flex 2 final release)

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 13:10, n51red wrote:
 appear on top of each other before being displayed in the correct
 place. This appears not to be a problem with HBoxes. Does anyone know
 why this might be occuring and what I can do to get around it?

Do you have a simple test case ?

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] How to get data from list?

2006-06-30 Thread sumeet k



Hi,  I have created Drag and drop functionality from datagrid to list in flex 2 beta 3  Below is the code for it.  But can anybody tell me that how can i get the List data in separate array on click event of the list?  ?xml versionfiltered="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"mx:Script![CDATA[import classes.MyList;import mx.controls.listClasses.ListBase;import mx.controls.listClasses.ListItemRenderer;import mx.events.DropdownEvent;import flash.display.DisplayObjectimport mx.controls.Alert;import mx.controls.List;import
 mx.controls.listClasses.ListData;import mx.events.ListEventReason;import mx.events.ListEvent;import mx.events.DragEvent;[Bindable]public var myDragArr:Array=["sumeet","Ashish","Raj","Karuna"]public var myDropArr:Array= ["group1"]; public var myDropArr1:Array=[]public var myList:List;private var count=0;public static const ITEM_EDIT_END:String = "itemEditEnd"var event:Event;public function dragDrop_handler(event:DragEvent){//event.preventDefault()myDropArr1.push(grid1.selectedItems)Alert.show(myDropArr1+" event.target")}public function
 dragComplete_Handler(event:DragEvent):void{//Alert.show(grid1+"")}public function addInstances(event):void{count++myList= new List()VBOX.addChild(myList);var myId:String="myList"+countmyList.width=60myList.height=60myList.dataProvider="group1";myList.id=myIdmyList.dropEnabled=truemyList.editable=truemyList.addEventListener("itemEditEnd" , itemEditEnd_Handler);myList.addEventListener("dragDrop",dragDrop_handler)myList.addEventListener("click",click_handler)}public function
 itemEditEnd_Handler(event:ListEvent):void{//Alert.show("Edit End")myList.editable=false}public function click_handler(event:Event){}]]/mx:Scriptmx:DataGrid allowMultipleSelectionfiltered="true" id="grid1" x="10" y="28" width="231" dragEnabled="true" dataProvider="{myDragArr}" dragComplete="dragComplete_Handler(event)"mx:columnsmx:DataGridColumn headerText="Column 1" dataField="col1"/mx:DataGridColumn headerText="Column 2" dataField="col2"//mx:columns/mx:DataGrid!--mx:List it id="list1" x="488" y="43" width="122" height="95" dropEnabled="true" dataProvider="{myDropArr}" dragDrop="dragDrop_handler(event)"/ --mx:VBox id="VBOX"
 x="272" y="28" width="139" height="183"/mx:VBoxmx:Button label="Add" click="addInstances(event)" x="297"//mx:ApplicationRegards  Sumeetk 
		Do you Yahoo!? Next-gen email? Have it all with the  all-new Yahoo! Mail Beta.
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] e4x list of unique child elements.

2006-06-30 Thread Tom Chiverton
On Thursday 29 June 2006 19:38, coder_flex wrote:
 I may be becoming too ambitious here for e4x, nevertheless!

No, both your ways sound fine.

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



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

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

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

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





Re: [flexcoders] Flex 2 (final) bug with showDataEffect and stacked column chart

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 09:18, Daniel Tuppeny wrote:
 but at the moment we're not really sure where to start looking!

Write a test file that just does the SOAP call and see how long it takes.

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] How to get data of the List?

2006-06-30 Thread sumeet k



Hi,  I have created Drag and drop functionality from datagrid to list in flex 2 beta 3  Below is the code for it.  But can anybody tell me that how can i get the List data in separate array on click event of the list?  ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"mx:Script![CDATA[import classes.MyList;import mx.controls.listClasses.ListBase;import mx.controls.listClasses.ListItemRenderer;import mx.events.DropdownEvent;import flash.display.DisplayObjectimport mx.controls.Alert;import mx.controls.List;import mx.controls.listClasses.ListData;import mx.events.ListEventReason;import
 mx.events.ListEvent;import mx.events.DragEvent;[Bindable]public var myDragArr:Array=["sumeet","Ashish","Raj","Karuna"]public var myDropArr:Array= ["group1"]; public var myDropArr1:Array=[]public var myList:List;private var count=0;public static const ITEM_EDIT_END:String = "itemEditEnd"var event:Event;public function dragDrop_handler(event:DragEvent){//event.preventDefault()myDropArr1.push(grid1.selectedItems)Alert.show(myDropArr1+" event.target")}public function dragComplete_Handler(event:DragEvent):void{//Alert.show(grid1+"")}public function
 addInstances(event):void{count++myList= new List()VBOX.addChild(myList);var myId:String="myList"+countmyList.width=60myList.height=60myList.dataProvider="group1";myList.id=myIdmyList.dropEnabled=truemyList.editable=truemyList.addEventListener("itemEditEnd" , itemEditEnd_Handler);myList.addEventListener("dragDrop",dragDrop_handler)myList.addEventListener("click",click_handler)}public function itemEditEnd_Handler(event:ListEvent):void{//Alert.show("Edit End")myList.editable=false}public function
 click_handler(event:Event){}]]/mx:Scriptmx:DataGrid allowMultipleSelection="true" id="grid1" x="10" y="28" width="231" dragEnabled="true" dataProvider="{myDragArr}" dragComplete="dragComplete_Handler(event)"mx:columnsmx:DataGridColumn headerText="Column 1" dataField="col1"/mx:DataGridColumn headerText="Column 2" dataField="col2"//mx:columns/mx:DataGrid!--mx:List it id="list1" x="488" y="43" width="122" height="95" dropEnabled="true" dataProvider="{myDropArr}" dragDrop="dragDrop_handler(event)"/ --mx:VBox id="VBOX" x="272" y="28" width="139" height="183"/mx:VBoxmx:Button label="Add" click="addInstances(event)" x="297"//mx:Application   
 Regards  Sumeetk 
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Flex2.0 'ANY_HOST_CONFIGURATION'

2006-06-30 Thread hemantkamatgi
Hi,
I've installed the latest flex2.0 war. I'm getting the exception shown
below:

flex.messaging.config.ConfigurationException: Unable to create service
'flex.messaging.services.HTTPProxyService' for 'proxy-service' due to
the following error: org.apache.commons.httpclient.HostConfiguration:
field ANY_HOST_CONFIGURATION not found.

However, in commons-httpclient.jar,the class HostConfiguration has a
public filed named 'ANY_HOST_CONFIGURATION'. pls, help.








 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] Re: Urgent help needed with DataGrid events

2006-06-30 Thread jmorpher03
Thanks for responding :)

I am able update the ArrayCollection using ac.itemUpdated(obj). 

I tried putting this code in the DataGrid's click event and assign some 
value to my ArrayCollection and it works. 

But this is not the place I wanted as the click event will let me do it 
on the newly selected row. But I would want it in the previously 
selected row, something like a focusOut on the row maybe ?







 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





Re: [flexcoders] Re: Saving DataGrid Items in to Database.

2006-06-30 Thread Vinod M Jacob



Hi,Even i would like to know the same thing.I am able to store a selected   single row from the datagrid to the database using HTTpservice on a button click.  I would like to know how we can pass all the datagrid items(without selecting)   ie. multiple rows in datagrid to the jsp page using HTTPservice on clicking a button to store into the database.  Any further information regarding this if required is welcome.  any suggestion or help for this will be highly appreciated.Thanks  Regards,  Vinod M Jacob.welcome_sreedhar [EMAIL PROTECTED] wrote:  So far, we are able to save all the selected items in the DataGrid to the database. The problem is that we want to save all the items, whether they are selected or not. Basically, it is a shopping cart, so when the user hits purchase, all the items in the cart are to be saved.Thanks,Sreedhar--- In [EMAIL PROTECTED]ups.com, "Tracy Spratt" [EMAIL PROTECTED] wrote: How far have you gotten?  Tracy  From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of sreedhar reddy Sent: Friday, June 23, 2006 2:19 AM To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] Saving DataGrid Items in to Database.Hi,  This is Sreedhar. I am working with Flex Builder 2 Beta 3, Java Server Pages, and Sequel 2005.   Actually, I am trying to save entire Datagrid Items in to a table in the database by a Button Click.   I am very thankful, if somebody helps me in this problem.Thanks  Regards,  SreedharThanks  Regards, Sreedhar  Yahoo! India Answers: Share what you know.
 Learn something new Click here http://us.rd.yahoo.com/mail/in/mailanswersshare/*http:/in.answers.yahoo .com/  Catch all the FIFA World Cup 2006 action on Yahoo! India Click here http://us.rd.yahoo.com/mail/in/mailfifa/*http:/in.sports.yahoo.com/foot ball/football_fifa.html 
		Want to be your own boss? Learn how on  Yahoo! Small Business. 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] Re: FlexBuilder - error during help panel usage

2006-06-30 Thread Thomas Rühl -akitogo-

Thanks,
1) is already turned off, I'll try No 2) any time soon...

Cheers, Thomas


  
  Thomas Rühl
  Design, Programming  Concepts
  
  akitogo OHG
  Hanauer Landstrasse 188
  60314 Frankfurt
  
  Telefon +49 (0) 69 800 69 445
  Fax +49 (0) 69 800 69 449
  Mobil   +49 (0) 179 750 75 87
  E-Mail  [EMAIL PROTECTED]
  Web http://www.akitogo.com
  




jrunrandy wrote:

 There are a couple of ways out of this:
 1)Open IE, going to ToolsInternet Options  Advanced, and select the
 Disable Script Debugging (Other) checkbox.

 2) Try the fix suggested in
 http://groups.yahoo.com/group/flexcoders/message/41508 
 http://groups.yahoo.com/group/flexcoders/message/41508

 HTH
 Randy Nielsen
 Flex Documentation Manager
 Adobe Systems, Inc.

  


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




RE: [flexcoders] Re: Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Daniel Tuppeny


I went to www.adobe.com and clicked Get The Flash Player there (a
small button halfway down the page). After installing that, you will now
have a Flash9.ocx. If you close all copies of IE, you should then be
able to rename it, and then copy the Fldbg9.ocx file and change that to
be Flash9.ocx. That way, when your browser tries to load the Release
version (Flash9.ocx), it will actually load the Debug version.

I can't guarantee this will work, but it did for me. It's not a great
fix, but it's got me debugging again for now!

Hope that helps,

Danny Tuppeny 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of mvbaffa
Sent: 30 June 2006 13:26
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Jason Hawryluk: Flash debug player - a
workaround

Hi Daniel,

I unistalled/reinstalled Flex Builder but I cannot find Flash9.ocx. 
In Windows/system32/Macromed/flash I can only find FlDbg9.ocx.

I cannot reinstall my machine now !!

Where are the files you are talking ?

Thanks

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

 For Jason Hawryluk, and anyone else that'd been having issues
getting
 the debug player working, I've found a way, but it's not
very nice...!
  
 I uninstalled/reinstalled anything with no joy, so I got the
release
 player from the Adobe site, and made sure I can run Flex projects
in Run
 mode, but get the error when trying in Debug mode.
  
 Then I renamed the Flash9.ocx file, and duplicated the debug
version,
 and named it that. Now it loads the debug player in place of the
release
 player all the time. Not ideal, but it means I can debug! Since all 
 other machines are fine, we can still run it in the proper release 
 player for testing elsewhere.
  
 It'll keep me going for today, and if there's no real fix from
Adobe, my
 machine will be rebuilt next week.
  
 Danny
 
 The information contained in this e-mail and/or any attachments is
confidential and intended only for the individual(s) to which it is
addressed. If you are not named as an addressee you must not disclose,
copy or take any action in reliance of this transmission. 
This e-mail and its attachments have been scanned for viruses by
MessageLabs Ltd.
 
 
_
_
 This email has been scanned by the MessageLabs Email Security 
System.
 For more information please visit http://www.messagelabs.com/email 
 
_
_








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



 



[Inbound Mail Scanned by MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Re: DataGrid Totals Row

2006-06-30 Thread Torey Maerz
I guess I am more interested in the sum of a particular column 
showing at the bottom of the grid.  For example a list of items and 
how much they cost and a totals row at the bottom that sums the items 
in the list.


--- In flexcoders@yahoogroups.com, Uday M. Shankar [EMAIL PROTECTED] 
wrote:

 If ur dataprovider takes in an array, maybe you can just get the 
length of
 the array and get the number of rows. Not sure whether this is 
the best
 way to do this... but this is one way  :-)
 
  
 
 -Uday
 
  
 
   _  
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Torey Maerz
 Sent: Thursday, June 29, 2006 11:57 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] DataGrid Totals Row
 
  
 
 I have been looking around to find a good solution to a totals row 
in a 
 datagrid for Flex 2 but have not really found anything that seems 
to 
 work well. I will probably go down the route of having more than 
one 
 grid and making sure that the columns, scroll and that type of 
thing 
 line up. I am still curious about what others have done in this 
 situation. Is there anthing in Flex 2 that makes this easier?








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

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

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

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





[flexcoders] Making Cairngorm available to all projects

2006-06-30 Thread ben.clinkinbeard
Can someone please post more detailed instructions on how to make
Cairngorm available to all of your Flex projects? The instructions
provided simply say add the .swc to your classpath and I am not sure
what that entails exactly. Where is the classpath for Flex 2/AS3 anyways?

Thanks in advance,
Ben





 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





RE: [flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Jason Hawryluk





Did 
you not try this ? It did work for me.

Matt 
Said:

Howdy all, go here: http://www.adobe.com/support/flashplayer/downloads.html 
and take a look at the tech note and resolution. New debugger players are 
available for download.

Thanks for your patience and sorry for the 
inconvenience, this one fell through the cracks

Matt

Basicly a new version of the debug player that matches that of the 
flash9.ocx version.

Did 
you still have problems even after this version ?

Jason



  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Daniel TuppenyEnvoy: vendredi 30 juin 2006 
  13:17: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Jason Hawryluk: Flash debug player - a 
  workaround
  
  
  
  For Jason Hawryluk, and anyone else that'd been having issues getting the 
  debug player working, I've found a way, but it's not very 
  "nice"...!
  
  I 
  uninstalled/reinstalled anything with no joy, so I got the release player from 
  the Adobe site, and made sure I can run Flex projects in Run mode, but get the 
  error when trying in Debug mode.
  
  Then I renamed the 
  Flash9.ocx file, and duplicated the debug version, and named it that. Now it 
  loads the debug player in place of the release player all the time. Not ideal, 
  but it means I can debug! Since all other machines are fine, we can still run 
  it in the proper release player for testing elsewhere.
  
  It'll keep me 
  going for today, and if there's no real fix from Adobe, my machine will be 
  rebuilt next week.
  
  Danny
  
  
  The 
  information contained in this e-mail and/or any attachments is confidential 
  and intended only for the individual(s) to which it is addressed. If you are 
  not named as an addressee you must not disclose, copy or take any action in 
  reliance of this transmission. This e-mail and its attachments have been 
  scanned for viruses by MessageLabs Ltd. 
  
   
  __This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
  
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] remove effect from component

2006-06-30 Thread Steve Gilchrist



Hi everyone, What is the best way to remove an effect after is has played. In the below example I want each button to glow when clicked but when the other is selected it should revert back to the original state with no effect. I've tried end() and reverse(). I see a filter array property on the button after the effect is applied. Do I have to delete that? 
I'm sure I've missed something and I feel like i am over complicating something simple. Any suggestions?Thanks!!!Steve?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=
http://www.adobe.com/2006/mxml mx:Script  ![CDATA[   public function switchEffect(button:Number):void { 
myGlow.end();if (button==1) { myGlow.target = myButton1;} else {  myGlow.target = myButton2; }   
   myGlow.play();   }  ]] /mx:Script mx:Glow id=myGlow duration=1000  alphaFrom=0.0 alphaTo=0.5 
 blurXFrom=0.0 blurXTo=1.0  blurYFrom=0.0 blurYTo=1.0  color=0x00FF00/  mx:Button label=One id=myButton1 x=1 y=50 height=20 click=switchEffect(1) width=85/
  mx:Button label=Two id=myButton2 x=150 y=50 height=20 click=switchEffect(2) width=85//mx:Application

__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] Making Cairngorm available to all projects

2006-06-30 Thread Thomas Rühl -akitogo-

Hi, just download the cairngorm zip file from the labs site, unextract 
it and import the classes neeted into your project's workspace. the zip 
file contains a complete project structure of cairngorm ready to use.

cheers, thomas


  
  Thomas Rühl
  Design, Programming  Concepts
  
  akitogo OHG
  Hanauer Landstrasse 188
  60314 Frankfurt
  
  Telefon +49 (0) 69 800 69 445
  Fax +49 (0) 69 800 69 449
  Mobil   +49 (0) 179 750 75 87
  E-Mail  [EMAIL PROTECTED]
  Web http://www.akitogo.com
  




ben.clinkinbeard wrote:

 Can someone please post more detailed instructions on how to make
 Cairngorm available to all of your Flex projects? The instructions
 provided simply say add the .swc to your classpath and I am not sure
 what that entails exactly. Where is the classpath for Flex 2/AS3 anyways?

 Thanks in advance,
 Ben

  


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





RE: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread Jason Hawryluk





I'm 
very happy to report that the tree component is working very well. All the 
outstanding bugs I've checked have been corrected (i have a few left to look 
into). The binding is working.

jason


  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de kosir.milanEnvoyé: vendredi 30 juin 2006 
  12:03À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Using the XMLListCollection class bug
  
  Hi,I'd like to report that example in chapter "Using 
  theXMLListCollection class"(http://livedocs.macromedia.com/flex/2/docs/0513.html#406668)which 
  can be found under (Flex 2 Developer's Guide  Building UserInterfaces 
  for Flex Applications  Using Data Providers andCollections  Using 
  hierarchical data providers) does not work asexpected and produces very 
  strange results.Could somebody confirm that f2b3 bug in tree dataproviders 
  is removedor not? Maybe there is problem only with example.I'd really 
  like to know if Flex 2 allow to make dynamic databindingfor Tree 
  component. Any hint or working example would be highlyappreciated. 
  Milan
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Daniel Tuppeny





Nope,

I've had very few emails sent to FlexCoders since yesterday 
(due to MessageLabs bouncing emails)! Thanks for re-posting it. I'll go take a 
look! :D


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jason 
HawrylukSent: 30 June 2006 13:50To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Jason Hawryluk: 
Flash debug player - a workaround

Did 
you not try this ? It did work for me.

Matt 
Said:

Howdy all, go here: http://www.adobe.com/support/flashplayer/downloads.html 
and take a look at the tech note and resolution. New debugger players are 
available for download.

Thanks for your patience and sorry for the 
inconvenience, this one fell through the cracks…

Matt

Basicly a new version of the debug player that matches that of the 
flash9.ocx version.

Did 
you still have problems even after this version ?

Jason



  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Daniel TuppenyEnvoyé: vendredi 30 juin 2006 
  13:17À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Jason Hawryluk: Flash debug player - a 
  workaround
  
  
  
  For Jason Hawryluk, and anyone else that'd been having issues getting the 
  debug player working, I've found a way, but it's not very 
  "nice"...!
  
  I 
  uninstalled/reinstalled anything with no joy, so I got the release player from 
  the Adobe site, and made sure I can run Flex projects in Run mode, but get the 
  error when trying in Debug mode.
  
  Then I renamed the 
  Flash9.ocx file, and duplicated the debug version, and named it that. Now it 
  loads the debug player in place of the release player all the time. Not ideal, 
  but it means I can debug! Since all other machines are fine, we can still run 
  it in the proper release player for testing elsewhere.
  
  It'll keep me 
  going for today, and if there's no real fix from Adobe, my machine will be 
  rebuilt next week.
  
  Danny
  
  
  The 
  information contained in this e-mail and/or any attachments is confidential 
  and intended only for the individual(s) to which it is addressed. If you are 
  not named as an addressee you must not disclose, copy or take any action in 
  reliance of this transmission. This e-mail and its attachments have been 
  scanned for viruses by MessageLabs Ltd. 
  
  __This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
   [Inbound Mail Scanned by 
MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Daniel Tuppeny





Worked fine. Thanks :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: 30 June 2006 14:00To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Jason Hawryluk: 
Flash debug player - a workaround

Nope,

I've had very few emails sent to FlexCoders since yesterday 
(due to MessageLabs bouncing emails)! Thanks for re-posting it. I'll go take a 
look! :D


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jason 
HawrylukSent: 30 June 2006 13:50To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Jason Hawryluk: 
Flash debug player - a workaround

Did 
you not try this ? It did work for me.

Matt 
Said:

Howdy all, go here: http://www.adobe.com/support/flashplayer/downloads.html 
and take a look at the tech note and resolution. New debugger players are 
available for download.

Thanks for your patience and sorry for the 
inconvenience, this one fell through the cracks…

Matt

Basicly a new version of the debug player that matches that of the 
flash9.ocx version.

Did 
you still have problems even after this version ?

Jason



  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Daniel TuppenyEnvoyé: vendredi 30 juin 2006 
  13:17À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Jason Hawryluk: Flash debug player - a 
  workaround
  
  
  
  For Jason Hawryluk, and anyone else that'd been having issues getting the 
  debug player working, I've found a way, but it's not very 
  "nice"...!
  
  I 
  uninstalled/reinstalled anything with no joy, so I got the release player from 
  the Adobe site, and made sure I can run Flex projects in Run mode, but get the 
  error when trying in Debug mode.
  
  Then I renamed the 
  Flash9.ocx file, and duplicated the debug version, and named it that. Now it 
  loads the debug player in place of the release player all the time. Not ideal, 
  but it means I can debug! Since all other machines are fine, we can still run 
  it in the proper release player for testing elsewhere.
  
  It'll keep me 
  going for today, and if there's no real fix from Adobe, my machine will be 
  rebuilt next week.
  
  Danny
  
  
  The 
  information contained in this e-mail and/or any attachments is confidential 
  and intended only for the individual(s) to which it is addressed. If you are 
  not named as an addressee you must not disclose, copy or take any action in 
  reliance of this transmission. This e-mail and its attachments have been 
  scanned for viruses by MessageLabs Ltd. 
  
  __This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
  [Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__ [Inbound Mail Scanned by 
MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] FocusManager problem

2006-06-30 Thread n51red
Hello,

After migrating an application from f2b3 to the final release of Flex 
2 a new problem has emerged involving the FocusManager.

I use a FocusManager to focus on a TextInput when its parent becomes 
visible. The text input does indeed take the focus and the component 
responds to the keyboard without any problems. After this, however,  
all mouse clicks in the application give the following error:

ArgumentError: Error #2025: The supplied DisplayObject must be a 
child of the caller.
at flash.display::DisplayObjectContainer/getChildIndex()
at mx.managers::SystemManager/getChildIndex()
at mx.managers::SystemManager/::mouseDownHandler()

If I click continue in the error dialogue the same thing happens 
when I next click the mouse.
However, if I click dismiss all the problem goes away altogether 
and the application responds to clicks as it should.

After experimenting it appears to be the instantiation of the 
FocusManager instance rather than calling its setFocus method that 
causes the problem.

His is the function I call in response to show events on my component:

private function focusOnInput():void
{
  var focusManager:FocusManager=new FocusManager(this);
  focusManager.setFocus(searchTextInput);
}

Does any one know what's going on here or what I might be able to do 
about it?

Thanks, 
N51





 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




Re: [flexcoders] Re: Saving DataGrid Items in to Database.

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 11:31, Vinod M Jacob wrote:
 button click. I would like to know how we can pass all the datagrid
 items(without selecting) ie. multiple rows in datagrid to the jsp page
 using HTTPservice on clicking a button to store into the database.

dataGridId.dataProvider should serialise OK when passed to a remoteObject 
call, no ?

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





RE: [flexcoders] what kind of meaning 'bubbling'

2006-06-30 Thread Daniel Tuppeny
It's because of the way the event goes up the object model. There's a
simple explanation at the bottom of this page:

http://catcode.com/domcontent/events/capture.html

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jh8829
Sent: 30 June 2006 03:17
To: flexcoders@yahoogroups.com
Subject: [flexcoders] what kind of meaning 'bubbling'

what kind of meaning 'bubbling' from Event flow.  
The word and embodiment contents do not understand well...
bubbling reminds me only soap bubbles






 Yahoo! Groups Sponsor ~--
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

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



 



[Inbound Mail Scanned by MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Ralf Bokelberg
Let's start a faq for the migration to flex final. This will spare us
a lot of time for searching.
If you come across things one has to change, to make an app run in
final, post it here.

1. Model now ignores the root of a xml source
mx:Model id=testModel source=test.xml/
mx:ComboBox dataProvider={testModel.data} /

test.xml looks like
root
   dataentry/data
   dataentry/data
   dataentry/data
/root

Cheers,
Ralf.


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] Label without size doesn't display

2006-06-30 Thread Daniel Tuppeny






After changing from 
beta3, the following code doesn't work:

var t:Text = new Text();t.text = 
text;t.styleName = 
"gradeLabel";t.selectable = 
false;//t.width = 200;//t.height = 
100;this.addChild(t);

inside my chart. 
Howevever, if I uncomment the width/height lines, it works fine. How can I have 
the width/height calculated based on the text there? If I specify sizes like the 
above, my labels appear in the wrong place (because I'm positioning them at the 
Y co-ord of a line, minus the height, so they appear above 
it).

There doesn't seem 
to be any sort of "autoSize" property, or a recalculateSize() method 
(invalidSize doesn't work).

Any 
ideas?


The information contained in this e-mail and/or any attachments is confidential and intended only for the individual(s) to which it is addressed. If you are not named as an addressee you must not disclose, copy or take any action in reliance of this transmission. This e-mail and its attachments have been scanned for viruses by MessageLabs Ltd.








__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Read Local File

2006-06-30 Thread Torey Maerz
I would like to create a flex application (hosted on the internet) that 
could read in a client's local file, parse that file and then display 
in a datagrid for manipulation and eventually posting the data to my 
server.  My problem is on the reading of the local file piece.  It 
seems that the only way that I can do this is to have the swf running 
on the client's machine.  That is not an option so I have been in the 
search for finding a solution that would allow me to sign my swf or 
something similar so that it could be trusted on the client's machine 
and allow the user to parse their local file.

So what can I do to give my internet based application read access on 
the client's machine?

Thanks in advance!

-Torey 







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

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

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

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




[flexcoders] automationParent is gone???

2006-06-30 Thread ZhaoXingdong
hi flexcoders,

This worked in FB2b3

var obj:Object = Object(this).automationParent.parentApplication;
obj.afterAdd(addok);

But a compile error occured in the released version. seems
automationParent is not alive already.

What should i do to workaround this? Any help would be appreciated.




 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





RE: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Daniel Tuppeny
They're supposed to all be listed here:

http://weblogs.macromedia.com/flexteam/archives/2006/06/flex_2_changes.c
fm

But since I don't see a mention of dataTip there, I've added details
below.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ralf Bokelberg
Sent: 30 June 2006 14:21
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Faq: Migration to flex 2.0 final

Let's start a faq for the migration to flex final. This will spare us a
lot of time for searching.
If you come across things one has to change, to make an app run in
final, post it here.

1. Model now ignores the root of a xml source mx:Model id=testModel
source=test.xml/ mx:ComboBox dataProvider={testModel.data} /

test.xml looks like
root
   dataentry/data
   dataentry/data
   dataentry/data
/root


2. dataTip functions are now passed a HitData object, not an
ChartItemEvent object, so you must do:

// DataTip function
public function employeeDataTip(e:HitData):String
{
return bName:/b  + e.item.Name;
}

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





Re: [flexcoders] automationParent is gone???

2006-06-30 Thread Michael Schmalle



They will be realeasing the automation packge sooner than later.

It wasn't ready for the release.

Peace, Mike

so they stripped it all out.On 6/30/06, ZhaoXingdong [EMAIL PROTECTED] wrote:













  



hi flexcoders,

This worked in FB2b3

var obj:Object = Object(this).automationParent.parentApplication;
obj.afterAdd(addok);

But a compile error occured in the released version. seems
automationParent is not alive already.

What should i do to workaround this? Any help would be appreciated.


  













-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] Scrollbar bug (with sample code)

2006-06-30 Thread Jason Hawryluk





I 
added this to your vscroll, it worked but not the best,you may want to 
play around with this a bit. Perhaps the binding is not getting called until 
hscroll is created they are not created at the same time, so if hscroll is not 
fully created the height would in fact be 0.

creationComplete="vscroll.y=hscroll.height;"

Hope 
this helps

Jason





  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Daniel TuppenyEnvoyé: vendredi 30 juin 2006 
  15:19À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Scrollbar bug (with sample code)
  
  
  Here's some code 
  to show the problem I'm having. When I load the page, the VScrollBar goes 
  right to the bottom edge of the page (ignoring thebottom attribute). If 
  I resize the window, everything jumps into place 
correctly.
  
  This worked fine 
  in beta 3. Any ideas? I've attached a screenshot of what I 
  see.
  
  
  ?xml 
  version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
  layout="absolute"
  
  mx:Legend width="200" 
  height="200"mx:LegendItem label="Mydtest" 
  //mx:Legend
  
  mx:VScrollBar id="vscroll" bottom="{hscroll.height}" 
  right="0" top="0" /mx:HScrollBar id="hscroll" bottom="0" 
  left="0" right="{vscroll.width}" 
  //mx:Application__This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
  
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] Read Local File

2006-06-30 Thread Jason Hawryluk





This 
is not possible due to browser security restrictions. You will have to ask the 
client to upload to the server, pass the data back to the client, modif, and 
send back to server. On the server side you will have to accept the down load, 
parse, and have the client the poll the server till the file is ready to get 
back to the client.

Hope 
this helps

Jason




  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Torey MaerzEnvoyé: vendredi 30 juin 2006 
  15:35À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Read Local File
  
  I would like to create a flex application (hosted on the internet) that 
  could read in a client's local file, parse that file and then display 
  in a datagrid for manipulation and eventually posting the data to my 
  server. My problem is on the reading of the local file piece. It seems 
  that the only way that I can do this is to have the swf running on the 
  client's machine. That is not an option so I have been in the search for 
  finding a solution that would allow me to sign my swf or something similar 
  so that it could be trusted on the client's machine and allow the user to 
  parse their local file.So what can I do to give my internet based 
  application read access on the client's machine?Thanks in 
  advance!-Torey 
  
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] Scrollbar bug (with sample code)

2006-06-30 Thread Daniel Tuppeny





I thought that too. So I added a label that displayed the 
properties, (text="{hscroll.height}" etc.), and they all updated fine as the 
control rendered. I can fix it witha bodge, but I'm hoping someone can 
confirm a bug, or explain what I'm doing wrong :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jason 
HawrylukSent: 30 June 2006 14:48To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Scrollbar bug 
(with sample code)

I 
added this to your vscroll, it worked but not the best,you may want to 
play around with this a bit. Perhaps the binding is not getting called until 
hscroll is created they are not created at the same time, so if hscroll is not 
fully created the height would in fact be 0.

creationComplete="vscroll.y=hscroll.height;"

Hope 
this helps

Jason





  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Daniel TuppenyEnvoyé: vendredi 30 juin 2006 
  15:19À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Scrollbar bug (with sample code)
  
  
  Here's some code 
  to show the problem I'm having. When I load the page, the VScrollBar goes 
  right to the bottom edge of the page (ignoring thebottom attribute). If 
  I resize the window, everything jumps into place 
correctly.
  
  This worked fine 
  in beta 3. Any ideas? I've attached a screenshot of what I 
  see.
  
  
  ?xml 
  version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
  layout="absolute"
  
  mx:Legend width="200" 
  height="200"mx:LegendItem label="Mydtest" 
  //mx:Legend
  
  mx:VScrollBar id="vscroll" bottom="{hscroll.height}" 
  right="0" top="0" /mx:HScrollBar id="hscroll" bottom="0" 
  left="0" right="{vscroll.width}" 
  //mx:Application__This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
   [Inbound Mail Scanned by 
MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] Read Local File

2006-06-30 Thread Darron J. Schall






Torey Maerz wrote:


  
  So what can I do to give my internet based application read access
on 
the client's machine?
  
  
  
   
  



You'll need to have the user upload the file to your server. When the
upload is complete you'll then need to download the file from the
server into the Flex application (check out the FileReference class for
upload, and URLLoader to pull data in from a specific URL). You'll
probably want to run a clean-up script on the server then to delete the
user's file after it's been downloaded by the Flex app.

-d

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___




[flexcoders] Re: New text component problem (flex 2 final release)

2006-06-30 Thread n51red
 Do you have a simple test case ?

The following code demonstrates the problem:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
layout=absolute
  mx:Style
 Application{
  backgroundColor:white;
  color:black;
 }
.boxStyle1{
  borderStyle:solid;
  borderThickness:2;
  borderColor:blue;
}
.boxStyle2{
  paddingTop:2;
  paddingRight:2;
  paddingBottom:2;
  paddingLeft:2;
}
  /mx:Style
  mx:VBox id=box
  styleName=boxStyle1
  rollOver=box.styleName='boxStyle1'
  rollOut=box.styleName='boxStyle2'
mx:Canvas height=50 width=150 backgroundColor=green/
mx:Text text=The quick brown fox width=100%/
mx:Text text=jumps over the lazy dog width=100%/
  /mx:VBox
/mx:Application

If you launch this app and repeatedly move the mouse pointer up and 
down through the box quickly you should see the behaviour I am 
talking about. This only occurs when the width of the text 
components' width properties are set to percentage values.

What do you think?

N51





 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





Re: [flexcoders] Trace timing

2006-06-30 Thread Michael Schmalle



Hi,

Couldn't you use the date object and call

valueOf():Number 

Returns the number of milliseconds since 
midnight January 1, 1970, universal time, for a Date object.

then make another date object on the next round you want to test and call the same thing and then subtract the two?

Just a thought.

Peace, Mike

On 6/30/06, Daniel Tuppeny [EMAIL PROTECTED] wrote:













  



I'm trying to find where all the time is being spent in my app. I tried
using:

trace(new Date().toTimeString() + ': Starting xyz');

But the timestring only goes to seconds. Is there any better way to have
more accurate timestamps in my trace statements? I'm worried if I do:

.Seconds + .Milliseconds, the statements will evaluated at different
times, and therefore not accurate.

The information contained in this e-mail and/or any attachments is
confidential and intended only for the individual(s) to which it is
addressed. If you are not named as an addressee you must not disclose,
copy or take any action in reliance of this transmission. This e-mail
and its attachments have been scanned for viruses by MessageLabs Ltd.

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

  













-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread mvbaffa
Hi everybody,

This is my last message about this problem. Flex is fantastic, I am 
using it since alpha version.

I have an application ready to deploy that I have finished without a 
debug (the older will remember old times when debugging was done 
with Alert boxes). 

I hoped that with the release version I could debug again, but this 
is not true. I cannot use a development tool that does not have a 
debugger and I cannot reinstall my development workstation everytime 
a new nersion is released.

I have downloaded the new debug version of Flash player 9, installed 
it and after that the version is still 16 (standard version), not 15 
(debug version).

And  the browser is still crashing.

The problem is occuring since I have installed beta 3 (two months 
ago). My problem is that the browser craches and Windows shows me a 
message box telling that IE encountered a problem with an add-on and 
needs to close. And the add-on is Fldbg9.ocx.

This is the fourth message and I beleive that Adobe should take care 
of it.

Thanks in advance








 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




Re: [flexcoders] Trace timing

2006-06-30 Thread Michael Schmalle



Or event simpler...

import flash.utils.getTimer;


Returns 






int — The number of milliseconds 
since Flash Player was initialized. If the player starts playing one SWF file, 
and another SWF file is loaded later, the return value is relative to when the 
first SWF file was loaded. 



Mike
On 6/30/06, Michael Schmalle [EMAIL PROTECTED] wrote:
Hi,

Couldn't you use the date object and call

valueOf():Number 

Returns the number of milliseconds since 
midnight January 1, 1970, universal time, for a Date object.

then make another date object on the next round you want to test and call the same thing and then subtract the two?

Just a thought.

Peace, Mike

On 6/30/06, Daniel Tuppeny [EMAIL PROTECTED]
 wrote:













  



I'm trying to find where all the time is being spent in my app. I tried
using:

trace(new Date().toTimeString() + ': Starting xyz');

But the timestring only goes to seconds. Is there any better way to have
more accurate timestamps in my trace statements? I'm worried if I do:

.Seconds + .Milliseconds, the statements will evaluated at different
times, and therefore not accurate.

The information contained in this e-mail and/or any attachments is
confidential and intended only for the individual(s) to which it is
addressed. If you are not named as an addressee you must not disclose,
copy or take any action in reliance of this transmission. This e-mail
and its attachments have been scanned for viruses by MessageLabs Ltd.

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

  













-- What goes up, does come down.

-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Re: Making Cairngorm available to all projects

2006-06-30 Thread ben.clinkinbeard
Thanks for the reply but I am still not clear on what needs to be
done. I am looking for instructions on how to make that Cairngorm
structure available to my projects.

Thanks,
Ben

--- In flexcoders@yahoogroups.com, Thomas Rühl -akitogo-
[EMAIL PROTECTED] wrote:

 
 Hi, just download the cairngorm zip file from the labs site, unextract 
 it and import the classes neeted into your project's workspace. the zip 
 file contains a complete project structure of cairngorm ready to use.
 
 cheers, thomas
 
 
   
   Thomas Rühl
   Design, Programming  Concepts
   
   akitogo OHG
   Hanauer Landstrasse 188
   60314 Frankfurt
   
   Telefon +49 (0) 69 800 69 445
   Fax +49 (0) 69 800 69 449
   Mobil   +49 (0) 179 750 75 87
   E-Mail  [EMAIL PROTECTED]
   Web http://www.akitogo.com
   
 
 
 
 
 ben.clinkinbeard wrote:
 
  Can someone please post more detailed instructions on how to make
  Cairngorm available to all of your Flex projects? The instructions
  provided simply say add the .swc to your classpath and I am not sure
  what that entails exactly. Where is the classpath for Flex 2/AS3
anyways?
 
  Thanks in advance,
  Ben
 
 








 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





RE: [flexcoders] Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Jason Hawryluk





Did 
you uninstall flex b3, and did you run Player_B3_Uninstaller_05-08.exe before 
installing the final version?

Also 
ensure that you have removed the olderflash9.ocx from your 
computer?

Jason



  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de mvbaffaEnvoyé: vendredi 30 juin 2006 
  15:56À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Flex Debug - I am allmost giving up - this is my last 
  message
  
  Hi everybody,This is my last message about this problem. Flex is 
  fantastic, I am using it since alpha version.I have an application 
  ready to deploy that I have finished without a debug (the older will 
  remember old times when debugging was done with Alert boxes). I 
  hoped that with the release version I could debug again, but this is not 
  true. I cannot use a development tool that does not have a debugger and I 
  cannot reinstall my development workstation everytime a new nersion is 
  released.I have downloaded the new debug version of Flash player 9, 
  installed it and after that the version is still 16 (standard version), 
  not 15 (debug version).And  the browser is still 
  crashing.The problem is occuring since I have installed beta 3 (two 
  months ago). My problem is that the browser craches and Windows shows me a 
  message box telling that IE encountered a problem with an add-on and 
  needs to close. And the add-on is Fldbg9.ocx.This is the fourth 
  message and I beleive that Adobe should take care of it.Thanks in 
  advance
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread milan kosir



Thank you, Jason,this is a great news!As I said, maybe it is a bad example, or maybe I just don't know how to use it?Because when I add some bananas to the list, first they are not selectable except the last one,
then when they are removed, they are not properly removed from the tree, and on the end the tree can't render anymore.I'm interesting in this because I'd like to write a lazy tree, to get child items from database when they are needed (when the node is opened).
If anybody has done this and could give me a hint, I'd be gratefull.Thanks, Milan On 6/30/06, Jason Hawryluk 
[EMAIL PROTECTED] wrote:












  






I'm 
very happy to report that the tree component is working very well. All the 
outstanding bugs I've checked have been corrected (i have a few left to look 
into). The binding is working.

jason


  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com]De la part 
  de kosir.milanEnvoyé: vendredi 30 juin 2006 
  12:03À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Using the XMLListCollection class bug
  
  Hi,I'd like to report that example in chapter Using 
  theXMLListCollection class(http://livedocs.macromedia.com/flex/2/docs/0513.html#406668
)which 
  can be found under (Flex 2 Developer's Guide  Building UserInterfaces 
  for Flex Applications  Using Data Providers andCollections  Using 
  hierarchical data providers) does not work asexpected and produces very 
  strange results.Could somebody confirm that f2b3 bug in tree dataproviders 
  is removedor not? Maybe there is problem only with example.I'd really 
  like to know if Flex 2 allow to make dynamic databindingfor Tree 
  component. Any hint or working example would be highlyappreciated. 
  Milan

  















__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread Jason Hawryluk





The 
situation you describe occurs when the xml nodes are the same 
i.e.

rootitemsitem label 
="1"/
item label 
="1"/
item label ="1"//items/root

There 
needs to be a difference between the items in order for flex to react 
properly.

so the 
below would work


rootitemsitem label 
="1"/
item label 
="2"/
item label ="3"//items/root

notice 
the @label here

mx:tree labelField="@label" 
/

hope 
this clears things up, if your still having problems after thisthen post 
back an example to show what it is doing.

Just 
remember nodes have to be unique, and it works like a charm. I ensure this with 
a guid.

Jason



  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de milan kosirEnvoyé: vendredi 30 juin 2006 
  15:26À: flexcoders@yahoogroups.comObjet: Re: 
  [flexcoders] Using the XMLListCollection class bug
  
  Thank you, Jason,this is a great news!As I said, maybe it is a 
  bad example, or maybe I just don't know how to use it?Because when I add 
  some "bananas" to the list, first they are not selectable except the last one, 
  then when they are removed, they are not properly removed from the tree, 
  and on the end the tree can't render anymore.I'm interesting in this 
  because I'd like to write a "lazy tree", to get child items from database when 
  they are needed (when the node is opened). If anybody has done this and 
  could give me a hint, I'd be gratefull.Thanks, Milan 
  On 6/30/06, Jason 
  Hawryluk  [EMAIL PROTECTED] 
  wrote:
  





I'm very happy to report 
that the tree component is working very well. All the outstanding bugs I've 
checked have been corrected (i have a few left to look into). The binding is 
working.

jason


  -Message 
  d'origine-De: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com]De la part de 
  kosir.milanEnvoyé: vendredi 30 juin 2006 
  12:03À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Using the XMLListCollection class 
bug


Hi,I'd like to report that example in chapter "Using 
theXMLListCollection class"(http://livedocs.macromedia.com/flex/2/docs/0513.html#406668 
)which can be found under (Flex 2 Developer's Guide  Building 
UserInterfaces for Flex Applications  Using Data Providers 
andCollections  Using hierarchical data providers) does not work 
asexpected and produces very strange results.Could somebody confirm 
that f2b3 bug in tree dataproviders is removedor not? Maybe there is 
problem only with example.I'd really like to know if Flex 2 allow to 
make dynamic databindingfor Tree component. Any hint or working example 
would be highlyappreciated. Milan


  
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] arrays and bindings

2006-06-30 Thread Pan Troglodytes



It may work fine for you, but I thought others reading this thread may want to know why it doesn't work fine in general. Here's some code to demonstrate:?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=vertical mx:Script ![CDATA[ import mx.collections.ArrayCollection
; [Bindable] public var ary:Array = [1,2,3]; [Bindable] public var aryC:ArrayCollection = new ArrayCollection(ary); ]] /mx:Script
 mx:Text text={'ary: ' + aryC.getItemAt(uint(rg.selectedValue))}/ mx:Text text={'aryC: ' + ary[uint(
rg.selectedValue)]}/ mx:Button x=10 y=26 label=ary lt;lt; click=ary[uint(
rg.selectedValue)]--/ mx:Button x=62 y=26 label=ary gt;gt; click=ary[uint(
rg.selectedValue)]++/ mx:Button x=10 y=26 label=aryC lt;lt; click=aryC.setItemAt
(Number(aryC.getItemAt(uint(rg.selectedValue))) - 1, uint(rg.selectedValue))/ mx:Button x=62 y=26 label=aryC gt;gt; click=
aryC.setItemAt(Number(aryC.getItemAt(uint(rg.selectedValue))) + 1, uint(rg.selectedValue))/ mx:RadioButtonGroup id=rg/
 mx:RadioButton x=10.0 y=56.0 label=element 0 groupName=rg value=0 selected=true/
 mx:RadioButton x=10.0 y=80.0 label=element 1 groupName=rg value=1/
 mx:RadioButton x=10.0 y=104.0 label=element 2 groupName=rg value=2/
/mx:ApplicationOn 6/29/06, Douglas Knudsen 
[EMAIL PROTECTED] wrote:













  



thanks jason.hmphthe funny part is the [] notation works fine, just gets compiler warnings. Since I can't change my array to a arraycollection and I can't make a local arraycollection version of my array due to bindings, what I did was create a local reference to the array element and wrote a simple function to manage it. This allowed me to use bindings in the form in a 'double-binding' manner.
oh joy!DKOn 6/29/06, Pan Troglodytes 

[EMAIL PROTECTED] wrote:



It's not just suggesting you change the text= part, it's suggesting you bind it to an ArrayCollection instead of an Array. One of the others here could probably tell you more about the guts of how it works, but the bottom line is you either need to change your Array to an ArrayCollection, or add a second variable that is an ArrayCollection that wraps it. It's pretty easy. Just look at the ArrayCollection help.
On 6/29/06, Douglas Knudsen 


[EMAIL PROTECTED] wrote:













  



Ok, I have this array of objects called say addressesAry.  Each
element is of type Address having the usual variables in it.  I have a
form that has a List control with id=addressChoice where the
dataProvider={ adressesAry } and labelField=addressTitle lets say.
 Next to this list control are TextInput controls for city, state,
address1, etc.  I have it bound like so

mx:TextInput width=240 id=city
text={addressesAry[addressChoice.selectedIndex].city}/

Now this works, but I get a compiler warning
Data binding will not be able to detect changes when using square
bracket operator.  For Array, please use ArrayCollection.getItemAt()
instead.

So, based on the warning suggestion I change things to this
mx:TextInput width=240 id=city
text={addressesAry.getItemAt(addressChoice.selectedIndex).city}/
and things do NOT work at all.

so, is the compiler warning wrong?  Or am I missing something about
bindings/events and this code?

-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?

  













-- Jason




-- Douglas Knudsenhttp://www.cubicleman.com
this is my signature, like it?

  













-- Jason


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Re: Making Cairngorm available to all projects

2006-06-30 Thread Simon Barber
Extract Cairngorm to a directory of choice.

Open Flex Builder 2.

Right Click on your project in the Navigator Panel at the top left.

In the dialog window press on [Flex Build Path].

Select the Library path tab and press the [Add SWC...] button.

Navigate to the directory where you extracted Cairngorm and select the
Cairngorm.swc file, example Cairngorm Directory\bin\Cairngorm.swc.

Then press OK. Thats it :)


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

 Can someone please post more detailed instructions on how to make
 Cairngorm available to all of your Flex projects? The instructions
 provided simply say add the .swc to your classpath and I am not sure
 what that entails exactly. Where is the classpath for Flex 2/AS3
anyways?
 
 Thanks in advance,
 Ben







 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





Re: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Pan Troglodytes



Add it as a comment. That's what I've been doing when I've noticed changes.On 6/30/06, Daniel Tuppeny 
[EMAIL PROTECTED] wrote:












  



They're supposed to all be listed here:

http://weblogs.macromedia.com/flexteam/archives/2006/06/flex_2_changes.c

fm

But since I don't see a mention of dataTip there, I've added details
below.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On
Behalf Of Ralf Bokelberg
Sent: 30 June 2006 14:21
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Faq: Migration to flex 2.0 final

Let's start a faq for the migration to flex final. This will spare us a
lot of time for searching.
If you come across things one has to change, to make an app run in
final, post it here.

1. Model now ignores the root of a xml source mx:Model id=testModel
source=test.xml/ mx:ComboBox dataProvider={testModel.data} /

test.xml looks like
root
   dataentry/data
   dataentry/data
   dataentry/data
/root

2. dataTip functions are now passed a HitData object, not an
ChartItemEvent object, so you must do:

// DataTip function
public function employeeDataTip(e:HitData):String
{
	return bName:/b  + e.item.Name;
}

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

  













-- Jason

__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



RE: [flexcoders] AMFPHP netconnection problem

2006-06-30 Thread Peter Farland












The flash.net.NetConnection class is now
sealed, instead create a type that defines these handlers and then set an
instance of this type as the client property on your NetConnection. 



http://livedocs.macromedia.com/labs/1/flex/langref/flash/net/NetConnection.html#client



Pete











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dima Ulich
Sent: Friday, June 30, 2006 2:58
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AMFPHP 
netconnection problem











After
installing flex 2.0 release I found that amfphp
results don't work correctly.

this two function suppose to work on netconnection
result, but the don't

public function AppendToGatewayUrl(s:String):void 
{
currentSid = s;
}

public function RequestPersistentHeader( s : Object
) : void
{

rConnection.addHeader(s.name,s.mustUnderstand,s.data);
}



is this a bug,
does anyone know how to handle that?

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 






__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Shannon Hicks





Have you tried it on another machine? We've run FB2 and FB2 
b3, and not encountered any problems like you're describing.

I'd be leaning toward you having another plugin that's 
conflicting with FlashPlayer.

If you don't have another machine, maybe try 
Firefox.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of mvbaffaSent: 
Friday, June 30, 2006 9:56 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Flex Debug - I am 
allmost giving up - this is my last message


Hi everybody,This is my last message about this problem. Flex is 
fantastic, I am using it since alpha version.I have an application 
ready to deploy that I have finished without a debug (the older will 
remember old times when debugging was done with Alert boxes). I 
hoped that with the release version I could debug again, but this is not 
true. I cannot use a development tool that does not have a debugger and I 
cannot reinstall my development workstation everytime a new nersion is 
released.I have downloaded the new debug version of Flash player 9, 
installed it and after that the version is still 16 (standard version), not 
15 (debug version).And  the browser is still 
crashing.The problem is occuring since I have installed beta 3 (two 
months ago). My problem is that the browser craches and Windows shows me a 
message box telling that IE encountered a problem with an add-on and 
needs to close. And the add-on is Fldbg9.ocx.This is the fourth 
message and I beleive that Adobe should take care of it.Thanks in 
advance
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.394 / Virus Database: 268.9.5/377 - Release Date: 
6/27/2006
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.5/377 - Release Date: 6/27/2006
 


[flexcoders] togglebar arrangement

2006-06-30 Thread mthielman11
Hello,

I am looking to see if it is possible to have a toggle bar contain multiple 
rows of button.  For 
example I have an accordian that controls navigation to my various modules. 
Each module I 
think is going to be its own Flex application. Within each module are different 
components.  I 
like the idea of the togglebar so that the user woould know which module they 
are in.  
However the default bar seems to just add buttons horizonally.  Can I somehow 
have it add 
them both horizonatally and vertically so i could say have 2 rows oof 3 buttons?






 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Flex2B3 - how to clear XML node values

2006-06-30 Thread bhaq1972
I have the following XML

var xml1:XML = root
   nodeAhello/nodeA
   nodeBworld/nodeB
   /root

i want to clear the node values 'hello' and 'world' in a generic 
way   meaning i dont know how many nodes there are (ie 
nodeA, nodeB, nodeX etc).

thanks






 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




RE: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Daniel Tuppeny





That's a better idea. Would be nice if they updated the 
page and removed the comments though, to keep it tidy!



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Pan 
TroglodytesSent: 30 June 2006 15:49To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Faq: Migration to 
flex 2.0 final
Add it as a comment. That's what I've been doing when I've 
noticed changes.
On 6/30/06, Daniel 
Tuppeny  
[EMAIL PROTECTED] wrote:

  
  
  
  
  
  They're supposed to all be listed here:http://weblogs.macromedia.com/flexteam/archives/2006/06/flex_2_changes.c 
  fmBut since I don't see a mention of dataTip there, I've added 
  detailsbelow.
  -Original Message-From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] OnBehalf Of Ralf BokelbergSent: 30 
  June 2006 14:21To: flexcoders@yahoogroups.comSubject: [flexcoders] Faq: 
  Migration to flex 2.0 finalLet's start a faq for the migration to flex 
  final. This will spare us alot of time for searching.If you come 
  across things one has to change, to make an app run infinal, post it 
  here.1. Model now ignores the root of a xml source mx:Model 
  id="testModel"source="test.xml"/ mx:ComboBox 
  dataProvider="{testModel.data}" /test.xml looks 
  likerootdataentry/datadataentry/datadataentry/data/root
  2. dataTip functions are now passed a HitData object, not 
  anChartItemEvent object, so you must do:// DataTip 
  functionpublic function employeeDataTip(e:HitData):String{return 
  "bName:/b " + e.item.Name;}__This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
  -- Jason  [Inbound Mail Scanned by 
MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Renaun Erickson
You have two things here.

Are you just implementing AMF with Java or ColdFusion?
Are you using the Flex1.5 proxy?

Flex1.5 it self doesn't do AMF per say, but it provide a proxy method
so you could whitelist your RemoteObjects in the flex-config.xml.

I do know if you are not using the proxy and want to connection to
AMF0 type AMF gateways you need to use the NetConnection directly.

AMF0 in Flex2
http://renaun.com/flex2/  (Custom RemoteObjectAMF0)
http://www.code4net.com/archives/000119.html

Renaun



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

 Hello,
 
 I have full commercial licence for Flex 1.5. Now we are migrating to
 Flex 2.0 and I 've been wondering if my new implementation would work
 with existing AMFGateway for Flex 1.5? 
 
 Thanks








 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




RE: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Matt Horn
This might be a case where the Flex 2 upgrade/migration forum on
Adobe.com is better suited for the task. Just a suggestion.

matt horn
flex docs 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes
 Sent: Friday, June 30, 2006 10:49 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Faq: Migration to flex 2.0 final
 
 Add it as a comment.  That's what I've been doing when I've 
 noticed changes.
 
 
 
 On 6/30/06, Daniel Tuppeny  [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]  wrote:
 
   They're supposed to all be listed here:
   
   
 http://weblogs.macromedia.com/flexteam/archives/2006/06/flex_2
 _changes.c 
   fm
   
   But since I don't see a mention of dataTip there, I've 
 added details
   below.
 
   
   
   -Original Message-
   From: flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com  [mailto: 
 flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On
   Behalf Of Ralf Bokelberg
   Sent: 30 June 2006 14:21
   To: flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com 
   Subject: [flexcoders] Faq: Migration to flex 2.0 final
   
   Let's start a faq for the migration to flex final. This 
 will spare us a
   lot of time for searching.
   If you come across things one has to change, to make an 
 app run in
   final, post it here.
   
   1. Model now ignores the root of a xml source mx:Model 
 id=testModel
   source=test.xml/ mx:ComboBox 
 dataProvider={testModel.data} /
   
   test.xml looks like
   root
   dataentry/data
   dataentry/data
   dataentry/data
   /root
   
   
   2. dataTip functions are now passed a HitData object, not an
   ChartItemEvent object, so you must do:
   
   // DataTip function
   public function employeeDataTip(e:HitData):String
   {
   return bName:/b  + e.item.Name;
   }
   
   __
   This email has been scanned by the MessageLabs Email 
 Security System.
   For more information please visit 
 http://www.messagelabs.com/email 
   __
   
 
   
 
   
 
 
 
 
 --
 Jason 
 
  
 


 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] What technology does my web hosting company need to run my Flex 2 project?

2006-06-30 Thread porsche_911_1978
I had switched my web hosting company to one that offers Coldfusion, 
but I'm not sure what else I need in order run my project on their 
servers.

My project has a MySQL database (they support this), ColdFusion 
(support for this as well) and built using Flex 2 (they say they do 
not support FLEX).

Do their servers need to support FLEX or as long as they support 
Coldfusion, my project will run?

When setting up Flex Server Properties (in Flex 2) what do I put for 
the Flex Root folder and Flex Server URL?  Shouldn't these point to 
their servers?

Thanks for any help.

Neil






 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




Re: [flexcoders] togglebar arrangement

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 14:41, mthielman11 wrote:
 However the default bar seems to just add buttons horizonally.  Can I
 somehow have it add them both horizonatally and vertically so i could say
 have 2 rows oof 3 buttons?

Can you add bars as children of the bar ? What happens ?

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




RE: [flexcoders] Flex2.0 'ANY_HOST_CONFIGURATION'

2006-06-30 Thread Cathy Reilly
We haven't seen this issue before.

Based on the information that you've provided, I might suspect that the
flex.war's version of commons-httpclient.jar isn't getting used but
rather a different version of that jar in your classpath.

- which application server are you running?
- are you running any other applications on that server?
- are there any additions to your classpath for the web application?
Either through configuration or something you've added to
/WEB-INF/lib,/WEB-INF/classes yourself?

My recommendation would be to try to isolate the issue by deploying
flex.war (without any additions) on its own application server.
Then, work from there to determine the cause of the problem.

- Cathy 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of hemantkamatgi
Sent: Friday, June 30, 2006 4:41 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex2.0 'ANY_HOST_CONFIGURATION'

Hi,
I've installed the latest flex2.0 war. I'm getting the exception shown
below:

flex.messaging.config.ConfigurationException: Unable to create service
'flex.messaging.services.HTTPProxyService' for 'proxy-service' due to
the following error: org.apache.commons.httpclient.HostConfiguration:
field ANY_HOST_CONFIGURATION not found.

However, in commons-httpclient.jar,the class HostConfiguration has a
public filed named 'ANY_HOST_CONFIGURATION'. pls, help.









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



 





 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] adding a service to open for ComboBox

2006-06-30 Thread rodneyjlucas

Hello,

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

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

Rodney






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

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

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

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




[flexcoders] Re: Read Local File

2006-06-30 Thread Torey Maerz
Thanks for the help.  Now at least I know the direction that I need 
to go in.  Uploading then downloading and eventually posting the 
modified data may increase the time too much for larger files.

Possibly I could create a java applet that does the file read then 
pass the file via javascript to the flex application???


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

 This is not possible due to browser security restrictions. You will 
have to
 ask the client to upload to the server, pass the data back to the 
client,
 modif, and send back to server. On the server side you will have to 
accept
 the down load, parse, and have the client the poll the server till 
the file
 is ready to get back to the client.
 
 Hope this helps
 
 Jason
 
 
 
   -Message d'origine-
   De : flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] la
 part de Torey Maerz
   Envoyé : vendredi 30 juin 2006 15:35
   À : flexcoders@yahoogroups.com
   Objet : [flexcoders] Read Local File
 
 
   I would like to create a flex application (hosted on the 
internet) that
   could read in a client's local file, parse that file and then 
display
   in a datagrid for manipulation and eventually posting the data to 
my
   server. My problem is on the reading of the local file piece. It
   seems that the only way that I can do this is to have the swf 
running
   on the client's machine. That is not an option so I have been in 
the
   search for finding a solution that would allow me to sign my swf 
or
   something similar so that it could be trusted on the client's 
machine
   and allow the user to parse their local file.
 
   So what can I do to give my internet based application read 
access on
   the client's machine?
 
   Thanks in advance!
 
   -Torey







 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] FDS Upgrade from 1.5

2006-06-30 Thread Travis Young
Does anyone know yet the upgrade path for those of us with Flex 1.5  
subscriptions, especially in regards to FDS?


 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





[flexcoders] Re: Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread mvbaffa
Thanks Jason,

I have only Unistalled Beta 3. But I have already run the flash 
player uninstaller before installing the new debug version of Flash 
9.

With Beta 2 it was working OK, When I have installed beta 3, IE 
stopped working and I have installed FireFox that worked for some 
time. 

I remember that just before a debugging session The Windows Firewall 
insformed that java was trying go out and asked me if I wanted to 
block it, and I choose to continue blocking. Since then the debugger 
stopped for FireFox too and I could not debug.

I am sure this is a security issue but I am not able to find it 

Thanks



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

 Did you uninstall flex b3, and did you run 
Player_B3_Uninstaller_05-08.exe
 before installing the final version?
 
 Also ensure that you have removed the older flash9.ocx from your 
computer?
 
 Jason
 
 
   -Message d'origine-
   De : flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] la
 part de mvbaffa
   Envoyé : vendredi 30 juin 2006 15:56
   À : flexcoders@yahoogroups.com
   Objet : [flexcoders] Flex Debug - I am allmost giving up - this 
is my last
 message
 
 
   Hi everybody,
 
   This is my last message about this problem. Flex is fantastic, I 
am
   using it since alpha version.
 
   I have an application ready to deploy that I have finished 
without a
   debug (the older will remember old times when debugging was done
   with Alert boxes).
 
   I hoped that with the release version I could debug again, but 
this
   is not true. I cannot use a development tool that does not have a
   debugger and I cannot reinstall my development workstation 
everytime
   a new nersion is released.
 
   I have downloaded the new debug version of Flash player 9, 
installed
   it and after that the version is still 16 (standard version), 
not 15
   (debug version).
 
   And  the browser is still crashing.
 
   The problem is occuring since I have installed beta 3 (two months
   ago). My problem is that the browser craches and Windows shows 
me a
   message box telling that IE encountered a problem with an add-on 
and
   needs to close. And the add-on is Fldbg9.ocx.
 
   This is the fourth message and I beleive that Adobe should take 
care
   of it.
 
   Thanks in advance








 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] Flex 2 consultant required

2006-06-30 Thread amolyk_flex
Hi All,

My company requires onsite consultant for Flex 2.0 very URGENTLY for 
fairly complex application. Company is in INDIA. If anybody is 
interested please reply to this mail. I will post you require details, 
on personal mail id.

Thanks and Regards,
Amol.







 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





RE: [flexcoders] Re: Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Jason Hawryluk





Did 
you try this?


Matt 
Said:

Howdy all, go here: http://www.adobe.com/support/flashplayer/downloads.html 
and take a look at the tech note and resolution. New debugger players are 
available for download.

Thanks for your patience and sorry for the 
inconvenience, this one fell through the cracks…


jason


  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de mvbaffaEnvoyé: vendredi 30 juin 2006 
  16:59À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Re: Flex Debug - I am allmost giving up - this is my last 
  message
  
  Thanks Jason,I have only Unistalled Beta 3. But I have already run 
  the flash player uninstaller before installing the new debug version of 
  Flash 9.With Beta 2 it was working OK, When I have installed beta 
  3, IE stopped working and I have installed FireFox that worked for some 
  time. I remember that just before a debugging session The Windows 
  Firewall insformed that java was trying go out and asked me if I wanted to 
  block it, and I choose to continue blocking. Since then the debugger 
  stopped for FireFox too and I could not debug.I am sure this is a 
  security issue but I am not able to find it Thanks--- In 
  [EMAIL PROTECTED]ups.com, 
  "Jason Hawryluk" [EMAIL PROTECTED] wrote: Did you uninstall flex 
  b3, and did you run Player_B3_Uninstaller_05-08.exe 
  before installing the final version?  Also ensure that you 
  have removed the older flash9.ocx from your computer?  
  Jason   -Message d'origine- De : 
  [EMAIL PROTECTED]ups.com 
  [mailto:[EMAIL PROTECTED]ups.com]De 
  la part de mvbaffa Envoyé : vendredi 30 juin 2006 
  15:56 À : [EMAIL PROTECTED]ups.com 
  Objet : [flexcoders] Flex Debug - I am allmost giving up - this is my 
  last message   Hi everybody,  
  This is my last message about this problem. Flex is fantastic, I 
  am using it since alpha version.  I have an 
  application ready to deploy that I have finished without a debug 
  (the older will remember old times when debugging was done with Alert 
  boxes).  I hoped that with the release version I could debug 
  again, but this is not true. I cannot use a development tool that 
  does not have a debugger and I cannot reinstall my development 
  workstation everytime a new nersion is released.  
  I have downloaded the new debug version of Flash player 9, 
  installed it and after that the version is still 16 (standard 
  version), not 15 (debug version).  And  the 
  browser is still crashing.  The problem is occuring since I 
  have installed beta 3 (two months ago). My problem is that the browser 
  craches and Windows shows me a message box telling that IE 
  encountered a problem with an add-on and needs to close. And the 
  add-on is Fldbg9.ocx.  This is the fourth message and I 
  beleive that Adobe should take care of it.  Thanks 
  in advance
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



Re: [flexcoders] automationParent is gone???

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 14:47, Michael Schmalle wrote:
 so they stripped it all out.

Errr. That wasn't in the release notes / changes was it ?

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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





RE: [flexcoders] Re: Read Local File

2006-06-30 Thread Jason Hawryluk





Yes 
that is possible.

In 
flex look at the external interface to pass data to flex.

Jason


  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Torey MaerzEnvoyé: vendredi 30 juin 2006 
  16:49À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Re: Read Local File
  
  Thanks for the help. Now at least I know the direction that I need to 
  go in. Uploading then downloading and eventually posting the modified data 
  may increase the time too much for larger files.Possibly I could 
  create a java applet that does the file read then pass the file via 
  _javascript_ to the flex application???--- In [EMAIL PROTECTED]ups.com, 
  "Jason Hawryluk" [EMAIL PROTECTED] wrote: This is not possible 
  due to browser security restrictions. You will have to ask the 
  client to upload to the server, pass the data back to the client, 
  modif, and send back to server. On the server side you will have to 
  accept the down load, parse, and have the client the poll the 
  server till the file is ready to get back to the client. 
   Hope this helps  Jason   
   -Message d'origine- De : [EMAIL PROTECTED]ups.com 
  [mailto:[EMAIL PROTECTED]ups.com]De 
  la part de Torey Maerz Envoyé : vendredi 30 juin 2006 
  15:35 À : [EMAIL PROTECTED]ups.com 
  Objet : [flexcoders] Read Local File   I would like to 
  create a flex application (hosted on the internet) that could read 
  in a client's local file, parse that file and then display in a 
  datagrid for manipulation and eventually posting the data to my 
  server. My problem is on the reading of the local file piece. It seems 
  that the only way that I can do this is to have the swf running on 
  the client's machine. That is not an option so I have been in the 
  search for finding a solution that would allow me to sign my swf 
  or something similar so that it could be trusted on the client's 
  machine and allow the user to parse their local file. 
   So what can I do to give my internet based application read 
  access on the client's machine?  Thanks in 
  advance!  -Torey
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



[flexcoders] Re: Making Cairngorm available to all projects

2006-06-30 Thread ben.clinkinbeard
Thank you very much! Sometimes I need my hand held :)

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

 Extract Cairngorm to a directory of choice.
 
 Open Flex Builder 2.
 
 Right Click on your project in the Navigator Panel at the top left.
 
 In the dialog window press on [Flex Build Path].
 
 Select the Library path tab and press the [Add SWC...] button.
 
 Navigate to the directory where you extracted Cairngorm and select the
 Cairngorm.swc file, example Cairngorm Directory\bin\Cairngorm.swc.
 
 Then press OK. Thats it :)
 
 
 --- In flexcoders@yahoogroups.com, ben.clinkinbeard
 ben.clinkinbeard@ wrote:
 
  Can someone please post more detailed instructions on how to make
  Cairngorm available to all of your Flex projects? The instructions
  provided simply say add the .swc to your classpath and I am not sure
  what that entails exactly. Where is the classpath for Flex 2/AS3
 anyways?
  
  Thanks in advance,
  Ben
 








 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




RE: [flexcoders] Shouldn't we use Flex to built website

2006-06-30 Thread Ted Patrick












Michael,



The first load is THE issue here. There
are some choices though and MXML supports some low level changes that could
make the perception of loading far less.




 Template
 remains on hard cacheable url where version is part of the URL like so:
 
  http://server/template/003template.swf
 
 Use
 of Shared Objects and Library Project to cache commonly used components.
 Use
 of custom preloader.
 JS
 Preloading of the Template via img/.
 Use
 of an ASProject or SimpleApplication template to load Flex resources as templates.
 Base template and sub-templates.




Once the template is cached, page loading
will be very fast as the model is already loaded. In most RIA work, the model
is loaded through the base application, in this case the model arrived before
the template is instantiated and can determine the template used. I keep thinking
about the templates here as a lens to look at the model and lots of other data
or sub applications.



I spoke to Roger about the instantiation
phase of a Flex2 application in regards to the generatedAS, SystemManager, [Frame]
meta, and Preloader. There are some items in there to enable some wild
customization if we need to get that deep. Personally I think there is a
solution in using the base Application.



More to come!



Ted :)













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Hansen
Sent: Friday, June 30, 2006 2:19
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Shouldn't we use Flex to built website











Ted,

I've had the same thoughts for quite awhile. The techniques you describe could
be used for making an awesome CMS system. 

The only problem is the initial file size. A typical MXML applications start
off with a fairly high initial download size before _any_ viewing of content.
Users _hate_ this. They wanna start reading from the get go, just like the HTML
load stack allows. It's the small things that pisses people off I'm afraid. 

You probably know this, but Roger (of Adobe) has begun some work on shared
resource injection (as far as i rememeber) which i've yet to read through. But
still, as long the framework code is a big blob there no way to implement a
HTML load stack, right?


Looking forward to see some postings from you. 

cheers

-michael





On 6/28/06, Ted
Patrick 
[EMAIL PROTECTED] wrote: 











I need to post a few examples but you can use Flex as
a very powerful
templating engine for large content sites. I am evaluating a technique
that provides seamless search engine support, restful urls
(del.icio.us), rich
presentation, and API RIA like interactivity.
Basically you have 1 Flex SWF file that provides the site template and
based on the URL loaded, the Flex SWF is injected with HTML/XML/URL/AMF
data based on the page.

The idea is to cleanly separate presentation from the data that drives
the page itself. HTML and AJAX
force you into delivering a server merged
data/design to the client where Flash Player/SWF can merge the
presentation/data tier on the client side. Plus with E4X you can bind
controls to the injected XML/Data for very powerful interactive
templates.

1. Load HTML/XML Page with SWFObject DIV Overwrite.
2. Inject HTML/XML/URL/AMF into Flex SWF Template
3. Layout the data in Flash Player interactively. The SWF here might
support many States, Components, Panels, Forms that simplify user
interaction.
4. Restful URLs that allow for bookmark support and inner interactivity.

One of the key advantages is that you can skin a complete site by
changing one file. Once cached loading time is minimal and typically as
fast or faster than transferring a large quantity of HTML with images,
etc.

If anyone is interested in working on formalizing this design with me in
the community, I am wide open to suggestions.

Free your mind, Flex 2 can be anything you want it to be. You can use it
in the small (Widgets), in the large (Application), or somewhere
inbetween.

What is funny is that this solution actually delivers the promise that
XML/XSL tried to deliver a few years back but with layout containers,
controls, states, and interactivity.

Regards,

Ted Patrick
Flex Evangelist
Adobe Systems Incorporated






















__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group 

Re: [flexcoders] Re: New text component problem (flex 2 final release)

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 14:56, n51red wrote:
 think
I think that's a bug, replicates here easily. 
Send it to Adobe :-)
-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




Re: [flexcoders] FDS Upgrade from 1.5

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 16:12, Travis Young wrote:
 Does anyone know yet the upgrade path for those of us with Flex 1.5
 subscriptions, especially in regards to FDS?

There was a post the other day from Matt Chotin, that hasn't made it to the 
web FAQ yet.
Summary: If you were on Flex 1.5, you'll get at least one Flex 2 FDS 
enterprise w/charting, and 5 FlexBuilder w/charting license.

I am a very happy bunny :-)

-- 
Tom Chiverton



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.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




RE: [flexcoders] Grabbing the name of the currently executing function

2006-06-30 Thread Clint Modien












Ya It doesnt show me the
method name describeType(arguments.callee)



I remember there used to be an
ASSetPropFlags hack to explose the function names in an obj but I
didnt see an equivalent in AS3.













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Bokelberg
Sent: Friday, June 30, 2006 2:27
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Grabbing
the name of the currently executing function











Though i don't think it works, have yout tried
flash.utils.describeType? 
Cheers,
Ralf. 



On 6/29/06, Clint
Modien  [EMAIL PROTECTED]
wrote:







Anyway
to do something like this in AS3?



pacakge
packageName {

public class className {

private function someFunction():void {




trace(arguments.callee) //???

}

}

}



It
doesn't return packageName.::className.someFunction like I was
hoping it might



Is
this possible?




 
  
  Clint
  Modien
  http://esria.com
  p. 1.877.TRY.ESRIA
  ext 706
  c. 1.408.489.0750
  f. 1.877.828.4436
  [EMAIL PROTECTED] 
  
  
  
  
 



















__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






Re: [flexcoders] automationParent is gone???

2006-06-30 Thread Michael Schmalle



No, it was when I was talking to the engineers face to face in SanFran last week. ;-)

If you look at the source, there is no automation package anymore.

Peace, MikeOn 6/30/06, Tom Chiverton [EMAIL PROTECTED] wrote:
On Friday 30 June 2006 14:47, Michael Schmalle wrote: so they stripped it all out.Errr. That wasn't in the release notes / changes was it ?--Tom Chiverton
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.CONFIDENTIALITYThis
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.We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards
 Yahoo! Groups Sponsor ~--Check out the new improvements in Yahoo! Groups email.http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~---Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/
-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___



  1   2   3   >