Hello, You may have already seen this, but folks on this list may be interested or know folks who are interested...we have a number of open positions open in ...
David Mendels
dmendels@...
Jun 1, 2004 2:23 pm
1000
I have some weird effects when mixing static data with dynamic content. I have some dynamic data that has to have quotes around it. Unfortunately, placing...
Dirk Eismann
DEismann@...
Jun 1, 2004 3:55 pm
1001
Hi flexcoders, My Flex apps are getting to the point where it would be very useful to have a unit and/or use case testing framework for the UI -- something ...
Bummer, this looks like a bug. I'll go ahead and file it. As a workaround you should be able to specify the whole value as a binding expression and just do...
Hi flexcoders, I'm trying to use a TabBar as a drop target for dnd operations. Basically I need to drag list items to individual destination tabs on the...
I asked someone here more familiar with the TabBar and Drag and Drop. Here's what he said: A TabBar is just an HBox, so you can use the getChildAt() function...
Thanks for the info Matt. FWIW I found a better solution than the mouse coordinates approach, I think, using the undocumented mx.containers.tabclasses.Tab...
Hi [again] flexcoders, Is there a trick to using the HTTPService class in a pure AS class, ie without the mx:HTTPService tag? Everything seems to work up until...
It's not something we've set up for in 1.0. What are you trying to do? Maybe there's another solution we could recommend. Matt ... From: Marcos Neves...
The compiler does some code-gen to make HTTPService work. Is there a reason why you really want HTTPService used in AS-only? I'd encourage you to read the...
I was wondering why some classes from Flash 7 aren't available in Flex, particulary the Contextmenu class, could be quite usefull? I recall reading something...
Hi Owen, Could it be a case-sensitivity issue? Below you said Conextmenu rather than ContextMenu. <i2:shameless-plug xmlns:i2="com.iterationtwo.book"...
Hi - I looked into this, and I think the easiest thing to do would be to catch the combobox's open() event and manually move the dropdown over by changing the...
Deepa Subramaniam
dsubrama@...
Jun 2, 2004 6:24 pm
1021
Hi - I looked into this, and I think the easiest thing to do would be to catch the combobox's open() event and manually move the dropdown over by changing the...
Deepa Subramaniam
dsubrama@...
Jun 2, 2004 6:25 pm
1022
What steps are necessary to make custom property bindings work correctly in mxml components? There seem to be initialization/timing issues when extending...
Dirk Eismann
DEismann@...
Jun 2, 2004 8:00 pm
1023
Ya... I thought of that... my dropdown is wider than the combobox When I move the dropdown over to the left it gets cutoff at the left edge of the combobox ...
If you call getStyle('tabWidth') but didn't explicitly set tabWidth through MXML or setStyle(), you'll get undefined because that is the default value. This...
Gotcha, I had just been using the tabWidth style incorrectly -- I'd thought I might be able to query it to find out the calculated width if I didn't set it...
Hi all, did anybody try to develop apps using FCS in Flex ? I need some resources ..... Thanks Marco Casario...
Marco Casario
mcasario@...
Jun 2, 2004 8:50 pm
1028
Hi Marco, ... We're doing just that at present; what is it you're trying to do exactly ? Best, Steven -- Steven Webster Technical Director iteration::two...