Search the web
Sign In
New User? Sign Up
dyalogusers · Dyalog APL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2309 - 2338 of 5366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2309
... Thanks! I thought I had tried every permutation and combination, using enclose, but I must have left something out (I can't tell you the number of times I...
Paul S. Mansour
psmansour2000
Offline Send Email
Jul 1, 2006
11:45 am
2310
my fear is if i just do it in decimal, i'll run into numerical errors cause 100 binary digits will blow past 64 bit floats . . . and encoding/decoding the base...
TonyC
tclviii-dyalog@...
Send Email
Jul 1, 2006
3:42 pm
2311
For whatever reason (must have been the heat and humidity of late), I set the maximum workspace size in configuration to 76. Now, when I try to bring up APL I...
Ed Shaw
thetrainsthe...
Offline Send Email
Jul 6, 2006
12:45 am
2312
You can start Dyalog right from the Start Menu with a command line parameter workspace size. Select Run... and then type this: c:\dyalog102\dyalog.exe...
Maria Wells
mariawellsco...
Offline Send Email
Jul 6, 2006
2:21 am
2313
Hello Jarl; In my experience the problem can be reduced to the following: '{omega} write serialize {omega}' ofE []nl 2 3 Where: . ofE applies the 'direct'...
Randy MacDonald
rando0227
Offline Send Email
Jul 7, 2006
10:22 pm
2314
Hello Maria; So, you couldn't say that definition is spot on? ... BSc(Math) UNBF'83 þas a process, you don't know what you're doing. Sapere Aude...
Randy MacDonald
rando0227
Offline Send Email
Jul 7, 2006
10:30 pm
2315
Hi, Anyone know the which dyalogGuiObject and which of its property settings will best emulate the dyalog autoComplete popUp? Thanks, J. Goff...
Jim
jimgoff2
Offline Send Email
Jul 10, 2006
2:12 pm
2316
Hi Jim The Dyalog auto-complete popup is just a form containing a ListBox, so I would suggest you looked at those objects. I've toyed with the idea of creating...
John Daintree
john_daintree
Offline Send Email
Jul 10, 2006
2:48 pm
2317
I think this is a really neat idea. Assuming we wanted to emulate this and hoping that John D. would eventually give us a real one if we were really nice to...
mariawells@...
mariawellsco...
Offline Send Email
Jul 10, 2006
3:01 pm
2318
... Not sure whether that's easy to answer without knowing more about exactly what you want to do. But last week I did some experimenting with putting an...
Dick Bowman
bertybullfrog
Offline Send Email
Jul 10, 2006
3:52 pm
2319
Hi again, The perimeter of the official dyalog autocomplete popup has no 3-D effect. I've tried different values for both the EDGESTYLE and BORDER properties, ...
Jim
jimgoff2
Offline Send Email
Jul 10, 2006
4:06 pm
2320
Jim, You want 'f' []wc 'form' ('border' 0) ('sizeable' 0) 0 0 0 0 0 and 'f.l'[]WC'list' ('posn' 0 0)(100 100) ('3d' 'none') /jd ... From: Jim To:...
John Daintree
john_daintree
Offline Send Email
Jul 10, 2006
5:00 pm
2321
Did you turn off moveable, sizeable, minbutton, and maxbutton? ... From: "Jim" <jgoff@...>...
mariawells@...
mariawellsco...
Offline Send Email
Jul 10, 2006
5:57 pm
2322
[jd] 'f' []wc 'form' ('border' 0) ('sizeable' 0) 0 0 0 0 0 [jd] 'f.l'[]WC'list' ('posn' 0 0)(100 100) ('3d' 'none') [jg] works great, thanks John. ...
Jim
jimgoff2
Offline Send Email
Jul 10, 2006
7:54 pm
2323
... this and hoping that John D. would eventually give us a real one if we were really nice to him, how would we want it to work? I mean-- would it be tied to...
Paul S. Mansour
psmansour2000
Offline Send Email
Jul 10, 2006
8:25 pm
2324
Hello Maria; You seem to have a good feeling for what an auto-complete widget is supposed to do. The problem, to me, is in the exercise-for-the-reader...
Randy MacDonald
rando0227
Offline Send Email
Jul 11, 2006
2:26 am
2325
... The trick is to use a timer so that you don't do work on every keypress. In the KeyPress callback you do: []EX 'mytimer' 'mytimer'[]WC'Timer'('Interval'...
Joakim Hårsman
joakim.harsman@...
Send Email
Jul 11, 2006
7:14 am
2326
Actually, I managed to write something this afternoon in a couple of hours to do it. But, I billed for the time, so I can't share... It's not great, but it...
Maria Wells
mariawellsco...
Offline Send Email
Jul 11, 2006
3:46 pm
2327
... always ... keypress. This nifty technique is also critical for scrolling around a TreeView while updating a ListView - I imagine Windows does something...
Paul S. Mansour
psmansour2000
Offline Send Email
Jul 11, 2006
3:49 pm
2328
... supposed to do. The problem, to me, is in the exercise-for-the-reader category. I hope it is not in the beg-the-vendor-to-supply-it category. Hi Randy, ...
Paul S. Mansour
psmansour2000
Offline Send Email
Jul 11, 2006
4:04 pm
2329
[maria] Actually, I managed to write something this afternoon in a couple of hours... It's not great, but it seems to work decently. [jim] I'm not as fast as...
Jim
jimgoff2
Offline Send Email
Jul 11, 2006
5:05 pm
2330
... trick is to use a timer so that you don't do work on every keypress. ... while updating a ListView - I imagine Windows does something similar. I do it...
Chris Hogan
hmw4xtra
Offline Send Email
Jul 11, 2006
5:34 pm
2331
Hello Paul; (net is down here, so this may be a delayed message) No Dyalog. Been APL+ since '84. Perhaps I'm just used to the quirks. Haven't looked at Dyalog...
Randy MacDonald
rando0227
Offline Send Email
Jul 12, 2006
12:50 pm
2332
... quirks. Haven't looked at Dyalog since v8.0. I'm a little more impressed with the innovative things built in, but, as with J, I've found nothing not...
Paul S. Mansour
psmansour2000
Offline Send Email
Jul 12, 2006
3:52 pm
2333
Hi Ed, In case you still need this information (or will need tit again later), the key which contains this information is called "maxws" and is found in the ...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Jul 13, 2006
9:36 am
2334
Hello Paul; You assume I see a personal need for auto-complete, and also that I wouldn't have one done if I saw the need for one. The experience I do have with...
Randy MacDonald
rando0227
Offline Send Email
Jul 13, 2006
3:15 pm
2335
From time to time I feel the need for a mechanism to assure atomic operation in a multi-threaded environment. In other words, in a certain section of code, I...
Paul S. Mansour
psmansour2000
Offline Send Email
Jul 13, 2006
3:29 pm
2336
Just back from vacation, so apologies if I jump in without having fully digested the whole thread. I think I have to agree with Randy to the extent that I...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Jul 13, 2006
5:08 pm
2337
Paul, I too have encountered such a situation. In my case I needed one thread to be able to "work alone". My only experience with threads otherwise dates back...
Dan Baronet
dbaronet
Offline Send Email
Jul 13, 2006
6:02 pm
2338
Dear Users, Customers, and Friends, It is now only just over 3 months until the Dyalog User Conference in 2006. The conference will be held at the same...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Jul 13, 2006
6:16 pm
Messages 2309 - 2338 of 5366   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help