Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 76150 - 76179 of 149591   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
76150
I think that is working. I haven't had time to accurately check it because I've been on other project but I know that is the right direction or right. Thank...
joshspooning
Offline Send Email
Jun 1, 2007
7:01 am
76151
How do you implement a form post in Flex to a url which will then go to that URL in the browser (where the target is "_self"? Thanks Boybles...
boybles
Offline Send Email
Jun 1, 2007
7:08 am
76152
Ok, I've tried a different approach w/ another pipe I made but I'm still getting nothing. How do you correctly set up vars to go w/ a request? ... <?xml...
joshspooning
Offline Send Email
Jun 1, 2007
7:12 am
76153
So I have a singleton object holding data that I've bound controls to. To make sure changes in the control affect the object's properties I've explictly bound...
asherritt9
Offline Send Email
Jun 1, 2007
7:18 am
76154
For my use-case, the XML is not large at all (~20k). However, the user experience of having something displayed immediately, and the remaining content...
Peter Hall
peterjoel@...
Send Email
Jun 1, 2007
7:31 am
76155
The MyTreeItemRenderer class is compiled in otherwise you'd get a verify error. Somewhere in the data setter it is getting a null reference. If you turn on...
Alex Harui
alex_harui
Offline Send Email
Jun 1, 2007
7:35 am
76156
... 10 ... It does indeed! Many thanks. I'd passed over this style in the online docs as TabNavigator paddingTop inherits from ViewStack and there it says...
Nick Durnell
durnelln
Offline Send Email
Jun 1, 2007
7:59 am
76157
One way is to use the changeEvent. The other way is to use the itemRender and insert a Txt component in to the cells. The you can play with the text and make...
Hara Jn
haravallabhan
Offline Send Email
Jun 1, 2007
8:19 am
76158
Hmmm I may have spoken too soon. I have set paddingTop to zero and the content now starts at the top of the tab with no gap. However - there is now a 9 pixel...
Nick Durnell
durnelln
Offline Send Email
Jun 1, 2007
8:20 am
76159
Pierre, You should ideally be using DateTimeAxis, by which you can control the labels and ticks. -Sunil ________________________________ From:...
Sunil Bannur
sunnytp.geo
Offline Send Email
Jun 1, 2007
8:21 am
76160
Its a common error... anybody can get it... I dont think there is nothing related to the webservice. Few things you need to check with are.. 1. Check is any...
Hara Jn
haravallabhan
Offline Send Email
Jun 1, 2007
8:37 am
76161
it you are going the itemRenderer way, you could use the link button to open the link. I personally wont do the rowIndex, colIndex based way because it is not...
Harish Sivaramakrishnan
harishsivaram
Offline Send Email
Jun 1, 2007
8:47 am
76162
LInk button wont solve your problem unless if the link is very text is very small. when you use a domain name or a long URL Text component is the best....
Hara Jn
haravallabhan
Offline Send Email
Jun 1, 2007
8:53 am
76163
Hi Mike, that sounds pretty similar to what I'm trying to implement. Drag selecting via mouse and one or more component selection (either from drag select, or...
Mark Ingram
skuteboarding
Offline Send Email
Jun 1, 2007
8:54 am
76164
No one has done this? I've experimented with updating the canTurnForward() method in FlexBook.as, like this: private function canTurnForward():Boolean { ...
bjorn -
itrashmail
Offline Send Email
Jun 1, 2007
9:04 am
76165
well , I was following the example which has fail and pass which needs to be hyperlinked. I still feel link button is the best as it is *not* very common to...
Harish Sivaramakrishnan
harishsivaram
Offline Send Email
Jun 1, 2007
9:07 am
76166
As you say.. you are right when we use a small text like fail in pass. I was trying to be generic that is all. But still when you use a link button it will not...
Hara Jn
haravallabhan
Offline Send Email
Jun 1, 2007
9:25 am
76167
I tried to create a sample app which showed the problem but it worked flawlessly :) I think it must be the way I am instantiating/setting the properties &...
Nick Durnell
durnelln
Offline Send Email
Jun 1, 2007
9:32 am
76168
Hi, I have a custom component that I want to define styles for. What is the best way of setting up styles? I understand that if a style has been set, getStyle...
Mark Ingram
skuteboarding
Offline Send Email
Jun 1, 2007
10:00 am
76169
http://livedocs.adobe.com/flex/2/docs/00001747.html http://livedocs.adobe.com/flex/2/docs/00001748.html http://livedocs.adobe.com/flex/2/docs/00001752.html ...
Muzak
muzakdeezign
Offline Send Email
Jun 1, 2007
10:14 am
76170
Thanks - http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhel p.htm?context=LiveDocs_Book_Parts&file=skinstyle_149_7.html - was the link I...
Mark Ingram
skuteboarding
Offline Send Email
Jun 1, 2007
10:32 am
76171
Hi, I want to applying some filters to an image before I use it as an icon asset for a button. I tryied this: **public function getButtonIcon(btn:String):Class...
Paolo Bernardini
bernardini.p...
Offline Send Email
Jun 1, 2007
10:37 am
76172
Having the same problem here. Stepping through the code, I get to this function in mx.managers.SystemChildrenList. public function...
Peter Hall
peterjoel@...
Send Email
Jun 1, 2007
10:44 am
76173
When a header gets clicked a HEADER_RELEASE event fires. That's a good opportunity to save away the sort information somewhere. I once recommended to someone...
Alex Harui
alex_harui
Offline Send Email
Jun 1, 2007
10:46 am
76174
Rohan, Its not complex. Here's a sample app which will demonstrate what I had suggested in my email: http://www.geocities.com/bhuvangupta/flexblog/TWTest.swf ...
Flexing...
bhuvangupta
Online Now Send Email
Jun 1, 2007
10:46 am
76175
Joe, You forgot the "AC_OETags.js" file. Put it in your "MyApp" directory. This file is also generated by Flex Builder. Luciano. _____ De:...
Luciano Ricardo Santos
luc_santos
Offline Send Email
Jun 1, 2007
10:46 am
76176
Try calling validateNow after setting enabled to false. Animations can shut down validatiom. If you can disable and re-validate before the animations start,...
Alex Harui
alex_harui
Offline Send Email
Jun 1, 2007
10:46 am
76177
Rohan, did you miss the solutions posted by Mike and Flexing? I would prefer Mikes solution myself. Tracy ________________________________ From:...
Tracy Spratt
nts333rd
Offline Send Email
Jun 1, 2007
10:46 am
76178
Hi, I've a problem with webservices after updating to hotfix 2 for flex builder. this is the soap for the method I'm having problems with: <soap:Envelope...
Paolo Bernardini
bernardini.p...
Offline Send Email
Jun 1, 2007
10:47 am
76179
Hi, I gave an answer to this a couple threads back. See all the threads to this post and you will see the answer. Peace, Mike ... -- Teoti Graphix ...
Michael Schmalle
teotigraphix
Offline Send Email
Jun 1, 2007
10:47 am
Messages 76150 - 76179 of 149591   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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