Hi simeon,
I finally figured out a work around solution after quite a few
permutations on the databinding situation.
- thumbnail.mxml ( the itemrenderer)
[Bindable]
public var category:CategoryVO;
{data as CategoryVO}
--
Simeon,
Thanks as well. Putting the dynamic in the VO class definition worked.
I'd like to try the UIDD solution as well for completness. Is this a
bug or by design?
Thanks,
Sof
--- In flexcoders@yahoogroups.com, "sufibaba" <[EMAIL PROTECTED]> wrote:
>
> Simeon,
>
> Excellent tip, you've come
Good question,
Where do you make them bindable... In the thumbnail.mxml or in the
mxml where the TileList is?
Tim
--- In flexcoders@yahoogroups.com, "Simeon Bateman" <[EMAIL PROTECTED]>
wrote:
>
> Glad that worked for you :)
>
> Well I will go with the full on silly question. Are you ma
Good question,
Where do you make them bindable... In the thumbnail.mxml or in the
mxml where the TileList is?
Tim
--- In flexcoders@yahoogroups.com, "Simeon Bateman" <[EMAIL PROTECTED]>
wrote:
>
> Glad that worked for you :)
>
> Well I will go with the full on silly question. Are you ma
Glad that worked for you :)Well I will go with the full on silly question. Are you marking those properties as bindable?simeon
Error message from the Debugger -
warning: unable to bind to property 'data' on class 'com.mycompany.templateEditor.vo::CategoryVO'
Simeon,
Excellent tip, you've come through full power again. My setup is
with coldfusion the " Dynamic" seemed to have solved the
comboBox display problem. Even though that is fixed, I am
getting binding problems in other parts of the App. BTW,
everything was working fine in Beta1.
Pro
Hey Gang,Here is the deal as I understand it. In order for list based components to visually respond correctly they need to have certain things implemented in the VO in the dataProvider.At the base level what really needs to happen is that if you value objects are going to be used as the dataPr
Thanks for the idea, but we have already tried that. It just seems
as though it can't handle complex types. It seems like it only
works properly with Object types. It rendered the list with the
complex type (Value object), but it highlighted the last visible
item when the dropdown list is di
I tried that as well. I think I tried almost every possible way to
change/cast the array. The dataprovider just doesn't like the array to
be comprised of Valueobjects. It works great as plain vanilla or strings.
I'm hoping this is a bug and I'm not going crazy.
- Sof
--- In flexcoders@yahoogrou
Instead of casting event.result, would
mx.utils.ArrayUtil.toArray(event.result) do the trick?
--- In flexcoders@yahoogroups.com, "sof4real03" <[EMAIL PROTECTED]> wrote:
>
> A workaround that I had to do was create a new array and push in each
> of the indexes of the ValueObject array. This created
A workaround that I had to do was create a new array and push in each
of the indexes of the ValueObject array. This created a second array
of plain vanilla objects. I'm not happy with this solution, but I'm
baffled...
--- In flexcoders@yahoogroups.com, "sufibaba" <[EMAIL PROTECTED]> wrote:
>
>
>
I am using the PhoneCairngorm structure from Benoit and have modified
the backend to use a Database instead of the XML datafile.
I am experiencing the same combobox highlighting problem. The result
ArrayCollection is Piped into a comboBox. The labels are all correctly
displayed in the box, how
Can the dataprovider for combobox understand an array of specific
value objects or does it need to be a plain vanilla object or string?
--- In flexcoders@yahoogroups.com, "sof4real03" <[EMAIL PROTECTED]> wrote:
>
> I'm returning a native 1 dimensional array of ValueObjects from a java
> class. T
13 matches
Mail list logo