Jump to content

Buttons not working propperly? o.O


 Share

Recommended Posts

Im trying to make a WoW launcher, which basicly starts WoW if i press the button1..

This is normally a simple task, but i ran into trouble when i wanted a background picture.

 

But it seems if i have a picture in the background and use another picture as a button it will only show the button picture, but it wont register that i click the button picture.

<snip>

Edited by Melba23
Code removed
Link to comment
Share on other sites

I am hoping this is not for game automation given that there seems to be ample space left in your switch statement and that it would not be all that useful to click on your launcher instead of the exe.  That said, taking you on good faith - your image variable in the button creation is one parameter to early.  It should be seven (last) and you have it at six.

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

Link to comment
Share on other sites

  • Moderators

GraaF1337,

 

Im trying to make a WoW launcher

Which bit of:

 

Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects:

[...]

Launching, automation or script interaction with games or game servers, regardless of the game

is unclear? Thread locked. :naughty:

Jfish,

 

I am hoping this is not for game automation

Time for a visit to the optician I feel. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...