| Author |
Message |
Topic: Changing GUI elements while Shown |
Hülyesamu
Replies: 2
Views: 92
|
Forum: Ask for Help Posted: Mon Sep 28, 2009 10:12 am Subject: Changing GUI elements while Shown |
| Thanks |
Topic: Changing GUI elements while Shown |
Hülyesamu
Replies: 2
Views: 92
|
Forum: Ask for Help Posted: Mon Sep 28, 2009 8:01 am Subject: Changing GUI elements while Shown |
Hi,
I have a script that uses a simple GUI window to input data. To improve it, I plan to add a function that, when a button pressed, imports Clipboard, processes its contents, and fills Edit boxes w ... |
Topic: ClipboardAll doesn't work well for AutoCAD |
Hülyesamu
Replies: 5
Views: 179
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 6:01 pm Subject: ClipboardAll doesn't work well for AutoCAD |
| b) This method brings up only the last stored clipboard content, and not the previous ones. I'm afraid of manipulating only a bitmap image at the clipboard (or the part of the clipboard autohotkey rea ... |
Topic: ClipboardAll doesn't work well for AutoCAD |
Hülyesamu
Replies: 5
Views: 179
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 3:19 pm Subject: ClipboardAll doesn't work well for AutoCAD |
Clearing variables did not help, and I don't understand why to ClipWait (should I wait till Clipboard is full/empty?).
I did some tries an AutoCAD's Paste Special detected 'bad' clipboard data as B ... |
Topic: ClipboardAll doesn't work well for AutoCAD |
Hülyesamu
Replies: 5
Views: 179
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 12:51 pm Subject: ClipboardAll doesn't work well for AutoCAD |
Hi, I've problems accessing ClipboardAll.
This is an example code:
b=0
a=
c=
#NumpadDiv:: aa()
aa()
{
global
if (b)
{
a := ClipBoardAll
C ... |
Topic: GUI: Dynamically generated buttons' gosubs |
Hülyesamu
Replies: 8
Views: 679
|
Forum: Ask for Help Posted: Wed Jan 02, 2008 10:26 am Subject: GUI: Dynamically generated buttons' gosubs |
| Thanks, I'll try it. |
Topic: GUI: Dynamically generated buttons' gosubs |
Hülyesamu
Replies: 8
Views: 679
|
Forum: Ask for Help Posted: Tue Jan 01, 2008 4:28 pm Subject: GUI: Dynamically generated buttons' gosubs |
Hi, I want to create a popup menu made of array of buttons that reads its content from a text file. (Ie. The first button has a text of THIS, and does THAT, both definded in the text file).
Certea ... |
Topic: Sam's ClipTools |
Hülyesamu
Replies: 0
Views: 2766
|
Forum: Scripts & Functions Posted: Mon Jul 18, 2005 10:35 am Subject: Sam's ClipTools |
Hi, I post here a quite short tool for enhancing the clipboard operations, with less funcionality than the other scripts, for extending the usefullness of the Clipboard.
The functionality it provi ... |
Topic: Shutdown |
Hülyesamu
Replies: 18
Views: 4395
|
Forum: Wish List Posted: Sun Apr 10, 2005 11:55 am Subject: Shutdown |
| I have encountered te same problem as written here; my Standby button has stopped working (It's good, but Win doesn't stand by, and I did not manage to make it work), and it would be a gerat help to r ... |
Topic: Binary data on the clipboard |
Hülyesamu
Replies: 17
Views: 1892
|
Forum: Ask for Help Posted: Thu Mar 03, 2005 9:52 pm Subject: Binary data on the clipboard |
Cool.
I've written a short script to manage 9 Clipboards, and it works with my AutoCAD binary data.
Thanks, developers  |
Topic: Binary data on the clipboard |
Hülyesamu
Replies: 17
Views: 1892
|
Forum: Ask for Help Posted: Wed Mar 02, 2005 8:02 am Subject: Binary data on the clipboard |
| Wow. I see that the ClipboardAll variable has been added. Thanks, Chris. |
Topic: Shift/Alt Sequence |
Hülyesamu
Replies: 2
Views: 448
|
Forum: Ask for Help Posted: Wed Oct 20, 2004 8:51 pm Subject: Shift/Alt Sequence |
This is a strange thing cause this made the behaviour of the key the opposite:
up till now, the Shift+Alt+S was the problematic, but now with the
+!s::Send, {Altup}{Alt}Szoba
codeline, the A ... |
Topic: Shift/Alt Sequence |
Hülyesamu
Replies: 2
Views: 448
|
Forum: Ask for Help Posted: Wed Oct 20, 2004 10:19 am Subject: Shift/Alt Sequence |
Hi, I've found a kind of surprising behavior of a complete group of hotkeys.
This is an example, and seems to be quite simple:
!+s::Send, Szoba
In an application, even in the Notepad the pro ... |
Topic: Problematic mouse keys |
Hülyesamu
Replies: 4
Views: 537
|
Forum: Ask for Help Posted: Mon Oct 04, 2004 8:56 pm Subject: Problematic mouse keys |
| I've sent an e-mail to the customer service of the manufacturer, and I hope that we will be more clever within 1 week. |
Topic: Problematic mouse keys |
Hülyesamu
Replies: 4
Views: 537
|
Forum: Ask for Help Posted: Mon Oct 04, 2004 10:32 am Subject: Problematic mouse keys |
| Yes, this seems to work. But if the mosue itself communicates via the PS/2, isn't it strange that it does not send any scancodes? I have a keyboard form the same manufacturer, and I had no problems ge ... |
| |