Search the web
Sign In
New User? Sign Up
flexcomponents · Flex Component Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1087 - 1116 of 3885   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1087
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 ...
Uday M. Shankar
uday_m_shankar
Offline Send Email
Jan 2, 2007
3:36 am
1088
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...
vigen2000
Offline Send Email
Jan 2, 2007
2:28 pm
1089
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...
dmiramontesval
Offline Send Email
Jan 2, 2007
4:09 pm
1090
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...
Gareth Edwards
garethe_work
Offline Send Email
Jan 2, 2007
10:14 pm
1091
Alex, I think this reproduces the effect. At least on my machine. <?xml version="1.0" encoding="utf-8"?> <mx:Application...
dorkie dork from dork...
ultrafinetrip
Offline Send Email
Jan 3, 2007
12:35 am
1092
Probably, I couldn't reproduce either problem. ________________________________ From: flexcomponents@yahoogroups.com [mailto:flexcomponents@yahoogroups.com] On...
Alex Harui
alex_harui
Offline Send Email
Jan 3, 2007
7:39 am
1093
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...
darth_mambo
Offline Send Email
Jan 3, 2007
10:21 am
1094
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@...
Send Email
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...
vigen2000
Offline Send Email
Jan 3, 2007
1:28 pm
1096
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,...
Alex Harui
alex_harui
Offline Send Email
Jan 3, 2007
11:25 pm
1097
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...
Gareth Edwards
garethe_work
Offline Send Email
Jan 4, 2007
1:26 am
1098
forget about everything else i wrote. try the example code i posted. do you see the problem?...
dorkie dork from dork...
ultrafinetrip
Offline Send Email
Jan 4, 2007
6:44 am
1099
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...
vigen2000
Offline Send Email
Jan 4, 2007
9:45 am
1100
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 ...
darth_mambo
Offline Send Email
Jan 4, 2007
11:34 am
1101
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...
slangeberg
scoobeedogg
Offline Send Email
Jan 4, 2007
4:44 pm
1102
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...
Alex Harui
alex_harui
Offline Send Email
Jan 4, 2007
4:53 pm
1103
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...
Alex Harui
alex_harui
Offline Send Email
Jan 4, 2007
5:00 pm
1104
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...
potentialunfounded
potentialunf...
Offline Send Email
Jan 5, 2007
4:50 am
1105
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...
roman_dolgov
Online Now Send Email
Jan 6, 2007
9:08 pm
1106
Added screen shot of the error at: http://stackoverflowexception.blogspot.com/...
roman_dolgov
Online Now Send Email
Jan 7, 2007
2:47 am
1107
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...
vigen2000
Offline Send Email
Jan 7, 2007
9:30 am
1108
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...
vigen2000
Offline Send Email
Jan 7, 2007
12:14 pm
1109
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 ...
vebazzo
Offline Send Email
Jan 8, 2007
10:40 am
1110
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...
Alex Harui
alex_harui
Offline Send Email
Jan 8, 2007
4:57 pm
1111
The highlight appears below the item renderers in the DataGrid. The standard item renderer is transparent so it shows through. Josh Tynjala Flash Platform...
Josh Tynjala
joshtynjala
Offline Send Email
Jan 8, 2007
6:42 pm
1112
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...
vebazzo
Offline Send Email
Jan 8, 2007
9:48 pm
1113
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...
vebazzo
Offline Send Email
Jan 8, 2007
9:53 pm
1114
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...
Alex Harui
alex_harui
Offline Send Email
Jan 8, 2007
9:59 pm
1115
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 ...
quetwo
Offline Send Email
Jan 8, 2007
10:16 pm
1116
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...
Ted Patrick
adobeted
Offline Send Email
Jan 8, 2007
10:52 pm
Messages 1087 - 1116 of 3885   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help