Search the web
Sign In
New User? Sign Up
gui4cli · Open Source script language
? 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 3253 - 3282 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3253
Hi. ... and if ... tvs in ... Here is sort of workaround for that, in case you're interested: xOnDrop myTV SendMouse 0 0 ldown/lup SetEvent #this dropTImer on ...
mockey_a
Offline Send Email
Sep 1, 2005
4:07 pm
3254
Hi Dimitris. Just discovered the preceding "#" for xSpliter items, which changes position instead of size. Is this new? Didn't see this before. Anyway, works...
mockey_a
Offline Send Email
Sep 1, 2005
4:34 pm
3255
How ingenious! Thanks, Mockey, I'll try that. John ... drops, ... dir ... TV, ... sucks) ... from ... as ... selects ... of ... this...
freedeanna
Offline Send Email
Sep 1, 2005
7:16 pm
3256
Hi Dimitris. Can it be that $$cursor.live.sx and sy vars are not correct? It seems that $$cursor.live.x and y return the correct absolute screen coordinates...
mockey_a
Offline Send Email
Sep 1, 2005
8:19 pm
3257
Hi Dimitris. xOnLMB say $$click.shift always returns 0, even when shift is pressed when I click. Same for control. Bug? Mockey...
mockey_a
Offline Send Email
Sep 1, 2005
11:26 pm
3258
... Yes. I can't remember when I added it but its in the manual too. ... Yes splitters need a rework.. ... Hmm, it destroys the spec string after the 1ts...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 2, 2005
9:25 am
3259
... ok, fixed - i've also added 2 more (gx,gy for gui position) cause x,y return the window position which may be the event's window. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 2, 2005
9:50 am
3260
fixed....
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 2, 2005
10:08 am
3261
Hi Dimitris. I just played around with buffers a bit. Unfortunately there's some stuff which doesn't seem to work as expected: - using $$buffer.valid or other...
mockey_a
Offline Send Email
Sep 2, 2005
1:54 pm
3262
... And it works fine, but I'm wondering if you also somehow manage to use the dropped data manually, or just want to know the item. As I wrote in an earlier...
freedeanna
Offline Send Email
Sep 2, 2005
11:56 pm
3263
... Cause I forgot to define them.. :) Fixed. ... ok ... ok ... ok - added, not tested. ... Usually "function guis" (libs) are better. Modularity and...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 3, 2005
9:24 am
3264
FWIW, the beta page has reappeared on the web site, advertising 17m jack the giraffe is too tall to go through the tunnel...
Jack Horsfield
jack_horsfield
Offline Send Email
Sep 3, 2005
12:00 pm
3265
Hi. ... Dimitris ... As I said I'm dropping files and noadd works here. But you're right, noadd doesn't seem to work when $$drop.type is "text". A workaround ...
mockey_a
Offline Send Email
Sep 3, 2005
1:36 pm
3266
Hi. ... Sounds good. Looking forward to the next beta :-) ... indirection ... Sure. I had put some stuff in a separate gui but I'm using the addcode-approach...
mockey_a
Offline Send Email
Sep 3, 2005
2:15 pm
3267
Hi Dimitris. I have some questions about xBrowser. As I mentioned before, copying with "Ctrl+C" doesn't work, which is not so good. Furthermore all keyboard...
mockey_a
Offline Send Email
Sep 3, 2005
2:58 pm
3268
Hi Dimitris. One more thing: I think it would be useful to get $$file variables (like create.time) without actually opening a file. To make a file current you...
mockey_a
Offline Send Email
Sep 3, 2005
3:24 pm
3269
Hi, Uploaded beta version 19.1. Main addition is an early version of owner-drawn listviews. Download from: http://users.hol.gr/~dck/g4c/html/Downloads.htm ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 4, 2005
6:24 pm
3270
... Thanks Jack - I've been trying to switch servers but I'm still having some problems.. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 4, 2005
6:26 pm
3271
... Yes it does (I forgot :)) - every gui has a structure, about 500 bytes big, to hold all its information. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 4, 2005
6:32 pm
3272
... I agree - Its already on the todo list (together with about a thousand other things).. ... You can use the WAIT command instead of polling the file.. If...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 4, 2005
6:44 pm
3273
Hi Dimitris. ... Thanks a lot for the numerous quick fixes. - $$cursor.live.sx/sy is correct now - $$click.shift/control works Would it be possible maybe to...
mockey_a
Offline Send Email
Sep 5, 2005
6:37 pm
3274
Hi Dimitris. ... Looks pretty good already. Nice stuff :-) There seems to be a bug when you create an empty listview with style owner. When you click on it...
mockey_a
Offline Send Email
Sep 5, 2005
7:17 pm
3275
... I also managed to mess up the tab key again. Fixed them both now. I'll upload again in a while.. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 5, 2005
7:27 pm
3276
Hi guys, Wondering if you could help me with a small problem I'm having..... I wrote a program that finds prime numbers, however, it errors out when I get to a...
Nick Walker
nightowlrebo...
Offline Send Email
Sep 6, 2005
10:12 am
3277
... It fails because there are 8 numbers from 2 to 9 inclusive and 360 is divisible by all of them so primefail = 8. The elseif should be: elseif $primefail <=...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 6, 2005
1:15 pm
3278
Sorry.. I accidentaly sent it before I had finished.. ... elseif $prime2 >= 9 An easy way to find out what's wrong is to use debug. Here, because you'd have...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 6, 2005
1:19 pm
3279
Dimitris Thank you for the owner listview. It makes it much easier to enter and edit information. I however encounter a problem. When I click on an empty owner...
marianne976
Offline Send Email
Sep 7, 2005
6:00 pm
3280
Dimitris Sorry I discovered that that the listview crash was already reported. Another problem. It seems to me that Saveini does not work in the new beta...
marianne976
Offline Send Email
Sep 7, 2005
8:45 pm
3281
... It was a bug.. Fixed it now. Thanks Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 8, 2005
6:12 pm
3282
Thanks for the prime number work around Dimitris, Thanks for the help. Nick...
nightowlrebooted
nightowlrebo...
Offline Send Email
Sep 9, 2005
5:53 am
Messages 3253 - 3282 of 5325   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