[flexcoders] Re: How to get the real X Y of a repeater item

2007-03-01 Thread zipo13
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zipo13 Sent: Sunday, February 25, 2007 1:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to get the real X Y of a repeater item Hi, Thank you for the help but non of these methods seem to help. The repeater I use

[flexcoders] Re: How to get the real X Y of a repeater item

2007-02-25 Thread zipo13
, zipo13 zipo13@ wrote: Hi, In my app I create a repeater the generats VBoxes each with button in it. When the user clicks on the button I want to generate a small dialog that will open up under

[flexcoders] How to get the real X Y of a repeater item

2007-02-22 Thread zipo13
Hi, In my app I create a repeater the generats VBoxes each with button in it. When the user clicks on the button I want to generate a small dialog that will open up under the button. I know how to get the repeater current item and target and current target but I can't find the real X Y of the

[flexcoders] Re: Cairngorm 2.1 why the ServiceLocator dosen't extends UIComponent anymore?

2006-12-12 Thread zipo13
Hi Ben,Samuel and others... After struggling with the ServiceLocator for a whole day I found this thread that gave me some insight to the problem. I wonder if anyone can post improved SerivceLocator class here that includes an initServices method. Since I'm not a big fan of changing a precompiled

[flexcoders] Java2AS and constants

2005-09-28 Thread zipo13
Hi, Did anyone manage to get java2AS of Christophe Coenraets(http://coenraets.com/index.jsp) to export java constants to AS files. I have several java constants (public static final String) that I want to automatically export to flex but can't find a way to do so, it seems that the java2as just

[flexcoders] Embedding images in an array

2005-08-31 Thread zipo13
Hi, I'm trying to embed a bunch of images into an array instead of a string. I think my failure to do that comes from the fact that I don't know what this syntax actually does: [Embed(source=/assets/lock.png)] var lockImage:String; I understand that this causes lockImage to somehow get a string

[flexcoders] Re: Embedding images in an array

2005-08-31 Thread zipo13
/lock.png)] var lockImage:String; viewImages[ lockImage ] = lockImage; Renaun --- In flexcoders@yahoogroups.com, zipo13 [EMAIL PROTECTED] wrote: Hi, I'm trying to embed a bunch of images into an array instead of a string. I think my failure to do that comes from the fact that I don't know

[flexcoders] Re: DividedBox BoxDivider width or height

2005-08-21 Thread zipo13
[EMAIL PROTECTED] wrote: On 8/18/05, zipo13 [EMAIL PROTECTED] wrote: Does anyone know if the width or height of the BoxDivider in the DividedBox can be controlled. The default width of a VDividedBox is a bit fat and I wondered if it can be reduced. What about the dividerThickness

[flexcoders] DividedBox BoxDivider width or height

2005-08-18 Thread zipo13
Hi, Does anyone know if the width or height of the BoxDivider in the DividedBox can be controlled. The default width of a VDividedBox is a bit fat and I wondered if it can be reduced. I did: var div:mx.containers.dividedboxclasses.BoxDivider = myDivider.getDividerAt(0); div.width = 40;

[flexcoders] Re: resizing panes via resize effect

2005-08-05 Thread zipo13
Forgot to say that the problematic data grid is in pane 2. --- In flexcoders@yahoogroups.com, zipo13 [EMAIL PROTECTED] wrote: The problem is with the data grid that is in the pane. The grid should occupy 100% in width and 100% in height of the pane but after its resized is doesn't any more

[flexcoders] removing backgroundImage

2005-08-04 Thread zipo13
Hi, I think this should be fairly simple but still I'm having trouble to get this to work. I have a background image of an Application that I want to remove at some point and get it back to the default backgroundColor. Since this is a style I tried: this.setStyle(backgroundImage,);

[flexcoders] Re: removing backgroundImage

2005-08-04 Thread zipo13
hmmm it works but isn't there a more offcial way to remove a style? This how its done in the flex style explorer? --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 8/4/05, zipo13 [EMAIL PROTECTED] wrote: I have a background image of an Application that I want

[flexcoders] Re: removing backgroundImage

2005-08-04 Thread zipo13
Actually - the hack doesn't work. Once I resize the window the image just comes back :( --- In flexcoders@yahoogroups.com, zipo13 [EMAIL PROTECTED] wrote: hmmm it works but isn't there a more offcial way to remove a style? This how its done in the flex style explorer? --- In flexcoders

[flexcoders] sending typed arrays over web services

2005-07-31 Thread zipo13
Hi, In my app we are sending complex objects back and forth from flex to a web service. The problems is that when an array is inside an object, the objects inside it are typed as anyType and can't be deserialized on the server. I'll explain: If I have a class called Class1 and a container of it

[flexcoders] Re: sending typed arrays over web services

2005-07-31 Thread zipo13
@yahoogroups.com, zipo13 [EMAIL PROTECTED] wrote: Hi, In my app we are sending complex objects back and forth from flex to a web service. The problems is that when an array is inside an object, the objects inside it are typed as anyType and can't be deserialized on the server. I'll explain: If I

[flexcoders] Re: TabNavigator tabs style

2005-07-27 Thread zipo13
+ ' : ' + obj[i] + '\n'; } mx.controls.Alert.show(t) } ]] thanks to zipo13 for bringing up the tabBar property ;) Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan Sent: mardi 26 juillet

[flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread zipo13
-radius: ... } TabNavigator styleName=MyTabStyle Matt *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *zipo13 *Sent:* Monday, July 25, 2005 6:56 AM

[flexcoders] TabNavigator tabs style

2005-07-25 Thread zipo13
Hi, In the flex Style explorer I can see that Tab styles can be set via CSS. http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html (tabs section) The style I'm interested at is corner-radius. I have manged to set the style via CSS to my app but I want it for only one TabNavigator and