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...
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...
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...
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@...
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...
... 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...
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...
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...
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...
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...
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....
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...
No one has done this? I've experimented with updating the canTurnForward() method in FlexBook.as, like this: private function canTurnForward():Boolean { ...
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...
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...
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 &...
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...
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...
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...
Having the same problem here. Stepping through the code, I get to this function in mx.managers.SystemChildrenList. public function...
Peter Hall
peterjoel@...
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...
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 ...
Try calling validateNow after setting enabled to false. Animations can shut down validatiom. If you can disable and re-validate before the animations start,...
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...