Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
allMyNicksAreTaken #1
problems with Repeater
Hi,
Does a Repeater somehow influence data-bindings?
I use exactly the same syntax for data-bindings to the same data in 2 components: One component is initi
allMyNicksAreTaken Guest
-
problems with cfformgroup type="repeater" with oracle
I have code which queries a database table containing skills and I want to output the query results, one record at a time, with a checkbox for each... -
Repeater + RadioButtonList
Hello I need some help... I have a repeater; its source is a dataview based on a datatable of a dataset. The aspx page creates a... -
cfformgroup repeater data problems
The cfformgroup repeater stuffs all instances of a field into a single form scope variable when submitted. Please see the example in Livedocs:... -
Repeater
Why is the repeater displaying only the first 14 items, when my table has 27 items. <%@ Page language="c#" AutoEventWireup="true" %> <%@... -
Checkbox in repeater
Hi, I use a Checkbox in a Repeater, how can I know which Checkbox have changed in OnCheckedChanged? I have tried to set id then checkbox is... -
allMyNicksAreTaken #2
problems with Repeater
Hi,
Does a Repeater somehow influence data-bindings?
I use exactly the same syntax for data-bindings to the same data in 2
components: One component is initiated the regular way, the other component is
initialized as a consequence of a Repeater iteration.
The repeated component, doesn't update its labels when the data is changed;
the other component has no problem with it...
Another thing with the Repeater: Although it seems the Repeater instantiates
its children only once (because they are shown in the correct quantity), it
initializes the components several times (it really slows down the
application)! When you put an alert in the initialize() function of the
repeated component, several alertBoxes are shown!
allMyNicksAreTaken Guest
-
ntsiii #3
Re: problems with Repeater
Well, the repeater actually creates instances for the repeated components, so
one would expect the initialize event to fire for each one, right?
Did you figure out the dataBinding issue? I couldn't find anywhere where we
were doing dynamic binding within a repeater.
Tracy
ntsiii Guest
-
allMyNicksAreTaken #4
Re: problems with Repeater
It seems that the dataBinding issue is not related to the Repeater object, but
instead to the amount of instances of that component. When a component uses
data-bindings, these bindings are NOT set, the first time the component is
loaded and initialized. All following instantiations update their data-bindings
correctly...
How is this possible?
allMyNicksAreTaken Guest



Reply With Quote

