Thread: [Plib-devel] PUI questions
Brought to you by:
sjbaker
From: Dave M. <da...@po...> - 2000-07-29 15:33:34
|
I'm just starting to use PUI and I've looked at complex.cxx. http://plib.sourceforge.net/pui/index.html doesn't seem to work. Is there any project that makes heavy use of PUI? rendering callbacks, sliders with list boxes, multiple interfaces that are linked together, python driven pui scripting I want to start by making a file requestor (slider + listbox) i didn't see a listbox widget. would i use a "frame"? btw, did pli...@li... ever recover? i had to un-subscribe because of all those auto-responder messages -- Dave McClurg dav...@dy... http://www.dynamix.com da...@po... (home) http://www.pond.net/~davem |
From: Wolfram K. <w_...@rz...> - 2000-07-29 16:13:39
|
Dave asked: >btw, did pli...@li... ever recover? >i had to un-subscribe because of all those auto-responder messages Yes, the postings have stoped, you (and everyone else) can re-subscribe. Bye bye, Wolfram. |
From: Steve B. <sjb...@ai...> - 2000-07-29 23:14:43
|
Dave McClurg wrote: > > I'm just starting to use PUI and I've looked at complex.cxx. > http://plib.sourceforge.net/pui/index.html doesn't seem to work. That's odd - it used to. > Is there any project that makes heavy use of PUI? Some things I've done at work have - but I have nothing significant that I could release. > rendering callbacks, sliders with list boxes, multiple interfaces > that are linked together, python driven pui scripting No. > I want to start by making a file requestor (slider + listbox) > i didn't see a listbox widget. would i use a "frame"? I guess so. > btw, did pli...@li... ever recover? > i had to un-subscribe because of all those auto-responder messages Yes - it's all better now. An email to the guy's employer didn't seem to have worked - but he's no longer subscribed to the list so I guess someone asked Sourceforge to can him. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Dave M. <dp...@ef...> - 2000-07-29 23:27:13
|
Steve wrote: > > > > I'm just starting to use PUI and I've looked at complex.cxx. > > http://plib.sourceforge.net/pui/index.html doesn't seem to work. > > That's odd - it used to. > it works now. must have been my connection. > > Is there any project that makes heavy use of PUI? > > Some things I've done at work have - but I have nothing significant > that I could release. > ok. just checking. i'd like to make a few pui demos anyway. --Dave McClurg |
From: John F. F. <joh...@eg...> - 2000-07-31 17:15:44
|
I am working on a CFD grid generation program that makes very heavy use of PUI. I've had to add several new widgets, multiple-window capability, and active-widget callbacks, so I call it "PUI-incremented" privately. The program has some 45 windows, averaging one or two dozen widgets each. I have just started upgrading it to PUI 1.3.0 (note my previous posting on this list about adding multiple-window capabilities). I haven't used rendering callbacks. My "puLargeInput" is basically a slider with a list box (and I use it for file listing and selection), but it doesn't work quite right and should probably be implemented differently from the way I have done it. I'm not sure what you mean by "multiple interfaces linked together" but if you mean multiple windows I can certainly help you. And I don't know what a python is, aside from a particularly large snake. Does anybody else on this list use PUI? John F. Fay joh...@eg... -----Original Message----- From: Dave McClurg [mailto:da...@po...] Sent: Saturday, July 29, 2000 10:49 To: pli...@li... Subject: [Plib-devel] PUI questions I'm just starting to use PUI and I've looked at complex.cxx. http://plib.sourceforge.net/pui/index.html doesn't seem to work. Is there any project that makes heavy use of PUI? rendering callbacks, sliders with list boxes, multiple interfaces that are linked together, python driven pui scripting I want to start by making a file requestor (slider + listbox) i didn't see a listbox widget. would i use a "frame"? btw, did pli...@li... ever recover? i had to un-subscribe because of all those auto-responder messages -- Dave McClurg dav...@dy... http://www.dynamix.com da...@po... (home) http://www.pond.net/~davem _______________________________________________ plib-devel mailing list pli...@li... http://lists.sourceforge.net/mailman/listinfo/plib-devel |
From: Norman V. <nh...@ca...> - 2000-07-31 18:16:42
|
Dave McClurg >i know that PUI is considered fairly static and stable >but would anyone mind some refinement of PUI to occur. Not me ! [OT] A far fetched idea would be to create an OpenGL based driver for microwindows. http://microwindows.censoft.com/ Norman |