Qbasic Hi All, Whilst rummaging in my pc spares I extracted an old MSApp. An IDE, Basic script interpreter, which you may play about with but you would need...
5686
John Bond
jb886
Nov 2, 2011 9:54 am
Hi all, I have been away for some time: It crashes because it cannot open the file. Normally you would avoid this by doing a file-exist test. The SQLite3 DLL,...
5688
flicknemo
Dec 3, 2011 10:36 am
Hi All, Javascript uses 15 decimal digits in a Win32bit pc, if you call a Math method. The Math method has most of the functions you will ever need. I assume...
5689
flicknemo
Jan 4, 2012 3:02 pm
Hi All, I just uploaded a file containing 3 useful scripts. It was a bit long for a thread entry, so it is better this way: ...
5690
peejayay
Feb 1, 2012 8:32 am
Hi, I am trying to remove some ini file entries using the "Ini DELETE" command, but it just does not seem to work. Nothing happens at all when calling this...
5691
fredfjord@...
fredfjord...
Feb 1, 2012 8:08 pm
I tried something but it does not change the file... Unless somebody knows how to use it you can try something like this: xlistview 10 10 10 10 "ini" "" "" id...
5692
peejayay
Feb 2, 2012 7:58 am
Hi Fred, I realise that it is possible to do it programatically, it is just that I was hoping for some kind of patch to get it working, so that the next person...
5693
Dimitris Keletsekis
gui4cli
Feb 2, 2012 11:43 am
I'm still here, and will get around to making some corrections sometime since I still use g4c every day, but I'm buried in work at the moment. Thankfully...
5694
Fer
fmstoopman
Feb 2, 2012 1:32 pm
Hi, peejayay It also doesn't work on win7/vista. Alternatively you could do a saveini "filename" Section "" where you must specify double quotes in stead of...
5695
Fer
fmstoopman
Feb 4, 2012 4:05 pm
Hi Dimitris, Since win7 the Xarea event is behaving very strangely. After opening the gui you only have to wait for a few seconds to see the xarea as a white...
5696
Dimitris Keletsekis
gui4cli
Feb 5, 2012 8:34 am
Hi Fer, I tried the gui and its not behaving as you say on my system (Win 7). The background remains blue all the time. The only case when a white rectangle...
5697
Fer
fmstoopman
Feb 5, 2012 1:11 pm
Hi Dimitris, I think I've found the cause of the problem: Since I needed a new keyboard there is a program called Setpoint from Logitech that is running all...
5698
chris.kevany
Feb 5, 2012 1:38 pm
Hi Dimitris, I have the strong impression Gui4Cli has a memory problem on Win 7. When I create self-contained executables the behaviour is very unpredictable...
5699
Dimitris Keletsekis
gui4cli
Feb 5, 2012 6:16 pm
Hi Chris, The functions I use are all basic windows memory functions which take care of any alignment needed. I have no control over it. I haven't noticed...
5700
chris.kevany
Feb 6, 2012 2:14 pm
Hi Dimitris, Thanks for the new Gui4Cli executable and gcview! Unfortunately it didn't do wonders but I used 19.35 so it's always good to upgrade. Actually...
5701
chris.kevany
Feb 11, 2012 5:30 pm
Hi to all, Can someone who uses Windows 7 tell me if he/she can input quotes and double quotes in a xTextin and xRichEdit event. For me it doesn't work but...
5702
Fer
fmstoopman
Feb 11, 2012 7:29 pm
Hi Chris, No problem to enter quotes or double quotes in Xtextin and Xrichedit nor Input. Do the quotes appear when you type another quote after the first? If...
5703
chris.kevany
Feb 11, 2012 9:19 pm
Hi Fer, In wordpad and notepad they work from the same keyboard. I already tried another keyboard but it acts the same. It's not only my script. I also have...
5704
chris.kevany
Feb 13, 2012 4:39 am
Hi Fer, Finally got it working by selecting the "New Zealand (US)" keyboard layout. Seems to be a bug in the standard US option. Nice extra is that I got rid...
5705
Marianne
marianne976
Feb 13, 2012 2:29 pm
Hi Chris I also have a large compiled progran (868KB)if one can call it large and it is working fine on all Windows versions from Windows 95 to Windows 7...
5706
chris.kevany
Feb 13, 2012 10:27 pm
Hi Frans, The problem in my case is the awefully large and complex startup procedure. It does already call several dll's and has to run a command line tool,...
5707
chris.kevany
Feb 14, 2012 8:00 am
Just a additional note to avoid misunderstanding! I don't have any problem with Gui4Cli on Windows 7 when I run my scripts directly with the installed Gui4Cli...
5708
fredfjord@...
fredfjord...
Feb 14, 2012 6:06 pm
Hi Chris, Do you use upx compression for your exe? I could not find a bug in the docs related to this but who knows... I think also PackExe is used but i don't...
5709
chris.kevany
Feb 14, 2012 8:58 pm
Hi Fred, I tried so many things. With and without upx. Modified the ExeWizard gui so it didn't compress the scripts. I finally found that if it fails on a...
5710
Dimitris Keletsekis
gui4cli
Feb 15, 2012 7:52 am
... I've also had this happen (rarely) with very large convoluted routines that call many programs and many guis before they're done and I've also used a timer...
5711
Dimitris Keletsekis
gui4cli
Feb 15, 2012 8:14 am
To continue the previous thought... One of the things that may do it is when something visual or having to do with windows (return from waiting, messages, etc)...
5712
chris.kevany
Feb 18, 2012 11:05 am
Hi Dimitris, I would have better continued with this subject at the thread about self-contained executables on Windows 7. Sorry I changed topic at this thread...
5713
chris.kevany
Mar 3, 2012 8:57 am
Hi Dimitris, I wouldn't spend time on looking for a stack bug in calling xRoutines. I think your code is OK. Because I still run a W2k and XP setup, I can...
5714
Fer
fmstoopman
Apr 25, 2012 2:40 pm
Hi Dimitris, In the past I've used several image text commands to create shadow style text but a few days ago I found that 'image txstyle shadow' is a...
5715
Dimitris Keletsekis
gui4cli
Apr 26, 2012 5:39 am
Thanks for the info. I do want to make a new version sometime soon - ie update the manual and pack everything into one installation file (instead of all over...