AutoHotkey Community

It is currently May 23rd, 2012, 4:46 am

All times are UTC [ DST ]


Search found 87 matches
Search these results:

Author Message

 Forum: Support   Topic: Can AutoHotkey turn off mouse wheel...

Posted: December 2nd, 2007, 12:34 pm 

Replies: 3
Views: 519


Thanks Titan it provides all the funcionality I ever needed! :D

 Forum: Support   Topic: Can AutoHotkey turn off mouse wheel...

Posted: December 2nd, 2007, 11:56 am 

Replies: 3
Views: 519


If there's no such direct solution possible is it possible to have a script running (in pseudocode):

Code:
IF MouseWheel is USED
    THEN
         MsgBox "You are not allowed to use mousewheel"
         MouseWheel Ignore Scroll action taken by the user
END IF

 Forum: Support   Topic: Can AutoHotkey turn off mouse wheel...

Posted: December 2nd, 2007, 11:49 am 

Replies: 3
Views: 519


...essentially preventig the user from using scroll via mouse?

Thanks!

 Forum: Support   Topic: OT: Unequal number of <TD> and </TD> tags???

Posted: June 17th, 2007, 2:11 pm 

Replies: 3
Views: 516


Thanks Titan, I tried that, but Tidy reports error and can't transform it to "good" HTML!

 Forum: Support   Topic: OT: Unequal number of <TD> and </TD> tags???

Posted: June 17th, 2007, 12:30 pm 

Replies: 3
Views: 516


It's off topic, but this is a friendly forum, so I'll go ahead and ask! If someone replies fine, ignoring is also fine! :D I'm trying to build a parser that would go through certain web pages containing tables and the parser should know what is the content of every table, row and cell (including nes...

 Forum: Support   Topic: How do I display Unicode in a GUI!

Posted: April 10th, 2007, 1:51 pm 

Replies: 9
Views: 1837


Thanks Sean, that solved it!

I checked again and it says UTF-8 in Notepad, not that I understand the difference between those UTFs but adding

Code:
utakmica := UTF82Ansi(utakmica)


before GuiControl call solved the problem!

Thanks!

 Forum: Support   Topic: How do I display Unicode in a GUI!

Posted: April 10th, 2007, 12:00 pm 

Replies: 9
Views: 1837


Thanks PhiLho for the suggestion but I'm too dumb to understand it! I simply cannot figure out which DLL call does the trick and are they all required and how should I call them - I don't understand the parameters! Below is my working scritpt that goes through the file ListaLinkovaIzResultTablice.tx...

 Forum: Support   Topic: How do I display Unicode in a GUI!

Posted: April 8th, 2007, 12:49 am 

Replies: 9
Views: 1837


If I understand Transform correctly it only works on Clipboard! I don't see how that would do me any good in presenting my Unicode text in GUI.

 Forum: Support   Topic: How do I display Unicode in a GUI!

Posted: April 7th, 2007, 7:59 pm 

Replies: 9
Views: 1837


Yeap, but I couldn't find just some things with appending to file etc. no topic as to how to display Unicode in GUI!

 Forum: Support   Topic: How do I display Unicode in a GUI!

Posted: April 7th, 2007, 6:07 pm 

Replies: 9
Views: 1837


I have a function which reads a list from file line by line - including Unicode characters! It then downloads web pages found in that list and along with the downloading it displays GUI with progress bar and text that shows the title (which should be in Unicode) of the downloaded file! However, text...

 Forum: Support   Topic: How to create background image and progress bar!

Posted: April 6th, 2007, 8:11 pm 

Replies: 3
Views: 801


Thanks a lot Skan, it's solved?

P.S. What post? :lol:

 Forum: Support   Topic: How to create background image and progress bar!

Posted: April 6th, 2007, 6:58 pm 

Replies: 3
Views: 801


I want to create GUI that is entirely filled with and image and that has progress bar centered in the middle! It's similar to using: SplashImage, Someimage.jpg Loop 100 { Progress, %A_Index% sleep 50 } but if you have long progress SplashImage is unresizable, unminimizable and unmovable th...

 Forum: Support   Topic: How to add "live" progress bar?

Posted: April 6th, 2007, 4:49 pm 

Replies: 1
Views: 532


I have a working AHK script along with the GUI that depending on what I select downloads from 0 to couple of thousand web pages! I would like to add a progress bar to reflect the fact that we are now, for example downloading page 345 out of 977? Do I need thread stuff to do that, how do I do it? Tha...

 Forum: Support   Topic: Is there good syntax highlighting for Notepad++?

Posted: April 6th, 2007, 12:01 pm 

Replies: 1
Views: 1425


I tried both PSPad which has great colour sheme available for AHK but Notepad++'s code collapsing is unbeatable and I installed AHK syntax highlighting for Notepad++ but beside highlighting commentary's it pretty much doesn't do anything else.

So is there some newer AHK definition for Notepad++?

 Forum: Support   Topic: Can you create GUI inside the function???

Posted: April 1st, 2007, 10:23 am 

Replies: 12
Views: 621


YMP and nick THANKS!

Can't say that I understand the exact flow in YMP's case but I'll give it a try!
Sort by:  
Page 1 of 6 [ Search found 87 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group