Tagged Questions
The bindable tag has no wiki summary.
4
votes
1answer
212 views
Best Way in VB.Net to Use Generics for My.Settings Persistance?
Can you improve upon this generic?
I'm trying to reduce code bloat, reduce errors and simplify codebehind by use of generics. In this case I'm applying generics to declaration of persistable ...
2
votes
1answer
49 views
Does a base class with the metadata [Bindable] keyword automatically extends EventDispatcher?
I'm encountering something a bit bizarre, but maybe someone else came across this before.
I've got a base class, that doesn't extend anything. Let's call it...
public class FooBar {
//...
}
...
2
votes
4answers
1k views
Flex 3 Binding problem
I have a custom ActionScript class:
package EntityClasses
{
import mx.collections.ArrayCollection;
[RemoteClass(alias="tkatva.tt.entities.CompanyInfo")]
[Bindable]
public class CompanyInfo
{
...
2
votes
2answers
649 views
Using ASDoc with Bindable metatag and mxml
I am creating the documentation of my flex project using ASDoc and having some issues with the bindable metatag.
ASDoc doesn't document public Bindable values unless the Bindable tag has an event ...
2
votes
3answers
233 views
JQuery: Is there a way to do Flex-style data bindings?
Several new UI/Query frameworks allow you to "bind" UI elements to data structures. When data in the structure is updated, the change propagates to the UI element, automatically.
Some examples of this ...
2
votes
2answers
607 views
Some [Bindable] properties in Flex work, some don't
Problem solved, see below
Question
I'm working in Flex Builder 3 and I have two ActionScript 3 classes (ABC and XYZ) and a Flex MXML project (main.mxml). I have an instance of XYZ as a property of ...
1
vote
2answers
44 views
Can @Bindable variable's change in different thread can be reflected the corresponding UI element?
I'm learning to implement a count down timer with GUI showing the time reduction. I'm using Groovy's @Bindable in the hope that the change of time reduction can be displayed automatically in the ...
1
vote
1answer
79 views
“Bindable” capability does not work in all situations
When I try to set the width of a BorderContainer to a bindable variable in Flex tags declaration it works well. Code looks something like this:
<s:BorderContainer id="mainContent" left="0" ...
1
vote
2answers
304 views
Unable to set Binding to a Run that resides in a TextBlock
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
DataContext="This is my text">
<TextBlock>
...
1
vote
1answer
322 views
Groovy Bindable default value?
I would like to have a text field whose value always reflects that of a certain field in a given object. I thought Bindable might be the way to do this. However, using the following example:
...
1
vote
1answer
147 views
Combine Hibernate class with @Bindable for SwingBuilder without Griffon?
I have implemented a back-end for my application in Groovy/Gradle, and am now trying to implement a GUI.
I am using Hibernate for my data storage (with HSQLDB) per
...
1
vote
1answer
278 views
binding to arraycollection does not work
I am using flex SDK 3.5. I have model.as and in it i have an ArrayCollection (name it arr_mod) which is Bindable.
From my mxml i link to this arr_mod in three places:
1) in DataGrid i set ...
0
votes
1answer
19 views
Unable to bind 'foo' on class 'Foo'
I know the 'unable to bind msg' has been asked before but I think in my case is different...
When my application is running on debug mode I get some warnigs I'm not sure how I can solve...
[trace] ...
0
votes
4answers
109 views
Listen to bindable property in bindable Arraycollection
I've got a bindable model class (lets call it myModel) with two properties, label and value. The value gets updated frequently, so it is marked as bindable.
Works fine so far, the data is updated and ...
0
votes
1answer
29 views
Flex: binding tab labels to variables
I'm using a custom tabbar with the dataProvider being a viewstack and I'm trying to get the tab labels to update when data in the related container (in the viewstack) updates.
The viewstack's ...
0
votes
0answers
27 views
What do I have to do so that a property will show at the datasource?
This is a windows forms question. forgive me if I explain what I do with too much detail but I asked with less detail before and it seems nobody read, because answers were completely off mark and I ...
0
votes
0answers
111 views
Groovy Swingbuilder : bindable combobox doesn't work [Edit : Groovy upgrade cured it]
I'm trying to get a combo box to be binded to another one, first trying to bind a combo to to a text field.
I don't get why the text bind works while the combo bind doesn't.
Note that I can't use the ...
0
votes
1answer
305 views
Edit ArrayCollection through Item Renderer
I use a spark List with a custom item renderer and an ArrayCollection for dataProvider.
The ItemRenderer looks something like
<mx:TextInput id="txtValue1" text="{data.myFirstValue}"/>
...
0
votes
1answer
84 views
How Can I Make an MXML Variable Bindable in Flex 3
Is it possible to use the Bindable compiler setting when using mxml?
I've got a string that I want to make bindable:
<mx:String id="myString">My Text</mx:String>
I could make it ...
0
votes
0answers
35 views
Using Groovy @Bindable both for an object and it's property
I'm using the Groovy SwingBuilder and want to bind a field to an @Bindable property containing an object. However, I want it to update both if the property is changed to another object, and if a ...
0
votes
2answers
111 views
is binding simple a shortcut for addeventlistener
I never really understood the point of binding, beyond it being effectively shorthand for addeventlistener.
is there more to it? am I missing something?
thanks,
dsdsdsdsd
0
votes
1answer
115 views
Flex Binding : Unexpected behaviour
I have noticed an unexpected behaviour with binding in Flex, my code is as follow :
Application code
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" ...
0
votes
3answers
290 views
Flex watch bindable property other class
I'm creating an application using Flex 4.
When the app is started, it reads a XML file and populate objects. The .send() call is asynchronous, so I would want to listen/watch to this populated object, ...
0
votes
1answer
176 views
Implementing a bindable object with dynamic properties
I am trying to make an object in C# that can be bound to a gridview. I have three objects to achieve this. EntryTable, EntryRow and EntryValue. An EntryTable contains a list of EntryRows and an ...
0
votes
2answers
291 views
ArrayCollection of data for label test in flex?
My label text is not showing up after binding the arraycollection to the label text. Could I see an example of how to properly bind an arraycollection to a labels text?
0
votes
1answer
359 views
Bindable variable not updating with viewstack / swiz
I'm using the Swiz framework and I'm trying to update my viewstack's selectedIndex with a bindable property. It gets to my event handler which updates the bindable variable but the Main app file's ...
0
votes
1answer
158 views
flex bound visibility messes up during fx animations
working in flex 4
i have a variable:
[Bindable]
public var visibility:Boolean = true;
these effects:
<fx:Declarations>
<mx:Fade id="fadeOut" duration="800" alphaFrom="1.0" ...
0
votes
1answer
528 views
Flex components property change event
I have a custom component on which I have bound an array collection to one of its proeprties:
<comp:MyComp id="comp" prop="{images}" />
images is an arraycollection
In the components' code I ...
0
votes
1answer
60 views
Ways to implement Flex [Bindable] in other languages
As you may know, ActionScript allows you to mark a variable as [Bindable], causing any changes to that variable to have immediate effect all over your application. Pretty neat.
How would you ...
0
votes
1answer
417 views
Flex: make getter Bindable in an value object
I have an value object in Flex which looks like:
[Bindable]
public class MyVO
{
public var a:ArrayCollection;
public var b:ArrayCollection;
private var timeSort:Sort;
public ...
0
votes
2answers
126 views
Getting the target when using bindable getter in flex
Hi
I have the following files:
model.as
clint.mxml
in clint.mxml I have the following line:
<s:Group id='clint1' x="model.locationX">
...
in the model.as I have a getter:
...
0
votes
2answers
2k views
How to search a string within a flex datagrid dataProvider 4?
I tried using filterFunction not get any results, check out this example:
[Bindable]
public var SearchLoadlistOneDP:ArrayCollection;
public function SearchList():void {
...