[flexcoders] Re: showBusyCursor

2008-01-05 Thread m.frigge
Hey, i had the same issue. The busy courser is available, if you use import mx.rpc.http.mxml.HTTPService instead of import mx.rpc.http.HTTPService For some reason there are two versions of httpRequest.. the mxml one does suprt the busyCourser property. hth, Max --- In

Re: [flexcoders] HitTest Problems with Button that includes white

2008-01-05 Thread Max Frigge
Hey, the skin has no transparent areas. I even changed it to a solid black square, but i still have certain areas where the button doesn't fire the over event. One area where that happens is in the center and about 2x2 pixels large i guess.. I have absolutely no idea why that is happening.

[flexcoders] AS3 uint, bit shifting and promotion rules

2008-01-05 Thread saju_flex
Hi, If I store a uint into a Array element as var i:uint = uint.MAX_VALUE; foo[10] = i; trace(foo[10]) retrieves foo[10] as a signed int and performs a .toString() on it for printing. I tested this with big values for uint, trace() would print negative numbers. My question then is, does

[flexcoders] Re: AS3 uint, bit shifting and promotion rules

2008-01-05 Thread saju_flex
err please ignore this question. I was testing this incorrectly. Have it working now. Thanks. -srp --- In flexcoders@yahoogroups.com, saju_flex [EMAIL PROTECTED] wrote: Hi, If I store a uint into a Array element as var i:uint = uint.MAX_VALUE; foo[10] = i; trace(foo[10])

[flexcoders] Re: FW: How can I tell length or size of object ( not array ) but object ..

2008-01-05 Thread helihobby
Ok thx. Sean. --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: It is probably MUCH faster to use a for-in loop to count the fields. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] Multi languages

2008-01-05 Thread NileAge, Mail
Hi all I want make a page direction in flex in multi languages mean that when i choose English the page contents direction is from left to right and when I use Arabic The page direction is from right to left and so on.

[flexcoders] Re: Distributed compilation in FlexBuilder?

2008-01-05 Thread simonjpalmer
incredibuild is an excellent product... http://www.xoreax.com/main.htm I have not used it with the flex compiler, but used it extensively with C++ and Java. It would be worth taking a look. I worked on a project where the build time from a clean environment was 7 hours and I had a dev team of

[flexcoders] Re: Flex SSL over AMF with ColdFusion services-config.xml

2008-01-05 Thread nasawebguy
Trace now shows it is using the secure channel. Having both secure and unsecure channels in the ColdFusion destination appears to working correctly. I've been monitoring both types of requests and all is working well now. But, I plan to keep an eye on it. I appreciate all the help. Don ---

[flexcoders] best layout practices

2008-01-05 Thread dnk
good day, I was wondering, is there a document or tutorial pertaining to best practices for building layouts? I understand all of the mvc aspect of things and all (for the overall programming). But while building my layouts, I am concerned I may be using too many containers, or building a layout

[flexcoders] how to duplicate component

2008-01-05 Thread Frederico Garcia
Hi, For my flexReport (www.kemelyon.com/flexreport) I need to make a duplicate of a component. For example, if I want to print a chart, I need to take that chart, resize it and add it to a page. My problem is that a component can only be draw inside a container at a time, so if I add it to

Re: [flexcoders] Multi languages

2008-01-05 Thread Paul Hastings
NileAge, Mail wrote: I want make a page direction in flex in multi languages mean that when i choose English the page contents direction is from left to right and when I use Arabic sorry but the flash client (ver 9.x) doesn't yet support BIDI. have to wait for maybe version

[flexcoders] Re: Mock objects in AS3

2008-01-05 Thread aduston1976
Hi, Sorry for being out of the conversation for a few days. I ran into a problem while trying to do this using hxasm. If I write out the bytecode for a class definition to a ByteArray, and the class inherits from a custom class that is part of my swf rather than a standard class like Object, then

[flexcoders] Is This a Know BUG?

2008-01-05 Thread Dale Fraser
When populating a datagrid with more than one page of data you get a scrollbar. When you column sort, the header moves over a bit to allow room for an arrow. Then if you scroll using the mouse and dragging the scroll bar, the heading moves again, this time over the top of the arrow and looking

Re: [flexcoders] best layout practices

2008-01-05 Thread Max Frigge
Hey, I haven't even read the article yet to be honest, but it looks very well. I hope you can find something useful in there... http://www.adobe.com/devnet/flex/articles/fig_pt1.html Cheers, Max - Original Message From: dnk [EMAIL PROTECTED] To: flexcoders list

RE: [flexcoders] HitTest Problems with Button that includes white

2008-01-05 Thread Alex Harui
If you post a debug swf, I might be able to look into it, but it might be several days before I get to it. Is the skin programmatic or graphical? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Max Frigge Sent: Saturday, January 05,

RE: [flexcoders] Is This a Know BUG?

2008-01-05 Thread Alex Harui
Please file a bug with a test case. Is this Flex 2 or 3? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Saturday, January 05, 2008 10:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Is This a Know BUG?

RE: [flexcoders] Is This a Know BUG?

2008-01-05 Thread Dale Fraser
It's Flex builder 3. Where do I file a bug exactly. Regards Dale Fraser From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Sunday, 6 January 2008 6:08 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Is This a Know BUG? Please file