AutoHotkey Community

It is currently May 21st, 2012, 4:57 pm

All times are UTC [ DST ]


Search found 9 matches
Search these results:

Author Message

 Forum: Support   Topic: Condinete's do not work with a var in GUI SHOW

Posted: November 30th, 2009, 3:42 pm 

Replies: 7
Views: 249


Finshed

MouseGetPos, xje, yje

 Forum: Support   Topic: Condinete's do not work with a var in GUI SHOW

Posted: November 30th, 2009, 3:31 pm 

Replies: 7
Views: 249


Try this. There was a comma too much. Also now you see if the vars have content: if A_GuiEvent = DoubleClick { LV_GetText(plaatje, A_EventInfo) LV_GetText(Secs, A_EventInfo, 2) xje = %A_GuiX% yje = %A_GuiY% Gui, 2: -MaximizeBox +MinSize100x100 +MaxSize100x100 -border +LastFound...

 Forum: Support   Topic: GUI lost Focus How i Detect it

Posted: November 30th, 2009, 3:28 pm 

Replies: 2
Views: 295


aaffe wrote:
IfWinNotActive?


O yeah!

Sorry , SHAME on me :'(

Thanks

 Forum: Support   Topic: Condinete's do not work with a var in GUI SHOW

Posted: November 30th, 2009, 3:25 pm 

Replies: 7
Views: 249


SpiderGames wrote:
You may be looking for Gui Control. This allows for Refreshing.


BTW.

What is your main languidge? ( <- I can't spell worth sht)


Dutch, Nederlands
Not German / Duitch

language

^^

 Forum: Support   Topic: Condinete's do not work with a var in GUI SHOW

Posted: November 30th, 2009, 3:24 pm 

Replies: 7
Views: 249


Try this. There was a comma too much. Also now you see if the vars have content: if A_GuiEvent = DoubleClick { LV_GetText(plaatje, A_EventInfo) LV_GetText(Secs, A_EventInfo, 2) xje = %A_GuiX% yje = %A_GuiY% Gui, 2: -MaximizeBox +MinSize100x100 +MaxSize100x100 -border +LastFound...

 Forum: Support   Topic: Condinete's do not work with a var in GUI SHOW

Posted: November 30th, 2009, 3:12 pm 

Replies: 7
Views: 249


if A_GuiEvent = DoubleClick { LV_GetText(plaatje, A_EventInfo) LV_GetText(Secs, A_EventInfo, 2) xje = %A_GuiX% yje = %A_GuiY% Gui, 2: -MaximizeBox +MinSize100x100 +MaxSize100x100 -border +LastFound +LabelSec +AlwaysOnTop Gui, 2: Add, Picture, w75 h75 x25 y5, %plaatje% Gui, 2: A...

 Forum: Support   Topic: GUI lost Focus How i Detect it

Posted: November 30th, 2009, 2:49 pm 

Replies: 2
Views: 295


If a GUI lost its focus, how do i detect ?


Thx,
Andelhofs

 Forum: Support   Topic: DeskImage

Posted: November 30th, 2009, 12:08 pm 

Replies: 2
Views: 220


a_h_k wrote:
DllCall("SystemParametersInfo", UInt, 0x14, UInt, 0, Str, %New_Img%, UInt, 2)


Thx alot :D

 Forum: Support   Topic: DeskImage

 Post subject: DeskImage
Posted: November 30th, 2009, 11:57 am 

Replies: 2
Views: 220


Hay Sorry i do not speak English as well

I wanne know how ik change the deskimage with a dll call in a ahk script.

%New_Img% contains the full path of the image.

Thx Alot,

Andelhofs
Sort by:  
Page 1 of 1 [ Search found 9 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group