... I just had a brainwave (Doesnt happen very often ;)) Maybe if you were using the XBrowser to navigate the WWW, you could use the NET command to download...
Thanks for the help Nick. This is my biggest problem in the gui I am using two html forms : document.frames.displayinIframe; as a preview frame. and... var hw2...
Dimitris Thank you very much. I have tested the owner Listview and it seems to work perfectly. (I can now complete the graphics application) The Saveini is...
Hello List Members, First I want to thank Dimitris for his generousity. Using the tuutorials and the Help manual alone I have learned so much with no prior...
Dear Dimitris, On a certain computer I'm allowed to browse the local disks and network disks with a directory listview (application problem and then tested...
... The following is from a previous post: For anyone who is interested, I've found a good freeware (open source) resource editor which can change the icon of...
... Its called by the thread that does the refreshing of the file list. ... No work around :( I'll change it though (maybe with a SET option) because I also...
there is a workaround in that you could get something to click the OK button automatically. you might be able to do that with gui4cli. if not, autohotkey, or ...
Dear Dimitris, It would be very nice if you make that change avaiable in the current beta you're developing.... I hope you can find time for that. greetings,...
with the Owner Drawn listviews, are you likely to add an option to set a colour for the current row? that would be a great help when searching, cos it draws...
Jack I had the same problem. I do not know if it will be of some help to you but this is what I did. I use 2000 records and it is extremely fast. I do have a...
Jack Me again. I 'solve?' the problem as follows. Use the LvSearch command, immediately after that I use the Lv Move command, as follows: use lv #this mylv ...
moin, moin... Since finding G4C for Windows, I've coded lots of little helpers for my "daily work", but now I've come to a point of helplessness :( I've tested...
Dimitris I use the following work around for this problem: I attach the following code to a button and then the sorting is working fine. First sort ascending...
... I'll try to. The main problem is where to hold all this information. Information that affects the whole column can be kept ok, but that which affects each...
... I've made the change already but I can't upload yet because I've been changing some other stuff and its not ready yet. I could send you a "private" version...
... I think you can do that with the MCI command. ... I don't remember if there is another easier way, but you could read it off a directory listview.. CD to...
if i save a tab-delimited file and define the fields using 'attr lvcolumn', i thought i would be able to load the tab-delimited file, with the data being fed...
... Maybe if you use the clipboard with Setclip and getclip.. Otherwise try writing out the header too.. File open "c:/lvtemp.glv" tempfile create file write...
moin, moin, Dimi... ... I had a look at the MCI-stuff, but - I don't understand, how to address a drive-letter (eg. H: ) - I don't habe the mentioned drivers ...
Jack For what it is worth. I did the following. I opened the tab- delimited file in a text editor and add the header GCDB and the column definitions at the top...
...GOTO [useJustBASIC] ELSE GOTO [returnToGui4Cli] END IF Hi Serge, you still around? I thought I'd tell you I tried JustBASIC and thanks for the suggestion....
... Hi John I'm still around checking gui4cli board everyday. I just don't seem to have the hang of it. Since my main interest is DBMS, I explore the net these...
moin, moin... Writing a gui to register movies on my CDs/DVDs I discovered the following problems: - G4C doesn't recognize media-chsnges. Neither the TreeView...
... I tried again just now and both the treeviews and listviews work fine. I have XP SP2, but it never had any problems on the other systems either.. I don't...
Hey guys, I'm using the extract command to handle enum variable to check if they are the right file to search (I'm trying to write a file indexer). But when I...