... Hi Chris, I also encounter crashing of G4C when using getrange. But, for the purpose of cut/copy/paste you shouldn't use getrange but copy/paste instead....
... Hi Fer, Thanks for the upload. I'm gonna take a close look at it. I have the experience that copy and paste locally within the xRichedit window gives no...
... Hi Chris, You're right. The problem is not caused by RTF. In fact, any text copied from any editor behaves the same. The quickest way to check this is open...
... what's wrong. ... After some holiday, and other things I have pulled together a gui that shows the problem with wait's timing out (wait.gui) There are two...
... Hi Dimitris, Uploaded "richedit_bug_demo.gui" to the files/gui section. Description of the usage is on screen. The script additions for the demo start at...
... Hi Fer and Dimitris, I found that a normal copy from xRichtext and a paste to xEdBox works fine and that the problem is probably in the getClip command. I...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File :...
gui4cli@yahoogroups.com
Apr 3, 2008 3:13 pm
4738
THURSDAY Hi All, MENUMAKER.ZIP - in Files, Guis This is a tool to simplify menus. Unzip on your desktop and a folder MENUMAKER appears. Move it to wherever...
Hi Tim, Thanks for the gui. I fixed a few things and it should now work better. There is a race-condition problem with lv delete though. What you can do is...
Hi all, In Files -> Gui4Cli 19.23 - Ifexists (and wait) returned incorrect value in their negative form (~something) - LV DELETE sometimes crashed if there was...
... Whilst it does not crash/lock up on the Dos.dll now and the garbage produced in gcwin has gone, wait still runs to the timeout even though the subprocess...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File :...
gui4cli@yahoogroups.com
Apr 4, 2008 8:59 pm
4745
Hi Dimitris, Is it possible to add a flag to reqfile to enable me to set the viewmode? Each time I want to open a picture file, the reqfile opens in list view...
Hi Fer, ... I've been searching for that flag a long time, but haven't found it yet. It must be there somewhere, buried under tons of documentation.. BTW -...
Hi all, Triggered by Chris, I was wondering if anyone sofar has created a script to edit RTF files using Richedit with functionality (incl. buttons, font...
... would ... Hi Jack I once made an attempt to create an RTF editor and uploaded it in the files/gui section. It has no buttons or other gadgets but a menu...
Hi Dimitris, When I load a complete gui script in a buffer and use addcode to run it like the example below, this works fine. Only problem is that the new...
... I have now uploaded an extended version of the wait gui showing how asynch waits return immediately, and synch waits always seem to run to timeout and how...
Hi Fer, and Dimitris There a dll by D that control com port and sound card. But i cant make it work. It is possible use this DLL, port.dll Sorry for my English...
... make it work. It is possible use this DLL, port.dll ... Hi Livio I'm sorry I can't help you with DLL's. I know too little about them. But I'll be glad to...
Dear all Is there anyway or method that the popup-menu when right clicking an edbox can be disabled. I do not want people to copy and paste information from...
... an ... on ... is ... Hi Frans. My first bet was 'disable', it does not show the rmb menu, but then the scroll bar is not functioning either. Also...
... Hello Fer Thank you very much for the reply, much appreciated. This is just an indication of what I am busy doing: I wrote a test writing program that...
... an ... etc. ... (or ... Hi Frans I just tried the Xrichedit instead of edbox and found that richedit can be set to readonly, so no messing up the text, no...
... Hi Fer Thank you again. There was a reason why I did not use xRichedit, but what it was I connot remember now. I will look into it again. Thanks. Frans...
Hi Tim, I fixed the 5000/100 part. For the "~df_done" variable, the problem is that the async wait doesn't keep track of the gui the variable belongs to....