... If you mean to reduce the amount of refreshes (one each time a node is added) disconnect the list when you add multiple nodes. ... tmp=topipe('id 'listb'...
wparker@...
Mar 2, 2000 7:15 am
83
Hello All, I have been upgrading the AWNPipe website :^) i have Altered the look of it and added some pages there is now a GuestBook so please sign it and add...
Bruce Steers
bsteers@...
Mar 2, 2000 9:30 pm
84
Thanks Bill, Yes. That's great. Exactly what I was looking for. Brian On 02-Mar-00, wparker@... wrote: » From: wparker@... » .. » If you mean to...
Brian Scott
bscott@...
Mar 4, 2000 8:32 am
85
Is it possible to read a text gadget's contents if the return key has not been pressed ie. someone types some text in a string gadget without pressing return...
Brian Scott
bscott@...
Mar 4, 2000 8:34 am
86
Is it possible to adjust the height of a window that contains a listbrowser and buttons so that the listbrowser maintains the lions share of the window and...
Brian Scott
bscott@...
Mar 4, 2000 8:37 am
87
... This is an OS question rather than a AWNP one. I could snoop the buffer but it would be bad form. Needing to press the return key is now an expected ...
wparker@...
Mar 5, 2000 8:30 am
88
... Put the buttons in a layout with weih=0 (weighted height =0). The other liatbrowser (and other elements) get weih=100 by default. Sizing will cause ...
wparker@...
Mar 5, 2000 8:34 am
89
How do I get AWNP to return the address of the gadget? Thanks Brian On 05-Mar-00, wparker@... wrote: » From: wparker@... » » This is an OS...
Brian Scott
bscott@...
Mar 5, 2000 9:37 am
90
On 05-Mar-00, wparker@... wrote: Thanks for that Bill. I was wondering what 'weighted' went. Can I ask what 'nominal' does also? Thanks Brian » From:...
Brian Scott
bscott@...
Mar 5, 2000 9:42 am
91
Hi, I've tried making a small message requester that can be called up from within the same arexx script that has already put up an AWNPipe window (which stays...
Brian Scott
bscott@...
Mar 5, 2000 9:47 am
92
Hello Brian On 05-Mar-00, Your Subject was _Opening a 2nd window?_ ... I had this problem at first :) the problem is the old filehandle was not closed so all...
Bruce Steers
bsteers@...
Mar 5, 2000 2:21 pm
93
... address Read the address of object asociated with the GID and information about the gadget type. This modify command MUST be ' id GID address' and returns ...
wparker@...
Mar 5, 2000 5:40 pm
94
... You can ask. I find it does nothing. The CA/reaction docs claim it may make a gadget look better than the standard sizing calculation. Bill...
wparker@...
Mar 5, 2000 5:42 pm
95
Hi, Thanks Bruce for answering my 'Opening a 2nd window?' Blush! of course 'call Close(caE)', I did wake up to it the next day. _ I would like to see an...
Brian Scott
bscott@...
Mar 7, 2000 8:22 am
96
... I think Bruce has a version of clipper that uses fonts. It is simple to do I hope... Create a text atribute object, store its gadget id. Pass the GID as...
wparker@...
Mar 8, 2000 7:59 am
97
Bonjour, When you had created a menu like: call topipe(' menu gt "Project|About|Quit"') call topipe(' menu gt "Data|test1|test2"') How further in prog, to...
Herve
herve.dupont@...
Mar 8, 2000 6:12 pm
98
... Not sure what the question is. To disable a menu item... call writeln(ca,'id 'men2gad' dis 1 tar 1') ... Menu gadget modify parameters. ... disable=number...
wparker@...
Mar 8, 2000 6:48 pm
99
Salut wparker@..., ... Say I speak very bag !!! ;o) Yeah I make my possible. LOL ... I used call topipe('id 'menu2' dis 1 tar 1'). That is working now...
Herve
herve.dupont@...
Mar 8, 2000 7:38 pm
100
Hi, A new full archive is in the file area. AWNPipe 2.39. Two powerful new features are present. You can trap keystrokes in the input device event stream....
William Parker
wparker@...
Mar 10, 2000 9:46 pm
101
Hi, Pretty quiet around here these days. I put a new program up in the file area. It shows some new features comming in the next AWNP release (RSN). It also...
William Parker
wparker@...
Mar 30, 2000 8:58 am
102
... Thanks for not only commenting but trying to send a solution ! You button images are nicer than mine but do not quite do what is needed. The images need to...
wparker@...
Mar 31, 2000 4:12 am
103
Hi, I'm having trouble getting 'maxn' and 's' to work together in the chooser gadget as in eg.. tmp=topipe('chooser maxn 1 s 0 pu cl...
Brian Scott
bscott@...
Apr 3, 2000 8:46 am
104
... selected=number (s=) Set which choice is selected when the window opens. Selections start at 0 . This defaults to choice 0. Maxnumber=count (maxn=) The...
wparker@...
Apr 3, 2000 2:29 pm
105
Hello wparker@... On 03-Apr-00, you wrote: »> »> I'm having trouble getting 'maxn' and 's' to work together in the »> chooser gadget as in eg.. »> ...
Brian Scott
bscott@...
Apr 4, 2000 8:37 am
106
... You can change the choices with a modify command. chooserlabels="choice0|choice1|choice..." (cl=) Change the choices available in the chooser. And yes your...
wparker@...
Apr 4, 2000 5:32 pm
107
Hi Bill, on Apr 04 you wrote: »> Anything goes on the Amiga Bill, I've been a terrible non-conformist for »> years:) » » Well a note in the docs saying...
Brian Scott
bscott@...
Apr 6, 2000 10:06 am
108
Hello all :) I've just uploaded another awnpipe arexx script to aminet :) i also uploaded it to my page on the awnpipe website :) ...
Bruce Steers
bsteers@...
Apr 6, 2000 9:21 pm
109
Hi All, A new full archive is now in the file area. Vers 2.42 now has commodity support ! Bill...
wparker@...
Apr 6, 2000 10:53 pm
110
Hello Bruce On 07-Apr-00, you wrote: » » I've just uploaded another awnpipe arexx script to aminet :) » i also uploaded it to my page on the awnpipe website...
Brian Scott
bscott@...
Apr 7, 2000 9:09 am
111
Hello Bill i have had some troubles with labels :( please find attached an awnpipe RequestChoice clone i had some trouble when using the '_' underscore first...