[flexcoders] LCDS / Hibernate - How tu update only one field (without sending all references)

2008-11-26 Thread piotrchruscielewski
Hi I`m doing some bigger problem with LCDS / Hibernate annotation and still I`m reaching some problems. Lets suppose such structure public class Order ( @Id private int id; private String code; @OnetoMany(fetch=FetchType.EAGER) private SetOrderItem orders; getters,

RE: [flexcoders] LCDS / Hibernate - How tu update only one field (without sending all references)

2008-11-26 Thread Jeff Vroom
You probably want to set the paged-updates=true flag on that association tag. This controls whether changes to collections are sent with the parent item or not. When this is true, if you modify that collection only the differences are sent. You can't do conflict detection in this mode as

[flexcoders] Re: LCDS / Hibernate - How tu update only one field (without sending all references)

2008-11-26 Thread piotrchruscielewski
Thank`s I`ve setted this flag, but it`s still not working well Right now I`m getting such query at the server update items set order_id=null where order_id=? Don`t know why it`s trying to do such a update. It`s true that items aren`t sended back to the server - but why it`s trying to remove

[flexcoders] framework issues

2008-11-26 Thread Kenneth Sutherland
We have a shared framework folder which contains the framework_3.1.0.2710.swz and swf file. This framework is shared so that all the flex apps can access it and it save having several copies of the same file, which has always worked just fine until we got someone else other than myself to build

[flexcoders] LCDS Data Management / Hibernate - best books , advanced examples

2008-11-26 Thread piotrchruscielewski
Hi Can you please share with informations about good books or advanced examples about LCDS ? Most of the examples in web are very simple and shows only some small part of application (one association etc). I need to take a look at some advanced applications with multiple objects / relations /

[flexcoders] Can I create a modal window without PopUp manager?

2008-11-26 Thread rlull2001
Per a client design request, I have a popup menu, that when clicked, drops down a panel. When this panel drops down, I want it to become a modal window so the background blurs and can not be interacted with until the panel goes back up. Is this possible?

[flexcoders] Re: Can I create a modal window without PopUp manager?

2008-11-26 Thread valdhor
I kinda did this the other day by mistake ;-} I use FlexMDI (Part of FlexLib) to create windows in my applications. I created a window and then set Application.application.enabled = false expecting the whole kaboodle to be blurred (This while a server request was going on). Lo and behold, the

[flexcoders] Re: navigateToURL request.data connection problem

2008-11-26 Thread valdhor
You're welcome. Glad I could shed some light on it for you. --- In flexcoders@yahoogroups.com, assaia [EMAIL PROTECTED] wrote: Thank you a lot Steve, that's great! It still is not working, but a least now I know that the error is not in the code anymore... I think the error is the domain name

[flexcoders] Re: navigateToURL request.data connection problem

2008-11-26 Thread assaia
Thank you a lot Steve, that's great! It still is not working, but a least now I know that the error is not in the code anymore... I think the error is the domain name trying to access the Perl script. So I'll transfer it to the correct server and then try again. Thanks a lot! --- In

[flexcoders] Re: Flexbuilder is getting on my last nerve

2008-11-26 Thread luislejter
This is both a feature and a bug :-) The feature is remove unused imports. I have noticed it also remove some used imports from swc files sometimes, i.e. the bug. You can disable it by choosing Window Preferences Flex editors ActionScript Code and then uncheck the Remove unused imports

[flexcoders] Re: Module loaded but not displayed every time...

2008-11-26 Thread valdhor
Claudiu You have a very complex application using Cairngorm (Which I don't use). The creationComplete event only fires after all of the children have been created. I would start troubleshooting by turning off child creation one by one until the creationComplete fires. Also monitoring the server

[flexcoders] PreventDefault doesn't work

2008-11-26 Thread itdanny2002
An application with only 2 controls ComponentA is a multi-line text. ComponentB is TextInput. I capture PgUp/PgDn and scroll the component. However, when focus on component B, PgUp/PgDn will cause my cursor move to the end or beginning of word together with scrolling. I want to scroll without

[flexcoders] objects bound to datagrid not gc'd when dataprovider set to null

2008-11-26 Thread lmurphy
I have an large Flex application using BlazeDS and Cairngorm. I am running it through the Flex 3 Profiler to examine memory leaks and am having trouble analyzing the output and was hoping someone could give me some pointers. I have some repeatable steps which basically - 1) queries through

[flexcoders] Problem with Application Dimension

2008-11-26 Thread sergio.flexdoc
Hello everyone, I've an app that I've developed at a 1024x768 res. But when I open it at 1280x1024px there's a lot of space not used on the sides of my form. I'm using popupManager.addPopup() to call this popup. What I need to do to solve that problem? Thanks!

[flexcoders] Re: getting the number of children in a grouping collection via the groupingFunction

2008-11-26 Thread djbrown_rotonews
anyone? --- In flexcoders@yahoogroups.com, djbrown_rotonews [EMAIL PROTECTED] wrote: i'm wanting to change the label of my groups in the AdvancedDataGrid, and I see where that's exposed via the groupingFunction. What i'm wanting to do is to modify it in such a way that it returns the

[flexcoders] Re: When is a crossdomain.xml file required?

2008-11-26 Thread fishburn_david
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I am still in the sameDomain, bold words. Post the url to the Flex app and to the HTTPService you are calling, and let's see. I set this variable when the application starts: provisioningServerHostPort =

[flexcoders] TextFormat's leading

2008-11-26 Thread bjorn
What is this value specified in? The docs say: An integer representing the amount of vertical space (called * leading*) between lines. The default value is null, which indicates that the amount of leading used is 0. Is that pixels, points, percentage of the font size, or maybe kilograms? :-)

RE: [flexcoders] Upgrade only ASDoc.

2008-11-26 Thread Thomas Sammons
I'd like to know if this is possible too! It was the first thing that popped into my head when I read about it because we are starting a large enterprise app effort with a multiple developers. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rleuthold Sent: Monday,

[flexcoders] Re: Checkbox in datagrid

2008-11-26 Thread sbnkn
Are the CheckBoxes in the Form or in the DataGrid, or both? -- Only in the form What is the dataProvider for the DataGrid? -- xml value from DB thru Httpservice How are you linking the Form to the DataGrid? mx:Button label=Edit Announcement click=showEdit (dgAnnouncements.selectedItem) /

Re: [flexcoders] Re: fp10, fb 3, and profiling

2008-11-26 Thread Derrick Anderson
i attempted to switch the browser to IE, but the profiler still launches Firefox and gives the same error. I changed them in Window -- Preferences -- Flex -- Profiler, that's the correct place right? d. On Tue, Nov 25, 2008 at 6:13 PM, Jamie S [EMAIL PROTECTED] wrote: I have seen this

Re: [flexcoders] Re: Can I create a modal window without PopUp manager?

2008-11-26 Thread Sefi Ninio
You can have your main screen in a view stack. When you want to add your modal window, just push a blank canvas (maybe with black background and alpha 0.3 or something to make it gray) and then push the modal window. It should achieve what you are after. HTH, Sefi On Wed, Nov 26, 2008 at 3:42

[flexcoders] Re: Module loaded but not displayed every time...

2008-11-26 Thread Claudiu Ursica
So I'm trying to be as explicit as I can. The reason for which I choose to go with a module is because there will be a lot of users which won't be interesetd in acessing this functionality. It is a window which displays a chart and a datagrid. Now the the application is a simulation of a horse

[flexcoders] TextArea: too much spaces in one line doesn't break the line

2008-11-26 Thread grenzsteincom
Hello! I'm using an simple TextArea, were it should be possible to enter only spaces. The thing is when I enter the spaces the cursor removes and it seams that it moves outside the TextArea. Also no line break is inserted (word wrap). If I enter normal text the cursur moves to the next line how

[flexcoders] Bug? Error #1068: int and Boolean cannot be reconciled.

2008-11-26 Thread flexaustin
Does anyone see an issue with this code? I am getting Error #1068: int and Boolean cannot be reconciled at the line var val:String = speedtype(amount); My SpeedType is actually in a utility function but after getting this error I placed the SpeedType function definition in the same file as the

Re: [flexcoders] TextFormat's leading

2008-11-26 Thread Daniel Freiman
It's pixels. See http://livedocs.adobe.com/flex/3/langref/flash/text/TextLineMetrics.html for a complete diagram of how text is spaced. - Daniel Freiman On Wed, Nov 26, 2008 at 5:30 AM, bjorn [EMAIL PROTECTED] wrote: What is this value specified in? The docs say: An integer representing

[flexcoders] Re: Bug? Error #1068: int and Boolean cannot be reconciled.

2008-11-26 Thread flexaustin
Ignore! Found the problem...guess I should remeber to remove my , --- In flexcoders@yahoogroups.com, flexaustin [EMAIL PROTECTED] wrote: Does anyone see an issue with this code? I am getting Error #1068: int and Boolean cannot be reconciled at the line var val:String = speedtype(amount);

[flexcoders] Dynamically control chart data

2008-11-26 Thread cox.blair
Hello everyone, I'm trying to learn how I can manipulate a chart to perform some very simple calculations such as averaging data in a series or adjusting data ranges. I was thinking of the filterFunction, however I'm not sure how to implement it. I don't want to permanently change the data,

[flexcoders] Can Flex work with SitePal?

2008-11-26 Thread oneworld95
Hi. Wondering if SitePal (http://www.sitepal.com/) characters can be inserted into a Flex app? Has anyone tried it? Their talking characters can be inserted into non-Flash pages easily; wasn't sure about Flash pages. Thanks.

Re: [flexcoders] framework issues

2008-11-26 Thread gabriel
On Wed, Nov 26, 2008 at 3:25 AM, Kenneth Sutherland [EMAIL PROTECTED] wrote: [...] worked just fine until we got someone else other than myself to build the final application swf files. Am I missing some settings? remember that the cached framework is just another (albeit signed) rsl. you

[flexcoders] Flex Camp Boston 2008 - Register Now!

2008-11-26 Thread michael_corbridge
Flex Camp Boston is a full-day event featuring some top industry experts on Adobe Flex and AIR from both inside and outside Adobe. Come advance your Flex skills, meet members of the Adobe Flex team and network with local companies and fellow developers. Sessions will be geared towards

[flexcoders] Background Cell Colour in Grid - remove the whitespace?

2008-11-26 Thread jamiebadman
Hi, I've just used the example here: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=61productId=2 To successfully colour the background colours of some cells. Unfortunately though, there's some whitespace at the top and the bottom of the coloured area. I can't

Re: [flexcoders] Re: fp10, fb 3, and profiling

2008-11-26 Thread Jamie S
I'm on a mac but i think Flex launches whatever the default browser is. So you probably have to change it in the system settings. Jamie On Wed, Nov 26, 2008 at 6:52 AM, Derrick Anderson [EMAIL PROTECTED] wrote: i attempted to switch the browser to IE, but the profiler still launches Firefox

[flexcoders] TileList scrolling broken

2008-11-26 Thread Amy
I have a TileList that is inside a Canvas that is set to clipContent=true. The reason for this is that when the user makes a selection from the TileList, the TileList slides to one side and another TileList (really the same TileList) slides in with different information. The problem is that

[flexcoders] LiveCycle Data Services acceptClient conflict handler Error

2008-11-26 Thread alexander_rauser
Hi When calling the acceptClient method on a conflict I get the error below (end of this message). The acceptServer method works just fine, but for some reason, which I just cannot figure out for days now, the acceptClient method fails. If I try to acceptClient a second time I get: Attempt to

RE: [flexcoders] Embedding mp3 sounds in css files

2008-11-26 Thread Wildbore, Brendon
Yes I wanted to embed an mp3 into a flex css file... I worked out a way to do this if anyone is interested. http://www.bjw.co.nz/developer/flex/90-embedding-mp3-sounds-in-flex-css-stylesheets From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] framework issues

2008-11-26 Thread Kenneth Sutherland
Yes I know that you need to point at the same framework file etc. This is exactly what we are doing. For example in flex builder the framework path on both our machines is set to ‘/swf/flex_framework/3.1/framework_3.1.0.2710.swf’ and if you look at the request from a tool such a fiddler or

[flexcoders] Using GWT Javascript from ExternalInterface

2008-11-26 Thread lynnkuh
Has anyone done that or can point me to some examples? I have some ugly looking Javascript created from GWT that I was given I need to call in Flex or use in Flex. I have already posted in a GWT forum. Thanks, Lynn

Re: [flexcoders] Embedding mp3 sounds in css files

2008-11-26 Thread Fotis Chatzinikos
Sorry but you do not embed the mp3 in the css file... You are embeding the mp3's url in there... Glad it working ;-) On Wed, Nov 26, 2008 at 1:55 AM, Wildbore, Brendon [EMAIL PROTECTED] wrote: Yes I wanted to embed an mp3 into a flex css file… I worked out a way to do this if anyone is

[flexcoders] Re: TileList scrolling broken

2008-11-26 Thread Amy
--- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: I have a TileList that is inside a Canvas that is set to clipContent=true. The reason for this is that when the user makes a selection from the TileList, the TileList slides to one side and another TileList (really the same

[flexcoders] how to insert image tag inside rich texteditor?

2008-11-26 Thread Armen Abrahamyan
i wanna add simple image tag like: img src ='someimage.jpg' / inside rich texteditor. Lets say user clicks somewhere inside texteditor, and after press the button add Image. I just wanna insert that string inside texfiled. How to do that ? thx -

Re: [flexcoders] Embedding mp3 sounds in css files

2008-11-26 Thread Fotis Chatzinikos
Disregard the last mail... I just realized what you are talking about by 'Embed' On Wed, Nov 26, 2008 at 8:19 PM, Fotis Chatzinikos [EMAIL PROTECTED] wrote: Sorry but you do not embed the mp3 in the css file... You are embeding the mp3's url in there... Glad it working ;-) On Wed, Nov

[flexcoders] Re: TileList scrolling broken--FIXED

2008-11-26 Thread Amy
--- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Amy amyblankenship@ wrote: I have a TileList that is inside a Canvas that is set to clipContent=true. The reason for this is that when the user makes a selection from the TileList, the

Re: [flexcoders] how to insert image tag inside rich texteditor?

2008-11-26 Thread Armen Abrahamyan
The problem is that textEditor.selectionBeginIndex gives index inside textarea(no html tags), but i need to add text inside htmlText. how to map them ? Is there any property that can return index inside htmlText?? thx - http://abrahamyan.com armflash (at)

[flexcoders] Re: help here with an item renderer

2008-11-26 Thread valdhor
So, simply... buttons.xml: buttons button label=Apple url=http://www.apple.com/ button label=Amazon url=http://www.amazon.com/ button label=EBay url=http://www.ebay.com/ button label=Adobe url=http://www.adobe.com/ /buttons mycanvas.mxml: ?xml version=1.0 encoding=utf-8?

[flexcoders] What’s in the Zend Framework for the Flash/Flex Developer?

2008-11-26 Thread Stefan Schmalhaus
I blogged on utilizing Zend_Db, Zend_Config and some other Zend framework concepts/components for Zend_Amf. http://blog.log2e.com/2008/11/26/whats-in-the-zend-framework-for-the-flashflex-developer/ Maybe you find it useful. Stefan

RE: [flexcoders] Background Cell Colour in Grid - remove the whitespace?

2008-11-26 Thread Alex Harui
One way would be to set paddingTop/Bottom to 0. If your renderer is not based on container, you can draw outside of your bounds as well. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Wednesday, November 26, 2008 9:25 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] TextArea: too much spaces in one line doesn't break the line

2008-11-26 Thread Alex Harui
Looks like a bug. Why is this an important use case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grenzsteincom Sent: Wednesday, November 26, 2008 7:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] TextArea: too much spaces in one line doesn't break the

[flexcoders] Avoid using skin applied to my app

2008-11-26 Thread Bron Davies
I have a set of css files that skin my flex app by dynamically loading the compiled swf using something like StyleManager.loadStyleDeclarations (mychrome.swf). However I have some third party SWCs that are referenced and the skin is being applied to those as well but I don't want it too. I

[flexcoders] Re: Problem with Application Dimension

2008-11-26 Thread Bron Davies
There could be a lot of things you need to do. It sounds like you don't have a dynamic width or height set, so you will want to have a minWidth and minHeight first (probably 1024x768) then start looking at the container the popup is in, make sure it is stretching to fit the desktop or

RE: [flexcoders] PreventDefault doesn't work

2008-11-26 Thread Alex Harui
preventDefault is only for cancelable events, and KEY_DOWN is not cancelable. I don't think there's an easy answer, you'll probably have to detect the problem and adjust the scrollposition yourself. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of itdanny2002 Sent:

RE: [flexcoders] Avoid using skin applied to my app

2008-11-26 Thread Wildbore, Brendon
You could either go through your app and apply stylenames to your components you want to skin Or You could wrap the swc components with a stylename and apply normal styles to component types that are wrapped in that stylename Does that make sense? From:

Re: [flexcoders] Re: TileList scrolling broken

2008-11-26 Thread Fotis Chatzinikos
Amy, the following correctly shows 1 column in my app: ns1:GarderobeProductsList id=productTileListId dataProvider={productsAL} width=100% height=100% deleteProductEvent=deleteProductListener(event)

[flexcoders] Re: DataGrid itemRenderer Woes

2008-11-26 Thread max.nachlinger
I attacked this problem by focusing on keeping all the check-boxes correctly selected during a wild scroll up or down. Here's a href=http://home.comcast.net/~max.nachlinger/dgCheckboxScroll/;my solution/a, I hope it helps. --Max --- In flexcoders@yahoogroups.com, Simon Bailey [EMAIL PROTECTED]

Re: [flexcoders] Re: DataGrid itemRenderer Woes

2008-11-26 Thread Simon Bailey
Max mate awesome, I will have a look right now. Peace S On 26 Nov 2008, at 20:42, max.nachlinger wrote: I attacked this problem by focusing on keeping all the check-boxes correctly selected during a wild scroll up or down. Here's a

[flexcoders] Re: framework issues

2008-11-26 Thread Darrell Loverin
It's possible the two machines are compiling with different SDK versions even though the RSL URL is the same. It is a known problem that when you switch to a different SDK, the RSL URLs are not updated to match the new SDK. To debug the issue you can you the -keep compiler option to keep the

Re: [flexcoders] Re: AIR SQLLite, ints, and NULLs

2008-11-26 Thread Charlie Hubbard
Ok thanks Johannes. Very good point. Number's can't really be NULL either. However, it just so happens that NaN is interpreted as NULL to the datatype conversion layer in AIR and it just happens to work out. Maybe this slight difference between NaN and NULL doesn't really matter, but it's good

[flexcoders] Re: TileList scrolling broken

2008-11-26 Thread Amy
--- In flexcoders@yahoogroups.com, Fotis Chatzinikos [EMAIL PROTECTED] wrote: Amy, the following correctly shows 1 column in my app: ns1:GarderobeProductsList id=productTileListId dataProvider={productsAL} width=100% height=100%

[flexcoders] How can I force the labels on my ColumSeries to remain vertical?

2008-11-26 Thread sailorsea21
Hi everyone, How can I force the labels on my ColumSeries to always remain vertical? At the moment, if the labels are short enough, they will remain horizontal. This is what I have in my code: mx:ColumnChart showLabelVertically=true ... mx:ColumnSeries labelPosition=outside ... This is what I

[flexcoders] Re: Avoid using skin applied to my app

2008-11-26 Thread Bron Davies
That does make sense, but I think one swc in particular is creating a popup primarily from actionscript and I am wondering if that method will work on it. --- In flexcoders@yahoogroups.com, Wildbore, Brendon [EMAIL PROTECTED] wrote: You could either go through your app and apply stylenames

Re: [flexcoders] Re: richtexteditor focusOut event

2008-11-26 Thread Derrick Anderson
worked like a charm thanks, d. On Tue, Nov 25, 2008 at 2:26 PM, nathanpdaniel [EMAIL PROTECTED] wrote: Add your FocuseEvent.FOCUS_OUT event to the textArea property (more like - child) of your RichTextEditor. Given a RichTextEditor id of rte it'd look like this in AS3:

[flexcoders] Get parent object in an array collection

2008-11-26 Thread timgerr
Hello all, I am using an array collection as a dataprovider for the Kap Lab (http://lab.kapit.fr/display/visualizer/Visualizer) which is like a spring graph. So when I click on an end node, I get the id of the node. If I have an id to an object, how can find the parent object and get access to

[flexcoders] CPU Usage: to create or not to create and render?

2008-11-26 Thread flexaustin
I was wondering if anyone knew of a good article or book that explains how flash player uses CPU? With Flex, once items are rendered is better to leave them or delete them and recreate them if/when needed. So for instance, if I need to have 5,000 items, say columncharts, on screen but in order

[flexcoders] Rotating text on button

2008-11-26 Thread supriya p
hi friends, This is supriya. Recently I saw one Games website http://www.maharajagames.com/newsite/index.html I saw the text on the button is rotating.Is it possible to do using flex.. Connect with friends all over the world. Get Yahoo! India Messenger at

[flexcoders] SWC file confusion

2008-11-26 Thread markgoldin_2000
I have added a SWC file to my project's Library path. Everithing was working fine. Then I moved some folders around, created a new workspace. I added my project to it, and added SWC file to libray again. My application is working fine, but changing anything in any file that is a part of SWC

[flexcoders] Re: copying large amount of data using System.setClipboard() in Flash 10.

2008-11-26 Thread Ilam Mougy
Super, thanks a lot. One more click for users as a penalty for those creeps :) --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Yeah, use the callLater() mechanism to gather the data, then a button to setClipboard. That is the only solution I see. Can't we

[flexcoders] **View States Problem**

2008-11-26 Thread malik_robinson
Hi, I am using Flex 3 I am trying to use view states in my Flex application. My code seems to work fine when I just have two view states, but when I have 3 states (including the base state), the screen never displays all 3 at the same time. I am displaying these states based on the result of a

RE: [flexcoders] Re: Checkbox in datagrid

2008-11-26 Thread Tracy Spratt
If your checkBox selected states are in a comma separated string, you can use split to put that into an array, the loop over the array and set the individual check box states. Note the selected requires a Boolean, but you will have a string, so you will probably use a ternary expression:

RE: [flexcoders] Re: When is a crossdomain.xml file required?

2008-11-26 Thread Tracy Spratt
That setup might be an issue. Easiest way to check is to put a completely open crossdomain.xml file in the root of the web server. Now which server is that??? Try both the real one and the virtual one. Get it working and remove them till it breaks. Tracy

[flexcoders] Re: PreventDefault doesn't work

2008-11-26 Thread itdanny2002
Success. Keep selectionBeginIndex and selectionEndIndex in TextInput KeyDown() event. Then, restore it in next KeyDown event. Thank you.

RE: [flexcoders] Rotating text on button

2008-11-26 Thread Alex Harui
Yes. Embed the font, and set rotation. There are rotation effects you can use. There are some position issues you may have to deal with but there are past discussions in the archives. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of supriya p Sent: Wednesday, November

RE: [flexcoders] CPU Usage: to create or not to create and render?

2008-11-26 Thread Alex Harui
Sprites suck CPU time and memory no matter what, more if they are on the display list, and even more if visible. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexaustin Sent: Wednesday, November 26, 2008 2:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CPU

RE: [flexcoders] Get parent object in an array collection

2008-11-26 Thread Alex Harui
If you are just using dynamic objects, I would pre-process the objects and add parent properties. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Wednesday, November 26, 2008 1:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Get parent object in

[flexcoders] Re: Rotating text on button

2008-11-26 Thread Tim Hoff
For a z rotation, like the one I think that you're refering to on the site, you're probably better off just skinning the button with images created in PS or Fireworks. You could use PaperVision3D, but you'd still have to deal with the custom fonts. Or, just wait for Gumbo. :) -TH --- In