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...
Show off your group to the world. Share a photo of your group with us.

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 3929 - 3958 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3929
Hi Dimitris, Thanks! It seems to work and sofar I did not have crashes ;-) As promissed I will upload the SQL.DLL, the SQLITE3.DLL (version 3.3.13) as well as...
John Bond
jb886
Offline Send Email
Mar 3, 2007
3:36 pm
3930
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...
gui4cli@yahoogroups.com
Send Email
Mar 3, 2007
3:43 pm
3931
Hi All, I've been digging in the manuals and in the forum but could nowhere find if it is possible to use icons larger than 32x32 in XIButton or XIcon? I have...
jb886
Offline Send Email
Mar 4, 2007
10:22 am
3932
... Hi Jack I've been searching also for a method to show different sizes for icons. Never found a method. G4C always resizes icons larger than 32 x 32 to 16 x...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 4, 2007
3:24 pm
3933
... Icons are a bit confusing (to me). Windows defines the icon sizes through the GetSystemMetrics() function. There are only 2 sizes defined - the small and...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 5, 2007
1:23 pm
3934
On 3/3/07, John Bond <jb886@...> wrote: Hi Jack, How does the gui work and what does it do? I dropped some images on the black box but nothing happened. ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 5, 2007
1:35 pm
3935
??? Ah... I am at work now (once and a while I have to show up ;-) and could not go to the group and download the files (restricted by IT policy). However if...
John Bond
jb886
Offline Send Email
Mar 6, 2007
4:55 am
3936
Hi all When specifying a single column standard LV, the width of the text area is always determined by the physical size of the LV. See tutorial 060- Listview....
Fer Stoopman
fmstoopman
Offline Send Email
Mar 6, 2007
11:59 am
3937
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...
gui4cli@yahoogroups.com
Send Email
Mar 6, 2007
12:57 pm
3938
All, I uploaded the SQLite3.DLL again, now with the example database. Note that likely in the near future I will be adding: SQL.PREPARE sqlstatement ...
John Bond
jb886
Offline Send Email
Mar 6, 2007
1:13 pm
3939
Hi Jack Thanks for the example gui. It works great. One tiny remark about the ximage. Don't use a frame. If the image is larger than the size of the ximage it...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 6, 2007
2:10 pm
3940
Hi Jack, Yes, this one works fine. Its a very useful thing.. There is something going on in the gui that I didn't quite understand.. I ran it with debug on and...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 6, 2007
6:22 pm
3941
Hi Fer, ... You can also define the column's width with the LVCOLUMN attribute. ATTR LVCOLUMN 'Fieldname/width/400' Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 6, 2007
6:27 pm
3942
... Hi Dimitris, I tried that one before, but it creates a second column with the same name, while the text area in the first column is reduced to half the ...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 6, 2007
7:49 pm
3943
... Yes, if its the 1st column, the name should be preceded by a "#", like this: ATTR LVCOLUMN '#Fieldname/width/400' Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 6, 2007
8:50 pm
3944
... Hi Dimitris, YES, that one works. Problem solved. Forget the tip. Thanks for your explanation. Fer...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 6, 2007
9:52 pm
3945
Hi Dimitris, It is just a quick (and dirty) example script to test the initial functionality. Rebuilding the listview is not necessary per se, an initial...
John Bond
jb886
Offline Send Email
Mar 7, 2007
6:30 am
3946
Thanks Fer, Now I finally understand (after 2 years!), why there were still some minor blibs in the pictures (obvious when you use simple pictures like for my...
John Bond
jb886
Offline Send Email
Mar 7, 2007
6:36 am
3947
... They should. I don't know if you can open the database twice, but you can check if its open and use that instance. ... I don't think so.. I have a old...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 7, 2007
8:04 am
3948
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 : /Assy.zip ...
gui4cli@yahoogroups.com
Send Email
Mar 7, 2007
11:13 am
3949
Hi, I want to make a database app that works with csv files, filtering records in a list view, then clicking a row for editing a single record on a different...
doodfish
Offline Send Email
Mar 12, 2007
6:24 am
3950
... filtering ... record ... Hi, See the CSVtoGDB converter below (tested). This converter is based on a csv where the first line contains the headers of the...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 12, 2007
1:07 pm
3951
Is it possible to filter without deleting records? (for searching purposes) GC ... vertical ... format or ... lvs. ... for ... How do ... records....
doodfish
Offline Send Email
Mar 13, 2007
5:07 am
3952
Is it possible to filter without deleting records? (for searching purposes) GC ... vertical ... format or ... lvs. ... for ... How do ... records....
doodfish
Offline Send Email
Mar 13, 2007
5:09 am
3953
... Up to here we just selected all the lines that fit our criteria. You can just stop here.. ... This is the line that deletes the selected records Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 13, 2007
6:42 am
3954
Have a look at the GCLedger example and this is the way I have been doing it in my applications as well till date. You have one LV to maintain your data, the ...
John Bond
jb886
Offline Send Email
Mar 13, 2007
1:52 pm
3955
Dear all I am also writing applications using Sqlite and Gui4Cli. My question: Is there a quick way to save many records to a sqlite database. I build for...
marianne976
Offline Send Email
Mar 13, 2007
5:30 pm
3956
... There isn't any command I know of on the Gui4Cli side. I don't know about the sqlite side. The thing is to find out which of the operations takes the...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 14, 2007
6:36 am
3957
Hmmmm... Triggered by the question, I just tested the COPY command with the original SQL.DLL and the SQLite.DLL (2.8) and this command works with no problem...
John Bond
jb886
Offline Send Email
Mar 14, 2007
2:06 pm
3958
Dimitris and John Thanks for answering the question. It it saving me a lot of time. ... I also think it is not Gui4Cli. I build a listview in memory of say 1 ...
marianne976
Offline Send Email
Mar 14, 2007
5:47 pm
Messages 3929 - 3958 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