Jump to content

Abu Rashid

Members
  • Posts

    18
  • Joined

  • Last visited

Abu Rashid's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks Dale, actually I have a copy of IE Builder here, much easier.
  2. Thanks Dale, worked a treat. zerocool thanks for trying. Just curious is there any easy way to find out the indexes of items in the collections returned? Trial and error is becoming a little boring.
  3. Hi, I'm trying to submit a form with the _IE UDF's, but unfortunately the input element doesn't have a name property, any way to get a handle on the button without the name property? <input type="submit" tabindex="3" value="Click Me">
  4. I searched for this one in the forums and couldn't find it, but I'm sure someone is now going to post a link to a thread discussing it. I want to make a drive-select combobox, so I want to put icons into a combobox, is this possible with autoit?
  5. gafrost, Apologies for using the term glitch. I used it exactly as it is, in the example code shown under the UDF section in the help file.
  6. The control is created with a blank text field, but the problem is after an item is selected, there is a "Clear" button which should clear the combo, but not clear the list items. GUICtrlSetData replaces the list items.
  7. I've noticed the same glitch, I was thinking you probably need to catch the event of the combo list being opened and makesure it doesn't do auto-complete in this case. Another question I have which I'm unable to fidn in the help file about combo's is how to set the text to nothing. GUICtrlSetData seems to only be able to set the entire list to nothing, rather than just the control's displayed text.
  8. $WS_MAXIMIZEBOX 0x00010000 Creates a window that has a maximize button. Cannot be combined with the WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be specified. $WS_SIZEBOX 0x00040000 Creates a window that has a sizing border. Same as the WS_THICKFRAME style. Its all there in the help files. Also if you use Scite, try creating a GUI with the Koda tool and then play around with its options to see what they do.
  9. Thanks smoke, I gathered that now. I did realise before this was for UDF's, however I wasn't aware there were "official" UDF's actually documented in the helpfile, I assumed they were just contributions of users supported only by the users who created them.
  10. ok, it's under the UDF section. thanks.
  11. either I'm just not looking hard enough, or it's really well hidden, but I can't seem to find it anyway in the 3.2 help file.
  12. I didn't notice a new version released. I had the latest beta version 3.1.1.133 I think. Will check latest stable release, thanks for your time.
  13. gafrost, I didn't find anything in the help on this issue. Also "_GUICtrlComboAutoComplete" I could not find anywhere, can you please elaborate on this?
  14. Well I guess I only searched for "combobox autocomplete" which doesn't bring up that thread. also that is not exactly the kind of autocomplete I want, as it gives a dropdown rather than just autocompleting the actual text you're typing. Thanks anyway though, it might have to do.
  15. Hi, I've searched the forums for this question without luck. Is it possible to have auto-complete in a Combobox, so that as you type something into a Combobox it auto-completes the word from the list. Thanks.
×
×
  • Create New...