[flexcoders] Data Binding works/does not work

2008-08-09 Thread Heiko Niemann
Hi, with the code below I experience some strange behaviour of the data binding - at least it does not work the way I want. :) There are two text fields each saying 'Cart' plus the number of items. Then there are two buttons: one will increase the number of items and the other will switch the lang

[flexcoders] Text control - first line disappears

2008-08-07 Thread Heiko Niemann
Hi, I have a multiline (HTML)text in a text control. When I select it and get beyond its last line/character and move further down the whole text will suddenly jump up one line, so the first line is not visible anymore. Is this a bug or is there a way to prevent this behavior (besides making the

[flexcoders] Crazy Bindables

2008-03-12 Thread Heiko Niemann
Hi, following code works ok. There are two button menus: One sets the level, the other the language. The eabled-properties of these buttons are bound to two vars. Those vars are set whenever a button is clicked. The labels of the level-buttons are also set depending on which language is chosen.

[flexcoders] drag area in list items

2008-03-03 Thread Heiko Niemann
If I have a list (drag/drop enabled) that is filled with items (custom components), how could I define just a small area (bar) where I actually can drag the item - e.g. if I want to be able to reorder the list with drag/drop but the items may have nested icons i want to drag without dragging the it

[flexcoders] books, tutorials, articles on security issue

2008-03-01 Thread Heiko Niemann
Hi, I am looking for books, tutorials, articles that cover aspects, best practices, and/or concepts of security issues - some kind of overview. Right now I am struggling to put together all the pieces you get when you google for keywords like authentication management, encryption, as3corelib, sql

[flexcoders] Moving Buttons - Bug?

2007-12-24 Thread Heiko Niemann
Hello, I tested following code: http://www.adobe.com/2006/mxml"; layout="absolute"> It's just a little zoom effect on buttons - a sample found at many places. Basically it works but both buttons will move to the left if I a) move up and d