Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Glen Simmons #1
Taking focus from a control
In my app, I have a DataGrid, and when a row is double-clicked, a new view is
put up showing the data. I also add eventListeners to the stage for keyboard
events to do various things on the new view. The problem is that at this point,
the DataGrid still has the key focus and it "steals" the arrow keys. How do I
take the focus away, so that my eventListeners get triggered?
Glen Simmons Guest
-
Setting Focus in a User Control
I have an editable datagrid as part of a usercontrol. When I click the Edit button, I wish for focus to be set on the first control, a... -
focus/lost focus of custom control
Hi new to .NET and have a question. What I want to do if have a custome control (contains a table grid of text boxes) and multiple instances... -
Control focus
Hi guys, How to Focus a TextBox on page load? I have this function: public static void FocusControl(Page pagina, WebControl control) {... -
Difference in module_eval taking block vs. taking string (1.8 bug?)
The following code: class Klass end p Klass.instance_methods(false) Klass.module_eval do def hello puts 'hello' end end -
Which control had focus before postback?
Hi, Is it possible to retrieve the control that had the focus when the page was posted back? Because the focus is lost when a postback occurs...



Reply With Quote

