Maybe this is Lua question rather than DogLua or DW, but I hope it's OK to ask here. I'm trying to put a script into a file and load it using the DogLua ...
... Unfortunatly I cannot check test / verify in this moment, but will give it a look this evening. In the mean time, you may want to try using "/" instead of...
... Confirmed. It's a Win vs Unix kind of thing! :) Just use the slash, instead of the usual backslash, in the path and it works fine. I will see if I can make...
Thanks, Marco. I'd just confirmed it for myself when your mail arrived. Now I can make my own little 'library' to contain useful routines (e.g. ClearScreen)...
I wanted to use the current primary and secondary color in a DogLua script. Those commands aren't implemented yet. It occurred to me that I could make a plugin...
... In facts, Dog_ShellExe doesn't consider / return any exit value; it simply run the specified command. If you need to pass back some value from an external...
I've seen thios already answered by Marco by now, great stuff, thanks marco. But Vic, yes, this is definitely cool to ask here. We love Lua. Anything Lua ...
Thanks for the suggestion, Marco. Your suggested "hack" is quick enough for present purposes. One new problem though: every time I use an io command in DogLua,...
Hi! ... Seems a bug, indeed. Will give it a look and then report back - hopefully with an updated version! :) Thanks, Bye! -- Don't try the Online TrID File...
I've been finding some fasniting ways to spend playing time into the 2-3 o'clock morning hours with the new GraphicPen filter. I'm starting to put a few up...
I had no problem downloading it BUT; when I go to unzip it I get a wrong password message. I have tried copy/paste - typing it in using all lower case. I...
this could be an old version of Winzip. (4+ years old). Some things changed in the way they encrypt and lock stuff within the zip standard around then. Are you...
That worked, I forgot that is the same problem I had with updating DW the last time. Soon I'll learn, yes I'm using an old version of PowerDesk I don't think...
just a little bit of joyful information to share with all wafflers. We had an increase in traffic on thebest3d.com and to a large part due to the download of...
but, still, odds are, some will come back again and upgrade. :-) Congrats Dogwaffle. Firesong ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Deep calls to deep in the...
boy I sure do hope so :-) hey, England based wafflers, you will soon see Project Dogwaffle Professional on the QVC shopping channel! ... From: "Firesong"...
The DogLua examples on TheBest3D site contain some indispensable functions (or variables?) which I haven't been able to find either in the Lua or DogLua...
Subject: [dogwaffle] DogLua and SDK - undocumented functions? ... yes, and it also happens to be built-in variables of gluas, the GIMP gluas doc might be...
Thanks, Dan. That's quite a lot. And I've just discovered the existence of the samples on your Squirreldome site and all the Drpaint.dll functions mentioned...
... I found the e-book 'Image Processing with Gluas' on http://pippin.gimp.org/image_processing/index.html. Besides height and width, the reference section in...
... Dog_SetBrushA(x,y,a) 'sets a pixel in the brush image. ... Locks the entire interface instead of just the buffer from being changed by the user. ... ...
I'm tiddling with a general purpose browser plugin for images, brushes etc. I don't know how far I'll get - it's really just a design exercise and a bit of...
Sounds like you're using a custom cursor. The default system one comlements whatever's under it. You can change the cursor with Window's control panel....