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 ...
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...
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...
... 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...
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...
... 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...
... Cause I forgot to define them.. :) Fixed. ... ok ... ok ... ok - added, not tested. ... Usually "function guis" (libs) are better. Modularity and...
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 ...
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...
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...
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...
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 ...
... 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...
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...
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...
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...
... 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 <=...
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 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...
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...