| Author |
Message |
Topic: Can AutoHotkey turn off mouse wheel... |
Riorin
Replies: 3
Views: 162
|
Forum: Ask for Help Posted: Sun Dec 02, 2007 11:34 am Subject: Can AutoHotkey turn off mouse wheel... |
Thanks Titan it provides all the funcionality I ever needed!  |
Topic: Can AutoHotkey turn off mouse wheel... |
Riorin
Replies: 3
Views: 162
|
Forum: Ask for Help Posted: Sun Dec 02, 2007 10:56 am Subject: Can AutoHotkey turn off mouse wheel... |
If there's no such direct solution possible is it possible to have a script running (in pseudocode):
IF MouseWheel is USED
THEN
MsgBox "You are not allowed to use mousewheel&q ... |
Topic: Can AutoHotkey turn off mouse wheel... |
Riorin
Replies: 3
Views: 162
|
Forum: Ask for Help Posted: Sun Dec 02, 2007 10:49 am Subject: Can AutoHotkey turn off mouse wheel... |
...essentially preventig the user from using scroll via mouse?
Thanks! |
Topic: OT: Unequal number of <TD> and </TD> tags??? |
Riorin
Replies: 3
Views: 199
|
Forum: Ask for Help Posted: Sun Jun 17, 2007 1:11 pm Subject: OT: Unequal number of <TD> and </TD> tags??? |
| Thanks Titan, I tried that, but Tidy reports error and can't transform it to "good" HTML! |
Topic: OT: Unequal number of <TD> and </TD> tags??? |
Riorin
Replies: 3
Views: 199
|
Forum: Ask for Help Posted: Sun Jun 17, 2007 11:30 am Subject: OT: Unequal number of <TD> and </TD> tags??? |
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!
I'm trying to build a parser that would go through certain web pages ... |
Topic: How do I display Unicode in a GUI! |
Riorin
Replies: 9
Views: 673
|
Forum: Ask for Help Posted: Tue Apr 10, 2007 12:51 pm Subject: How do I display Unicode in a GUI! |
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
utakmica := UTF82Ansi(utakmica)
befo ... |
Topic: How do I display Unicode in a GUI! |
Riorin
Replies: 9
Views: 673
|
Forum: Ask for Help Posted: Tue Apr 10, 2007 11:00 am Subject: How do I display Unicode in a GUI! |
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 understan ... |
Topic: How do I display Unicode in a GUI! |
Riorin
Replies: 9
Views: 673
|
Forum: Ask for Help Posted: Sat Apr 07, 2007 11:49 pm Subject: How do I display Unicode in a GUI! |
| 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. |
Topic: How do I display Unicode in a GUI! |
Riorin
Replies: 9
Views: 673
|
Forum: Ask for Help Posted: Sat Apr 07, 2007 6:59 pm Subject: How do I display Unicode in a GUI! |
| Yeap, but I couldn't find just some things with appending to file etc. no topic as to how to display Unicode in GUI! |
Topic: How do I display Unicode in a GUI! |
Riorin
Replies: 9
Views: 673
|
Forum: Ask for Help Posted: Sat Apr 07, 2007 5:07 pm Subject: How do I display Unicode in a GUI! |
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 progre ... |
Topic: How to create background image and progress bar! |
Riorin
Replies: 3
Views: 305
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 7:11 pm Subject: How to create background image and progress bar! |
Thanks a lot Skan, it's solved?
P.S. What post?  |
Topic: How to create background image and progress bar! |
Riorin
Replies: 3
Views: 305
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 5:58 pm Subject: How to create background image and progress bar! |
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, % ... |
Topic: How to add "live" progress bar? |
Riorin
Replies: 1
Views: 255
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 3:49 pm Subject: How to add "live" progress bar? |
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 n ... |
Topic: Is there good syntax highlighting for Notepad++? |
Riorin
Replies: 1
Views: 385
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 11:01 am Subject: Is there good syntax highlighting for Notepad++? |
| 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 ... |
Topic: Can you create GUI inside the function??? |
Riorin
Replies: 12
Views: 350
|
Forum: Ask for Help Posted: Sun Apr 01, 2007 9:23 am Subject: Can you create GUI inside the function??? |
YMP and nick THANKS!
Can't say that I understand the exact flow in YMP's case but I'll give it a try! |
| |