+ Post New Thread
Page 21 of 196 FirstFirst ... 11 19 20 21 22 23 31 71 121 ... LastLast
Threads 401 to 420 of 3915

Forum: Macromedia Flex General Discussion

  1. Dynamic Class Instantiation with getDefinitionByName

    Ok so I am trying to follow the following example in instantiating a class dynamically: ...

    • Replies: 4
    • Views: 3,260
    09:14 PM Go to last post
  2. Disable Return in text area?

    Anyone know how to prevent the user from putting carriage returns or line breaks in the TextArea component? (without checking all the key input) ...

    • Replies: 1
    • Views: 389
    08:44 PM Go to last post
  3. Nested Folders - how to configure namespaces?

    I have folders such as: view \ details \ overview \ blah \ how do I setup the xmlns tag in my "application" to reference the files in...

    • Replies: 4
    • Views: 291
    08:41 PM Go to last post
  4. How to set the Tme Zone of flash player

    Hi we (HP-Mercury) also raised this requirement a year ago where we need to be able to set a different TZ on our Date objects. we were told that...

    • Replies: 1
    • Views: 299
    08:26 PM Go to last post
  5. Children Hearing Parent Events

    I have an application that has a dozen or so of the same custom components on a canvas. If I click on one of the objects I want the other 11 to all...

    • Replies: 2
    • Views: 1,257
    08:22 PM Go to last post
  6. Can't access remote java object

    I'm using Flex Builder 3 plug-in and trying to build a simple demo app that uses JDBC to return results to a datagrid. However, I getting the...

    • Replies: 0
    • Views: 354
    05:42 PM Go to last post
  7. Are parallel stages possible within Flex applications?

    Hello, I'm interested in exploring Flex, but I don't want to spend unnecessary time on it. I'm wondering if it is possible to have multiple...

    • Replies: 1
    • Views: 285
    05:35 PM Go to last post
  8. Multiple Item selection in comboBox

    Can combo box be used to selected multiple items at a time?

    • Replies: 1
    • Views: 1,400
    05:26 PM Go to last post
  9. HandCursor over datagrid NOT EXPECTED

    Hello, I use a datagrid and for apparently no reason the mouse cursor becomes a hand when I'm over the datagrid ( everywhere but the headers)...

    • Replies: 1
    • Views: 390
    05:19 PM Go to last post
  10. Datagrid item renderer delete button

    I have a datagrid with an item renderer. In the item renderer is a delete button img. Onclick it will remove the item from the datagrid with the...

    • Replies: 2
    • Views: 3,673
    05:17 PM Go to last post
  11. Flex Builder 3 and CFEclipse

    I finally got a project set up in FB3 (not sure if its right,but it's there). I can't edit any .cfm files, or create .cfc's in FB3. I used to be...

    • Replies: 1
    • Views: 615
    05:15 PM Go to last post
  12. ItemEditor in DataGrid close Button in the ItemEditor?

    I have a DataGrid with an ItemEditor. The ItemEditor consists of 1 TextField and 2 Buttons (Cancel and Submit). Now my question: how can I...

    • Replies: 1
    • Views: 1,101
    05:08 PM Go to last post
  13. Setting up a coldfusion project in Flex

    This is my first time using flex to connect to coldfusion. I've got the following configuration: 1) Development XP with Flex 3/Adobe CS3 2)...

    • Replies: 2
    • Views: 847
    05:07 PM Go to last post
  14. XMLListCollection and filterFunction

    I'm trying to do the same thing. Have you figured anything out yet? filterFunction seems to have a major flaw in that it only works for the root...

    • Replies: 0
    • Views: 452
    04:30 PM Go to last post
  15. filterFunction on multiple levels

    I am using filterFunction on a XMLListCollection to filter data. It works fine except it only filters the first level of data. Is there someway to...

    • Replies: 0
    • Views: 373
    04:26 PM Go to last post
  16. Coerce ObjecyProxy to XML

    Does anyone know how can I coerce an ObjectProxy http://livedocs.adobe.com/flex/2/langref/mx/utils/ObjectProxy.html to an XML object in flex? I...

    • Replies: 0
    • Views: 224
    03:56 PM Go to last post
  17. Layout problem with HBox and VBox

    I want to create a login screen that is always centered on the screen. Within the login screen I want two text fields to be vertically aligned and...

    • Replies: 1
    • Views: 465
    03:52 PM Go to last post
  18. Bind Dictionary to dataProvider

    I have a class which stores data in a dictionary such as: public var data:Dictionary; Person bill = new Person("bill"); data = bill; Ok,...

    • Replies: 0
    • Views: 1,217
    03:43 PM Go to last post
  19. Object is bindable but not being updated when the valuechanges

    I have an object that is declared as that is updated in a component that is also declared as however, when the value is changed the UI shows the...

    • Replies: 12
    • Views: 575
    02:27 PM Go to last post
  20. Problem with copy of the object

    Hi, trying to copy (clone) my object: var a:TestObj = new TestObj() var a2:TestObj = ObjectUtil.copy( a ) as TestObj; but i recieve...

    • Replies: 0
    • Views: 326
    01:23 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139