Jump to content

Kelpinn

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Location
    Montreal, Canada

Kelpinn's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks for the help guys !! Much Appreciated !!
  2. This may sound like a stupid question once again... but hey, i'm learning I think i worked out my problem with the checkboxes with the help of Saunders' example... However now what seems to happen is when i put a check in the checkbox i want, which is supposed to call a function, the thing just goes bananas on me, checking and un-checking itself like crazy .... Func Follow1() If $MyTarget1 <> "" Then Send("/target "); Send($MyTarget1); Send("{RETURN}"); Else MsgBox(4096, "ERROR", "There is no player name defined in box #1", 10) EndIf EndFunc Now my question is, when someone checks a box, its supposed to only perform this function once right ??? Or will it keep repeating this function until the box is unchecked ??? Is there any way to check if the box is checked or not with an IF statement ??? Am I making any sense with my n00b non-sense ???
  3. Cool !! Thanks for the example, I know which direction to take now
  4. Ok... I tried the radio button... It only lets me pick 1 at a time.. that's perfect... But lets say I want to be able to UN-Select a Radio button so that none of them are on ??? Any hints ?? Much appreciated !
  5. Ok, i guess chalk this one up to being a newbie at this GUI Thanks for the info !!
  6. Hey guys, First off, i'm new to this forum... I just started using AutoIt GUI, and here's what i'm trying to do. I want to set up several checkboxes, but I want users to be able to check only 1 of them at a time. Now I have everything working fine except for the fact that I can't seem to find any reference on how to make it so that you can only check 1. Please point me in the right direction, I would appreciate it a lot !
×
×
  • Create New...