A Flash Developer Resource Site

Search:

Type: Posts; User: Ninki

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    467

    thats the idea i want to push the "checked:true"...

    thats the idea
    i want to push the "checked:true" to every element of the parent array
    something like this...
    output:
    myArray[0]=itemID:"0", itemName:"theItem", checked:true ...
  2. Replies
    3
    Views
    467

    my array builds on real time: myArray=new...

    my array builds on real time:

    myArray=new Array()
    myArray.push({itemID:"0", itemName:"theItem"})
    myArray.push({itemID:"1", itemName:"theItem"})
    myArray.push({itemID:"2", itemName:"theItem"})
    ...
  3. Replies
    0
    Views
    318

    the "IconButton" default action event extract on...

    the "IconButton" default action event extract on 'release' and i want it to be 'on press'
    how can i do that???
    i guess the 'change handler' doesnt work for 'on press'
    oren
  4. Replies
    1
    Views
    443

    can anyone help with this issue? anything new on...

    can anyone help with this issue?
    anything new on print???
  5. Replies
    1
    Views
    443

    did macromedia touched this method or just...

    did macromedia touched this method or just delivered it as is from F5.
    back in F5 i`ve checked a way to make a dynamic continous printing form, such as list with a diferent data to print each time....
  6. Thread: onKillFocus()???

    by Ninki
    Replies
    1
    Views
    805

    i`ve read the onKillFocus help and i can see...

    i`ve read the onKillFocus help and i can see there is an argument newFocus attached to its function
    SO..
    myField.onKillFocus=function(newFocus){
    trace("field lost focus")
    }
    how can onKillFocus...
  7. Thread: onKillFocus()???

    by Ninki
    Replies
    1
    Views
    805

    i have 2 textFields, one 'cancel' button and one...

    i have 2 textFields, one 'cancel' button and one 'save' button on my popup stage .
    i`ve set a onKillFocus() for each textField
    myfield1.onKillFocus= function(){
    trace("field lost the focus")
    }...
  8. Replies
    11
    Views
    861

    i made a browser check [which i forgot to make...

    i made a browser check [which i forgot to make before]
    and beleive it or not it works good!
    i wish there wasnt any difereces between the MX player and browser.
    but anyhow it works now and thats...
  9. Replies
    11
    Views
    861

    aashu.com, i cant give you a live link but i can...

    aashu.com,
    i cant give you a live link but i can send you the file
    either my way or your way doesnt work
    my problem is not between textBoxes the problem is tabing between comboboxes
    anyway you...
  10. Replies
    11
    Views
    861

    i have a set of comboboxes on my stage...

    i have a set of comboboxes on my stage
    myCombo1.tabIndex=0
    myCombo2.tabIndex=1
    myCombo3.tabIndex=2
    myCombo4.tabIndex=3
    etc...
    myCombo1.tabEnabled=true
    myCombo2.tabEnabled=true...
  11. Replies
    9
    Views
    760

    thats what i`m going to try!!! as soon as they...

    thats what i`m going to try!!!
    as soon as they let me check it on their server as this application wont work localy.
    so i hope it`ll work
    good thought PAlexC
    i`ll keep you posted
  12. Replies
    9
    Views
    760

    the plugin is placed in their server but it wont...

    the plugin is placed in their server but it wont help
    and yes your right i have to adabt to the user and not the other way round but i need a first aid.
    anyone please???
  13. Replies
    9
    Views
    760

    but i wonder if other people havin this problem...

    but i wonder if other people havin this problem or its just in my application?
    unfortunatly i`m not so safe cause they have a way out to the internet and as soon as someone will install the flash 6...
  14. Replies
    9
    Views
    760

    now my tab jump doesnt work anymore with flash 6...

    now my tab jump doesnt work anymore with flash 6 player
    it is working with flash 5 but as soon as i installed my flash 6 player the tab order and jump action doesnt work anymore.
    what can i do to...
  15. cool Gerome!!! can you make the options work on...

    cool Gerome!!!
    can you make the options work on an empty field?
    like in office word
    i wonder if there is away to do that
  16. align on empty textField???

    subway,i saw your above briliant work
    but i got a problem in creating an empty newtextField and align it to *for example "center"
    it doesnt work the align works only for textFields with values....
  17. Replies
    0
    Views
    438

    i`ve created a new textField by actionScript...

    i`ve created a new textField by actionScript
    createTextField("mytext", 1, 2, 0.2, 100, 20);
    mytext.text="" // or by default nothing
    mytext.type="input"
    mytext.align="center"

    the align doesnt...
  18. Replies
    2
    Views
    377

    yep,the calendar acts funny on the second time...

    yep,the calendar acts funny on the second time i`m attaching it
  19. Replies
    2
    Views
    377

    am i doing something wrong??? to remove attached...

    am i doing something wrong???
    to remove attached calendar componet should i write
    removeMovieClip("myCalendar")
    ???
    or there is another way to remove or zero flashMX component before just remove...
  20. thanks sidrao, idont mean the values of each row...

    thanks sidrao,
    idont mean the values of each row i meant a row with multiple labels and values
    for example##
    row1-label1-label2-label3..etc.
    row2-label1-label2-label3..etc....
  21. or at least customize the current one i need an...

    or at least customize the current one
    i need an item with multiple labels and content
    how can i customize/create the item in the listbox???
  22. Replies
    0
    Views
    361

    the tabbing works fine and jumps to the next...

    the tabbing works fine and jumps to the next instance[filed] as expected.
    BUT
    as i`m using a multiple instances of the same Master on the form i can see that the I-Beam Cursor jumps to the next...
  23. the tabbing works fine and jumps to the next...

    the tabbing works fine and jumps to the next instance[filed] as expected.
    BUT
    as i`m using a multiple instances of the same Master on the form i can see that the I-Beam Cursor jumps to the next...
  24. Replies
    1
    Views
    685

    sorry my example got corupted i`ll try again:

    sorry my example got corupted i`ll try again:
    < myXML >
    < myChild >
    < myItem > pencil < / myItem >
    < / myChild >
    < / myXML >
    the parsing should make the dot syntax...
  25. Replies
    1
    Views
    685

    hi, i know there is a script out there that...

    hi,
    i know there is a script out there that parse xml into dot syntax flash objects.
    so lets say i got the following xml
    <myXML>
    <myChild>
    <myItem>pencil<\myItem>
    <\myChild>...
Results 1 to 25 of 54
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center