Hi, For those of you that haven't seen it already... I've started a project to develop a tool to help translators with their work to translate apps and...
Hi Jan-Erik, great idea! Actually, I've been playing around with some sort of concepts for the very same piece of software. From my viewpoint as a part-time...
Hi! ... Just my thought... ... That's ok, but you may find that you can do a little more as well (see futher down...) ... Yes, I've been thinking about that...
Hi, currently I am writing a new PDF manipulation software (successor for PMMerge/2). One of the tasks I tried to accomplish is to be able to print a bunch of ...
... Commenting my own post.... ... What I tried in the meantime (and which basically works, but is no real solution), is to create a RUN!.EXE wrapper for ...
In <449A9912.3060402@...>, on 06/22/06 at 03:20 PM, Herwig Bauernfeind <herwig.bauernfeind@...> said: Hi Herwig, There are a couple of things you can...
Hi Steven, ... I had hoped you would jump in. :-) ... Blush. That one of the reasons why guys like me shouldn't be coding :-[ ... Yes, it does. Thanks a lot. ...
** Reply to note from Herwig Bauernfeind <herwig.bauernfeind@...> Thu, 22 Jun 2006 12:23:43 +0200 I ran gsos2.exe from vx & it produced a "Ghostscript...
Wayne
datablitz@...
Jun 23, 2006 1:25 pm
536
In <449BDE68.7050508@...>, on 06/23/06 ... Nah. Your code is fine. No one can know everything. ... It's hard to say. It's possible your app was...
... Sure. You run GS in interactive mode this way. ... Sure. GS is still running. Type quit at the GS prompt and your are back to your VX-REXX program with the...
... I didn't have the time to measure it, but I am very sure, it 's not a fata morgana. The EXEHDR-ed PM-ed GSOS2.EXE really seems to work nicely. A wild guess...
... That was only a situation that occured during my trials to get gsos2 running in a PM context. ... No. ... pdfmergenx is suspended in both cases, the PM-ed...
Recently, I installed DrDialog, first obtained it from hobbes, then unzipped, then run install. All looked good but then I decided to move the drDialog folder...
... look forward to it, haven't tried ini thingy yet, in the middle of making a great GUI with the unbelivable drDialog tool, another wonder in the os/2...
... All this talk about Dr. Dialog has reminded me of an issue that has made me wonder about the future: Both VX-Rexx and VisProRexx are dead-end products...
In <44CB6E30.70309@...>, on 07/29/06 ... It was and is. ... IBM controls it. ... Anything is possible. Someone needs to contact the author and see if he...
Hi Steve, good idea, except for the fact that the person who wrote drdialog , seems to have lost the source adrian ps don't forget it can be updated with dll's...
Hi fellow DrDialogers, FYI: When I started the article series about DrDialog on the VOICE newsletter, I was contacted by Dave Morrill, the developer of ...
... Hi Thomas, I got over the (Re)install issue, my trash folder was the issue, needed to destroy the drdialog object now I'm battling getting a modal box to...
In <eaqchn+e295@eGroups.com>, on 08/02/06 ... I think this is the real show-stopper unless someone can figure out how to work will IBM to get this released. ...
Hi Steven, ... As I understood from Mr. Morrill, that is basically not TOO difficult, but it will mean someone has to deal with the request and check for ...
Hi Paul, ... assuming the *name* of your dialog is "mydialog", then this will do: rc = ModalFor(mydialog, "", "") Note that the stuff only works correct when...
I have been working on an gui for an app, and started to add in .hint() stuff. I have 3 drop down combo boxes of which the top one overlaps the middle one (and...
Does anyone know if there exists a tutorial for DrDialog? The docs seem to be pretty good, but a tutorial would be beneficial for a newcomer to the product. --...
... Dale, I found a very short one buried in the drdialog help, it was a enough to get started. under geting started: your first drRexx application also Doug...