| Author |
Message |
Topic: [module] Dlg 5.01 |
NickJ
Replies: 156
Views: 51458
|
Forum: Scripts & Functions Posted: Mon Apr 20, 2009 6:28 pm Subject: [module] Dlg 5.01 |
Found a bug / issue with CmnDlg_Open - SetWorkingDir is altered to the selected folder.
If you call this function, you will need to set it back to what it was, e.g.
SetWorkingDir %a_scriptDir% ... |
Topic: Offsetting an image, or splitting an image [resolved] |
NickJ
Replies: 1
Views: 426
|
Forum: Ask for Help Posted: Sat Mar 07, 2009 7:20 pm Subject: Offsetting an image, or splitting an image [resolved] |
Managed to work it all out myself using the GDI+ standard library.
In anyone in the future searches and finds this, here's the basic code:
A few consts:
NOTE_IMAGE := "image.png&qu ... |
Topic: Offsetting an image, or splitting an image [resolved] |
NickJ
Replies: 1
Views: 426
|
Forum: Ask for Help Posted: Sat Mar 07, 2009 4:04 pm Subject: Offsetting an image, or splitting an image [resolved] |
| There is a PNG file that contains small icons in a row (each icon is 20x20, say, and the whole image is 200x20, containing 10 small icons). At runtime, I need to display the individual icons on variou ... |
| |