A Flash Developer Resource Site

Search:

Type: Posts; User: neatgadgets

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,296

    Should be ok, but it was coming back with an...

    Should be ok, but it was coming back with an error saying that the MonsterDebugger could not be loaded. I put in the line

    import nl.demonsters.debugger.MonsterDebugger;
  2. Replies
    0
    Views
    578

    Tab with Cellrenderer and Combobox

    When using Cellrenderer to display a combobox in a datagrid, there is an issue with using Tab. If you tab through the cells, it will cause the combobox to erase. To fix this the column needs to be...
  3. Replies
    9
    Views
    1,296

    I tried: OnEnterFrame = function() { ...

    I tried:

    OnEnterFrame = function() {
    _level0.txt_progressbar.text = "combo.selectedItem.label: "+combo.selectedItem.label;
    }

    and

    function wait() { ...
  4. Replies
    9
    Views
    1,296

    That didn't seem to work either.

    That didn't seem to work either.
  5. Replies
    9
    Views
    1,296

    I tried that but the problem is I don't seem to...

    I tried that but the problem is I don't seem to be able to get my dynamic text fields to update.



    In the .as file I put



    _root.txt_progressbar.text = "combo.selectedItem.label:...
  6. Replies
    9
    Views
    1,296

    debugging .as scripts

    I am trying to debug a .as script but I do not have the ability to use trace because I am using mdm zinc. Is there another way I can see the state of variables in the .as?
  7. Replies
    0
    Views
    859

    AS 2 Dynamic Text Not Updating

    I have some simple code that should update some dynamic text but it seems to be doing it out of order.


    function loginAttempt() {
    _root.txt_progressbar.text = "Attempting to login, please...
  8. Replies
    1
    Views
    823

    Datagrid to String

    Hi,

    I want to convert a datagrid back to a string. I tried



    But this does not seem to work.
  9. Replies
    1
    Views
    1,242

    Resolved the issue. I need to have...

    Resolved the issue. I need to have SelectedItems[i].data or SelectedItems[i].label to get the result.
  10. Replies
    1
    Views
    1,242

    selecteditems in listbox

    Hi,

    I have some code that is building an SQL statement by looking through the selected items in a listbox. It seems to be getting the items and the right number, ie it goes through the loop the...
  11. Replies
    0
    Views
    1,126

    Saving datagrid to csv

    I have been searching for ages and hven't found anything that really works. I just want to b able to select a file location, a file name and save the contents of a datagrid to a csv file.
  12. applying a different array for a combobox

    I am having trouble applying a different array for a combobox

    I have created a datagrid, and then I am trying to use cellrenderer to put a combobox in a column.

    Normally I set up the datagrid,...
  13. Replies
    1
    Views
    948

    Fixing ambiguous combobox reference

    I have two frames in my Flash piece. On one frame I have a combobox called source_id, and on the other frame I also have a combobox called source_id. Now I know I could rename these but I want to...
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center