Hi Dimitris, Would you like to change and adapt your so-called event model as follows. 1. OnLoad (Event0) will be event of Gui creating. 2. OnClose (Event1)...
Two things - 1) I find that popup and quick menus sometimes remain on screen when I click elsewhere instead of disappearing, meaning that I have to put a...
When I put a status bar at the bottom of a window, it seems to interfere with the redrawing of the events near to it (within about 15 or 20 px) when the window...
... and ... That doesn't seem to work. If I get 23,456.00 with format, then extract var unformat gives 23456.000000 BTW, a workaround for now is to go: ...
I have a listview that I would love to be able to scroll using a mousewheel. I reckon I need an xonmousewheel event, but after that I'm stuck. is there a way...
... This is a Windows thing (I think). It does it also in other programs with other system menus. ... It triggers on the first click on my system.. Dimitris...
... You don't have to do anything. Windows controls the scrolling so its automatically built in to listviews. You must click on the listview first though, so...
... is ... Someone else would have to comment on the programming aspect of this question, but one thing you might check is your mouse settings. On mine I can...
... about ... Sure, it's in the photos section. It happens mostly when grabbing the bottom edge and quickly moving it upwards. The status bar doesn't seem to...
From: "freedeanna"
>
> > > When I put a status bar at the bottom of a window, it seems to
> > > interfere with the redrawing of the events near to it (within
>...
i use katmouse: The prime purpose of the KatMouse utility is to enhance the functionality of mice with a scroll wheel, offering 'universal' scrolling: moving...
Dimitris, I think there's an error in the help files on parsevar, but it's good news. It says: PARSE TOTAL The total number of arguments found (currently there...
... to ... appear ... height. ... buttons; ... Yes, daz, I forgot that other problem. What I meant was even if the window is resized without the status bar...
From: "dazroo"
>
> [file attachment "sr.png"] (*not allowed*)
>
Oops, sorry.
"Redraw with Status top" in photos.
(I guess an emailed .gif attachment would...
ah. the I have the listview set so that a single click on any line launches another application. after a bit of experimenting I see that I can click a column...
Jack, I think one option is to use: xOnListview COLUMN lvid to trap the header clicking. The help says: Happens whenever the user clicks on the header of a...
I would like to keep the single click and the sort is needed for each column header. it's a good idea to force the selection when the gui is loaded, but it ...
... each ... Oh, I see. ... but it ... any line ... clicks ... It sounds interesting. ... first ... Yes, it would. ... No, but then you can't have everything!...
Hi, We're up to "L" now. Be running out of letters soon :) Download from: http://users.hol.gr/~dck/g4c/beta/index.htm The main addition this time is a new way...
HI ALL i got a question maybe someone would give me a bit of info I'm using a xBrowser inside a tab and was wondering if was possible to have a new tab...
... There is a Windows quirk with menus if in responce to a taskbar icon click (you have to do 2 extra calls), so the above was a bug after all. Fixed it now...
... Yes.. now the number of arguments allowed is whatever the size of the buffers is divided by 4 (ie 1000/4 = about 250 args) I'll change it in the manual. ...
I see the 0gui would be nice to use... but it would also be nice to be able to ignore it if the script ran on an older gui4cli. the gui.version currently just...
... I think its possible, using DDE - at least I've seen a sample that is supposed to do it, but when I tried long ago its didn't work and I gave up.. Sometime...