Hi Arpan, A couple of questions - 1. Where do u want this footer? in the View or in a print? 2. By footer, do you mean a kind of a summary info display of the ...
Hi guys, I want to write a button similar to the new WMP 11 blue buttons. the button is split to 2. the top is a button with label and bottom part is a little...
A friend who is using Flex ver 2.0.154976 told me that this was a bug that was corrected and no longer happens on this version, which means it will be...
Not sure if this is the correct way to do this... but I did something using the skins like follows, and set the width and the height to the width and height of...
At my company we have a legacy Flash application that I would like to make "sexy flexy". It is quite large (over two hundred forms) so a complete re-write is...
Hi Darth, Have a look at this blog post I think this will cover how you will need to do what you want to do. ...
James Jackson
james@...
Jan 3, 2007 12:31 pm
1095
thank u for your answer! but I'm not sure I'm following u. how the button looks like? what is the image u used? is the result popUpButton with the arrow on the...
The resize effect won't restore the size until the effect actually starts so that's the cause of the flicker. You can either delay setting the width by 200ms,...
Vigen, Sorry, not 100% I know what you are after, maybe I'm thinking of something that doesn't suit what you need? I have a post on my blog that contains a...
thank u again for your answer. i will try to be clear. i need a PopUpButton with the arrow part of it on the bottom and not on the right. if someone managed to...
Thanks for your reply James. I'm a little confused about the wrapping that has to take place. Currently my Flash application looks thus: Flash Application ...
You can not load a Flex 2 app (Flash 9) into a Flash app (Flash 8), since Flash 8 cannot render Flash 9 content. You can however load a Flash 8 app inside of a...
I ran the code you sent on Jan 2. If I set startDelay to 0, I don't see the flicker. To get an effective startDelay, you can delay when you set the width by...
I think we all read the email too quickly last time. I don't think there will be a way to get a Flash 8 SWF to load a Flash 9 Flex SWF. I would recommend...
vigen- i made a sample based on what i think you're looking for. You can see and download the source at http://www.scalenine.com/blog/ . I think I might make a...
FYI: I've noticed that Flex Builder 2.0.1 doesn't handle well library dependency in one case: If you create a Flex Library Project, then create a folder inside...
thank you very much for your reply and effort. I need the functionality of the popupbutton with 2 buttons each has its own logic. the top part should do action...
thank u very much for your reply. u managed to inspire me to solve the problem by putting together a comboBox skined as an arrow (the bottom part) and a button...
Hello, everybody. I have a simple question regarding item renderers in the Data Grid. I have created a simple item renderer that replaces a cell of the Data ...
Are you doing any mouse event handling in your renderer? If you are, you might be confusing the underlying DG if you are blocking events in some way. If you...
The highlight appears below the item renderers in the DataGrid. The standard item renderer is transparent so it shows through. Josh Tynjala Flash Platform...
Hi! Thanks for your reply. However, that doesn't explain why the other columns (that don't have item renderers) also don't highlight even though the...
Hey there! Thanks for your reply! Unfortunately I am not allowed to post code, but there is no other mouse event handling going on. I think the events are...
If you create a sample renderer that doesn't have anything that's actually app-specific, can you post that? Otherwise, I'd try using the debugger. If another...
Hey Everybody! For those of you whom live in Michigan, USA, I wanted to announce the formation of the Michigan Flex User's Group... The Michigan Flex User's ...
I have been working on an image gallery at Flickr for Flex applications here: http://www.flickr.com/photos/flexapps/ I want to get Flex developer components...