Dimitris Thanks for the answer on the tab order. One other question if you do not mind. In the latest manual it is indicated that dll can be loaded from memory...
Hi Fer, Thanks for the feedback. Try this exe : http://users.hol.gr/~dck/g4c/G4C_Test.zip ... Fixed. I was using a fixed value of 72 for the screen dpi (saw it...
Hi Dimitris, ... using 'Getfont', ... when ... selecting ... Arial/21. ... existing ... the ... The problem is partly solved and partly made worse: Loading a...
Hi Dimitris, ... using 'Getfont', ... when ... selecting ... Arial/21. ... existing ... the ... The problem is partly solved and partly made worse: Loading a...
Hi Dimitris, ... Thanks for the fix. Tried it and works fine. Cannot benefit yet because of the font problem in the new exe so i'm still using the 'old' exe. ...
How can I get the pointer address for the start of a buffer or variable? If I send this in an external function call, [like a function inside a dll] I think...
... Hi Jon, I am interested in seeing what you produce. I thought the tutorial RTEdit was the basis of something good. I thought I would have a go at ...
Sorry for not answering this now but it takes a lot of investigating - I'll have a look when possible. Meanwhile, explain a little what you're trying to do....
... Look in home:dev/include/g4c_api.h for "struct var *" You must get a pointer to the head of the variable's list and look for it in there. There are such...
... investigating - ... No problem. I know you are busy. I did the following: I copied the Pan.gui in the GUI4Cli dll folder and Pan.dll and Dx.dll to a folder...
... Seems I must use the static 72 value, except for richedit controls.. I think it may be a convertion from pixels to points (which are about 72% of the...
Hi Dimitris ... As far as I can see this new test-gui exe works perfectly. All problems in the RTF control seem solved. Quick testing shows no problems in the...
when i proceed for creating normal executable it is not creating exe file but it is saying exe file creation finished when running it is saying it is not found...
... You need to give me more information.. - What kind of files did you include ? - In the last page, when it creates the executable, there is a button that...
Hi Dimitris, While experimenting some difficulties with special characters (see previous post), I'm a bit surprised that the very good pattern matching ...
Hi everyone, In the G4C-editor, I can't type following special characters : ë and ê. As a result I can't detect the title of the window that is used while ...
... I know of this problem (I have the same problem with Greek accents), but I don't know why its doing it or how to solve it. You can paste the characters...
... It's because internally, the arguments are passed to the Windows FindWindowEx() function, which doesn't have pattern matching. If I had to add it I'd go...
... and ê. ... while ... Hi Piet, Except for the copy/paste method as Dimitris suggested there is another way to enter accented characters into SciEd by using...
Dimitris and Fer, I'm sorry I didn't mention that pasting the characters does work, BUT the script not. Here are the details : if I copy a file, there is a ...
Hi Fer, It's been a while since I was able to continu programming, I still have to test your 'bumping'-script, which makes me very curious. Thanks for the good...
... Hi Piet, Although the window "Bezig met kopiëren..." is a system window it is recognized by Gui4Cli alright. I just tested it by copying a large file to...
... Hi Piet, To include the 'MATCH' option change above code to: ~~~~~~~~~~~~~~~~ xbutton 10 20 200 20 "Detect copy/delete window" use window "MATCH/Bezig...
Hi Fer and Dimitris, I'm afraid that neither the synchronous nor the asynchronous way work for me. I remember I once had a RSS-reader that also couldn't cope...
... the ... that ... pleased ... to ... Hi Piet, I'm sorry to hear nothing works to detect the copy window, so I started to dig somewhat further because the...
Hi Dimitris, Some time I posted a message regarding SQLite 3. Well, found some time and have now created a DLL using Pelles C based on the previous SQL DLL...
Hi Fer, if I use your script from within G4C, then it works. If I make an executable, after each character, there appears the last 2 numbers that were given to...
... I think a xBuffer is your best (only?) bet. I can help more if I understand what you want to do.. Binary data is unusable from within Gui4Cli so there may...