Search the web
Sign In
New User? Sign Up
gui4cli · Open Source script language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3856 - 3888 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3856
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...
marianne976
Offline Send Email
Feb 1, 2007
1:14 pm
3857
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 2, 2007
10:15 am
3858
Fixed this too in the new exe.....
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 2, 2007
10:16 am
3859
Hi Dimitris, ... using 'Getfont', ... when ... selecting ... Arial/21. ... existing ... the ... The problem is partly solved and partly made worse: Loading a...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 2, 2007
2:05 pm
3860
Hi Dimitris, ... using 'Getfont', ... when ... selecting ... Arial/21. ... existing ... the ... The problem is partly solved and partly made worse: Loading a...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 2, 2007
2:05 pm
3861
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. ...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 4, 2007
10:39 pm
3862
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...
flicknemo
Offline Send Email
Feb 5, 2007
4:57 pm
3863
... 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 ...
flicknemo
Offline Send Email
Feb 5, 2007
5:03 pm
3864
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....
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 5, 2007
6:40 pm
3865
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 5, 2007
6:56 pm
3866
... 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...
marianne976
Offline Send Email
Feb 5, 2007
7:23 pm
3867
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 5, 2007
7:42 pm
3868
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...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 5, 2007
9:41 pm
3869
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...
glmsoft
Offline Send Email
Feb 8, 2007
7:12 am
3870
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 8, 2007
10:36 am
3874
Hi Dimitris, While experimenting some difficulties with special characters (see previous post), I'm a bit surprised that the very good pattern matching ...
pietpraet
Offline Send Email
Feb 15, 2007
7:03 am
3875
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 ...
pietpraet
Offline Send Email
Feb 15, 2007
7:04 am
3876
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 15, 2007
10:35 am
3877
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 15, 2007
10:54 am
3878
... 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...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 15, 2007
2:31 pm
3879
Thanks Dimitris, I like the solution....
pietpraet
Offline Send Email
Feb 15, 2007
3:49 pm
3880
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 ...
pietpraet
Offline Send Email
Feb 15, 2007
3:55 pm
3881
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...
pietpraet
Offline Send Email
Feb 15, 2007
4:03 pm
3882
... 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...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 15, 2007
8:09 pm
3883
... Hi Piet, To include the 'MATCH' option change above code to: ~~~~~~~~~~~~~~~~ xbutton 10 20 200 20 "Detect copy/delete window" use window "MATCH/Bezig...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 16, 2007
12:39 am
3884
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...
pietpraet
Offline Send Email
Feb 18, 2007
9:51 am
3885
... 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...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 18, 2007
12:56 pm
3886
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...
jb886
Offline Send Email
Feb 18, 2007
4:26 pm
3887
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...
pietpraet
Offline Send Email
Feb 18, 2007
8:46 pm
3888
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 19, 2007
7:49 am
Messages 3856 - 3888 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help