Why is it that we can't use a DateFormatter as the value of the dateFormatter attribute for dateField/Chooser controls? ...
593
Matt Chotin
m_chotin
May 4, 2004 11:09 pm
It is possible if you want to try to compute the cell that's visible. This involves understanding the DataGrid's vPosition, relating that to the data in the...
594
Matt Chotin
m_chotin
May 4, 2004 11:13 pm
The DateField and DateChooser classes were written for Flash MX 2004 originally so our formatters didn't exist. Feel free to submit a feature request that...
595
Matt Chotin
m_chotin
May 5, 2004 12:04 am
So normally when you place a TabNavigator in a container other than a Canvas you wouldn't run into this issue because everything would grow accordingly. Since...
596
Matt Chotin
m_chotin
May 5, 2004 12:18 am
Could you post some sample code so see exactly what you're trying? It'll make it easier for us to identify our bug or limitation or simply put you on the...
597
sbyrne_dorado
May 5, 2004 2:04 am
I'm trying to understand the environment that a call back function is executing in. I have called a remote object from ActionScript, via var call =...
598
Matt Chotin
m_chotin
May 5, 2004 4:13 am
Ah, scoping issues :-) You're using the onResult function which makes me think you've used Flash Remoting in the past. We do not tend to use onResult in Flex...
599
bobpardoe1959
May 5, 2004 7:18 am
When you run this lot, you will see all sorts of strange things. The HaysLiteral works as expected. The Hays Combo and TextBox both have strange behavious and...
600
sbyrne_dorado
May 5, 2004 5:49 pm
... Flash ... Nope -- just trying to follow what I see in what documentation that I can find. ... I'd suggest that if this practice is no longer "the right...
601
Matt Chotin
m_chotin
May 5, 2004 5:54 pm
Yes, the docs specify it in the WebService chapter where even though I don't recommend it that syntax is allowed and supported. RemoteObject is a little ...
602
jeff tapper
jefftappernyc
May 5, 2004 6:46 pm
has anyone had any luck using the 5th argument (corner radius) of the drawRect method of UIObject in flex? According to the docs: r - Corner radius of the...
603
jeff tapper
jefftappernyc
May 5, 2004 6:50 pm
Ah well, just answered my own question by opening up the class file and looking: function drawRect(x1:Number, y1:Number, x2:Number, y2:Number, r):Void { ...
604
jeff tapper
jefftappernyc
May 5, 2004 7:01 pm
Does anyone know where the drawRoundRect() method is defined? I see it used in Skins, which extend RectBorder, which extends Border, which extends UIObject,...
605
sbyrne_dorado
May 5, 2004 7:20 pm
In the application that we're developing, there is a significant amount of state that the client side RIA uses that changes very slowly. By very slowly I mean...
606
sbyrne_dorado
May 5, 2004 7:24 pm
Matt, I have done a variant of what you suggested (thank you very much for the hint!), using the onResult with a delegate, and it works as I would expect. I am...
607
Roger Gonzalez
rgonzalez@...
May 5, 2004 7:42 pm
You have a few options. 1) Encode your state in XML, and download it separately. If things are set up correctly, the XML file will be stored in the browser...
608
Matt Chotin
m_chotin
May 5, 2004 8:30 pm
Defaults.as in the skins subdirectories. Depending on which skins you are using the appropriate subdirectory39;s Defaults.as will have the definition. Matt ... ...
609
jeff tapper
jefftappernyc
May 5, 2004 8:33 pm
Matt - I dont see Defaults.as in en\First Run\Flex Classes\mx\skins am i looking in the wrong place?...
610
Matt Chotin
m_chotin
May 5, 2004 8:36 pm
It's in the halo and sample subdirectories. Those are what would ship with Flex at least. Matt ... From: jeff tapper [mailto:jeff@...] Sent: Wednesday,...
611
Cortlandt Winters
cortlandt_wi...
May 5, 2004 8:36 pm
Hi Jeff, It is in default.as of Flex Classes\mx\skins92;halo ... -Cort ... From: jeff tapper [mailto:jeff@...] Sent: Wednesday, May 05, 2004 3:01 PM To:...
612
Cortlandt Winters
cortlandt_wi...
May 5, 2004 8:43 pm
Hi Jeff, It doesn't exist by default. There is a FlexForFlash.zip file that you need to extract for these classes. Look at the tail end of the flex...
613
sbyrne_dorado
May 5, 2004 11:02 pm
This chapter has been very helpful, but it refers to the source code for the examples that it references as being "on the companion web site". I've searched a...
614
Matt Chotin
m_chotin
May 5, 2004 11:04 pm
I think those aren't posted yet since the book hasn't been published. Sorry, you're gonna have to wait a few weeks on that one :-) ... From: sbyrne_dorado...
615
Steven Webster
swebsteratit...
May 5, 2004 11:16 pm
Hi Steve, ... I'm afraid the chapter that appeared on theserverside was a "sneak" that the publisher agreed to us releasing around the launch of Flex .... the...
616
Matt Chotin
m_chotin
May 6, 2004 1:28 am
Hi Bob, Sorry we didn't respond to this earlier. I only have some answers for you right now. 1) certain core properties are not available as styles due...
617
bobpardoe1959
May 6, 2004 8:37 am
Thanks for the response 1) its a bummer that the positioning does not work, but there we are. 2) the changing of the stylesheet style to Link did not make any ...
618
bobpardoe1959
May 6, 2004 8:54 am
The saga continues ... I have played with the mxml compnent some more. The reason it goes wrong is that the TextInput control, cannot cope with the width ...
619
Steve Pruitt
st_pruitt
May 6, 2004 2:26 pm
I find myself using executeBindings() more and more. The pattern is usually when I use an AS object, that I developed, as the underlying model of a component...
620
Steve Pruitt
st_pruitt
May 6, 2004 2:37 pm
I recall the Beta documentation containing instructions on customizing the context menu, the right-mouse-button menu. I can't find anything in the 1.0...
621
Hans Omli
interactioneer
May 6, 2004 2:58 pm
I'm having a heck of a time positioning menus. I've got a set of Link components within a HBox container which is within a VBox container. <mx:VBox> <mx:HBox...