[Unicon-group] ui Colors - Correction

2003-01-23 Thread Dave Feustel
> > > ui turning the rest of the screen black and white is very curious! I > > have not seen this behavior before. How many colors per pixel is your > > display? When you click outside "ui", do the other applications go back > > to normal, or stay crazy? > The screen goes to black & white when

Re: [Unicon-group] Need good copy of uni/ide/ui.icn

2003-01-23 Thread Dave Feustel
On Thu 23 Jan 03 16:56, Clint Jeffery wrote: > [Dave reports some troubles running the forthcoming IDE "ui" on UNIX.] > > The makefile I sent had tab characters which were replaced by space > characters somewhere in your mail processing; make is tab-sensitive, so you > will need to replace sequence

[Unicon-group] A question about implementing singleton patterns...

2003-01-23 Thread Steve Wampler
This is a really minor thing, but I've got it stuck in my craw... I'm trying to figure out a 'clever' way to implement singleton patterns and am wondering if anyone has one. The book suggests doing: call Singleton () method aMethod() end initially Singleton :=

Re: [Unicon-group] Need good copy of uni/ide/ui.icn

2003-01-23 Thread Clint Jeffery
[Dave reports some troubles running the forthcoming IDE "ui" on UNIX.] The makefile I sent had tab characters which were replaced by space characters somewhere in your mail processing; make is tab-sensitive, so you will need to replace sequences of 8 spaces with a tab character in order for this m

Re: [Unicon-group] Need good copy of uni/ide/ui.icn

2003-01-23 Thread Dave Feustel
I downloaded a new copy of uni.zip and (after saving the old installation) configured and reinstalled unicon. This time I did a make -X-Configure name=openbsd #worked then I did make unicon #worked but still no uni, so I went to uni/ide and found no Make file but new files not in t

Re: [Unicon-group] SIGNALS in Windows NT

2003-01-23 Thread Clint Jeffery
Dan, I apologize for not pursuing this question more promptly; I am very busy with teaching. I took a look in the source code of trap() and at present it is not implemented in Windows Unicon. I forget to what extent NT supports a UNIX-style C signal() function; my best guess is that it didn't w

Re: [Unicon-group] Need good copy of uni/ide/ui.icn

2003-01-23 Thread Clint Jeffery
[Dave Feustel requests a copy ui.icn] I'll send Dave my copy in a separate message. A couple of extra comments: * ui.icn is an Ivib application, so its last line is a gigantic comment that contains an xencode-style set of Ivib GUI object information. This may look like garbage if you aren't

[Unicon-group] Need good copy of uni/ide/ui.icn

2003-01-23 Thread Dave Feustel
When I try to make ui.icn, the compiler hangs during the parse phase. It looks like the copy of uni/ide/ui.icn I got in the iUnicon zip file may have been trashed during the download. Can someone please email me a good copy of ui.icn so I can try compiling it again? Thanks, Dave Feustel ---

Re: [Unicon-group] General purpose finite state machine generatorfor Unicon?

2003-01-23 Thread Jeremy Powers
I don't know if anyone has what you are looking for, but I've done something related - an implimentation of the Coco/R compiler generator in Unicon. Coco/R will generate a parser and scanner for a specified grammer, and so generates a very specific finate state machine for the scanner. You ca