AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 29 matches
AutoHotkey Community Forum Index
Author Message
  Topic: GDI+ standard library 1.45 by tic
mrr19121970

Replies: 918
Views: 139923

PostForum: Scripts & Functions   Posted: Sun Dec 12, 2010 9:51 am   Subject: GDI+ standard library 1.45 by tic
One note though....you shouldnt create the layered window at the same size as the screen...it should be as small as possible, so create it as the diameter of the circle. updating a layered window is t ...
  Topic: GDI+ standard library 1.45 by tic
mrr19121970

Replies: 918
Views: 139923

PostForum: Scripts & Functions   Posted: Fri Dec 10, 2010 6:47 am   Subject: GDI+ standard library 1.45 by tic
Opps, I wasn't logged in when I posted the reply.

You can do other stuff by messing around with the radius and distance between the circles. Spiral in spiral out, make them catch up with each other ...
  Topic: GDI+ standard library 1.45 by tic
mrr19121970

Replies: 918
Views: 139923

PostForum: Scripts & Functions   Posted: Thu Dec 09, 2010 1:24 pm   Subject: Re: Throbber
This is too advanced for me to figure out, but maybe someone wants/likes to do it, something like this
http://greenbuilding.redvector.com/LMS20/Resource/Waitbox/genericThrobber.gif
but then with a ...
  Topic: Countdown timer app
mrr19121970

Replies: 10
Views: 4003

PostForum: Scripts & Functions   Posted: Thu Dec 09, 2010 10:05 am   Subject: Countdown timer app
Here's my contribution based on #SingleInstance,Ignore
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to i ...
  Topic: Checked Treeview : Check/Uncheck & A_EventInfo/A_GuiEven
mrr19121970

Replies: 5
Views: 406

PostForum: Ask for Help   Posted: Sun Jul 04, 2010 11:03 am   Subject: Checked Treeview : Check/Uncheck & A_EventInfo/A_GuiEven
I've got an i7 920. I've tried running XP sp3 in VMWare and the bug/feature does not happen either. This is not so good.

I seem to have got it to work now on both XP & Win7

Gui,Add,TreeView, ...
  Topic: Checked Treeview : Check/Uncheck & A_EventInfo/A_GuiEven
mrr19121970

Replies: 5
Views: 406

PostForum: Ask for Help   Posted: Sun Jul 04, 2010 9:48 am   Subject: Checked Treeview : Check/Uncheck & A_EventInfo/A_GuiEven
I don't know if it's a bug in AHK, but the g-label gets executed twice. 1st time with 'normal' and 2nd time with '*' as A_GuiEvent. The 1st time you get the correct A_EventInfo, but 2nd time you get z ...
  Topic: Checked Treeview : Check/Uncheck & A_EventInfo/A_GuiEven
mrr19121970

Replies: 5
Views: 406

PostForum: Ask for Help   Posted: Sun Jul 04, 2010 7:26 am   Subject: Checked Treeview : Check/Uncheck & A_EventInfo/A_GuiEven
Thanks for the reply. It looks very good, so I tried it. Sadly it didn't work for me. I tried to debug by adding a msgbox in MyTree before the StringSplit and then it worked! Without the msgbox it did ...
  Topic: Checked Treeview : Check/Uncheck & A_EventInfo/A_GuiEven
mrr19121970

Replies: 5
Views: 406

PostForum: Ask for Help   Posted: Sat Jul 03, 2010 8:12 am   Subject: Checked Treeview : Check/Uncheck & A_EventInfo/A_GuiEven
Gui,Add,TreeView, checked AltSubmit vMyTree gMyTree
Gui,Add,StatusBar,vStatusBar
Gui,Show

Parent := TV_Add("Hello",0)
Child := TV_Add("World",Parent) ...
  Topic: GDI+ standard library 1.45 by tic
mrr19121970

Replies: 918
Views: 139923

PostForum: Scripts & Functions   Posted: Fri Dec 11, 2009 7:39 am   Subject: GDI+ standard library 1.45 by tic
You're calling Gdip_SaveBitmapToFile(pBitmap,Output) with the wrong pointer. Post your code so we can help further.
  Topic: GDI+ standard library 1.45 by tic
mrr19121970

Replies: 918
Views: 139923

PostForum: Scripts & Functions   Posted: Sun Nov 22, 2009 12:24 pm   Subject: GDI+ standard library 1.45 by tic
http://clownbd.com/fasto2.png

The improved code is [url=http://www.autohotkey.com/forum/viewtopic.php?p=311313#311313]here. This is arial 24 with 1pt border.
  Topic: GDI+ standard library 1.45 by tic
mrr19121970

Replies: 918
Views: 139923

PostForum: Scripts & Functions   Posted: Thu Nov 19, 2009 4:54 pm   Subject: GDI+ standard library 1.45 by tic
http://clownbd.com/fasto.png
  Topic: GDI+ standard library 1.45 by tic
mrr19121970

Replies: 918
Views: 139923

PostForum: Scripts & Functions   Posted: Tue Nov 17, 2009 4:40 pm   Subject: GDI+ standard library 1.45 by tic
I suppose you were too lazy to read the whole thread?

http://www.autohotkey.com/forum/viewtopic.php?p=287985#287985

I've improved it slightly from then. See ; See Here http:// ...
  Topic: Bug Report : StringSplit : 1.0.48.05
mrr19121970

Replies: 5
Views: 761

PostForum: Bug Reports   Posted: Fri Oct 02, 2009 6:01 am   Subject: Bug Report : StringSplit : 1.0.48.05
The tool tip was just added later to hi-lite where the error occurred.

The choice for 99 was simply a quick and dirty fix to get the results I needed as fast as possible.

Also, just out of curio ...
  Topic: Bug Report : StringSplit : 1.0.48.05
mrr19121970

Replies: 5
Views: 761

PostForum: Bug Reports   Posted: Thu Oct 01, 2009 9:43 am   Subject: Bug Report : StringSplit : 1.0.48.05
It makes no difference if it's compiled or uncompiled code. Here's the code and input.

www.clownbd.com/COBOL.zip

I've had the same bug on Windows7 and XP FYI.
  Topic: Bug Report : StringSplit : 1.0.48.05
mrr19121970

Replies: 5
Views: 761

PostForum: Bug Reports   Posted: Thu Oct 01, 2009 9:15 am   Subject: Bug Report : StringSplit : 1.0.48.05
I've noticed a small bug in the StringSplit. Here's my code:


StringSplit,EightyEight_Array,LoopReadLine_Array5,%A_SPACE%
Loop,%EightyEight_Array0%
{
EightyEight_Level = % EightyEigh ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group