Jump to content

ioctl

Active Members
  • Posts

    39
  • Joined

  • Last visited

ioctl's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. slow internet man... sorry
  2. In the last beta versions i see this bug in process.au3. When i compile or run my script OR any script from help examples i have the following errors : Process.au3(41,12) : ERROR: syntax error Switch $aPriority ~~~~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(44,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(46,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(48,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(50,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(52,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(54,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(57,14) : ERROR: syntax error EndSwitch ~~~~~~~~~~~~~^ Anyone help plz..
  3. In the last beta version i see this bug in process.au3. When i compile or run my script OR any script from help examples i have the following errors : Process.au3(41,12) : ERROR: syntax error Switch $aPriority ~~~~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(44,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(46,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(48,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(50,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(52,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(54,9) : ERROR: syntax error Case ~~~~~~~~^ C:\Program Files\AutoIt3\Include\Process.au3(57,14) : ERROR: syntax error EndSwitch ~~~~~~~~~~~~~^ Anyone help plz..
  4. Yes valuater , thats nice. I will use it if i dont find a way to disable the checkbox. If possible i want the checkbox to exist but be disabled (gray). Thanks
  5. I want to disable one treeviewitem , eg. checkbox[2] "calc" , but i cant. Any ideas?
  6. Yes you have right gafrost. Scroll is not supported in GUI yet. Any ideas how these labels in my code put them in a guiControl and make it scroll ?
  7. Here is the code. Anyone knows why is not working ? Thanks.
  8. Could you give me an example ?
  9. Cameronsdad please see my example. I already added $WS_VSCROLL but scroll is not working...
  10. Another question. Why scroll is not working ?? Any ideas?
  11. Nice job jpm. Thanks ;-)
  12. I want Line 4 - Cell1 to start from the beggining of line. How can i do that with Opt("GUICoordMode",2) enabled. Thanks Here is the code:
  13. I have a GUI with a disabled Tree. I also have two button "check all" and "clear all". Why these buttons working if the tree is disabled?? Any ideas to solve this problem? Thanks. Here is the code:
  14. :-) Thanks gafrost!
  15. Hmm iam little confused . What i want exactly : 1 and 8 always checked! <-- ok When nothing selected from 2 to 7 , 1 and 8 must not run but only a msg that says "nothing selected" To understand better lets say that 1 = msgbox (0,"", Now starting installs from 2 to 7, depending which selected) and 8 = msgbox (0,"", Installs from 2 to 7 finished, depending which selected) So if from 2 to 7 nothing selected , just a msgbox "nothing selected". If at least one selected from 2 to 7 . eg. selected only 5. It must run 1,5,8. I have headache
×
×
  • Create New...