Search found 12 matches

by Jeff74
Sun Aug 26, 2007 8:03 pm
Forum: Announcement
Topic: multilanguage manager version 004
Replies: 11
Views: 3693

I think I found a solution "UNICODE" + policy caracter "CYBERBIT"

http://ftp.netscape.com/pub/communicato ... s/windows/

I will check now the impact on my soft... :?

@+

Jeff
by Jeff74
Sun Aug 26, 2007 7:17 pm
Forum: Announcement
Topic: multilanguage manager version 004
Replies: 11
Views: 3693

Hello,

I am working on it (unicode and display chinese caracter...). I will come back ASAP with a solution and example.

@+

Jeff
by Jeff74
Sat Aug 25, 2007 7:28 pm
Forum: Announcement
Topic: multilanguage manager version 004
Replies: 11
Views: 3693

Version 4 ; Bug found to load/save parameters.

No it should be OK

Jeff
by Jeff74
Sat Aug 25, 2007 4:42 pm
Forum: Announcement
Topic: multilanguage manager version 004
Replies: 11
Views: 3693

Hum...

On vista no problem ; I tried on XP and I have the same pb I will check :roll:

I will come back

Jeff
by Jeff74
Sat Aug 25, 2007 10:58 am
Forum: Announcement
Topic: multilanguage manager version 004
Replies: 11
Views: 3693


(1) when the app starts, you have to specify the same dbf file multiple times - this seems unnecessary and might be annoying to some people - should be fixed.

Fixed since V2 ; Last Dbb is always opened when you launch the pgm.


(2) clicking on the tool icon seems to bring up an language ...
by Jeff74
Fri Aug 24, 2007 11:32 pm
Forum: Announcement
Topic: multilanguage manager version 004
Replies: 11
Views: 3693

version 2 in line, I corrected a bug to add a record or validate modifications.

@+

JF
by Jeff74
Fri Aug 24, 2007 8:18 pm
Forum: Announcement
Topic: multilanguage manager version 004
Replies: 11
Views: 3693

Version 001

- Lots of test have been implemented
- integration of parameter information( language and last database)
- addition of a parameter option.

Note : to select english language click that button.

@+

JF
by Jeff74
Thu Aug 23, 2007 9:49 pm
Forum: Announcement
Topic: multilanguage manager version 004
Replies: 11
Views: 3693

multilanguage manager version 004

Hello all ! :P

By trying to learn EGRID (thanks a lot Srod for that tool !) and the database Cheetah, I code a soft to manage all the traduction of your text labels in a database.

http://purebasic.myftp.org/files/403/MULTILANGUE/screen.jpg

in the ZIP file you will find the database linked to ...
by Jeff74
Sun Aug 12, 2007 9:52 pm
Forum: Coding Questions
Topic: Cheetah -index problem
Replies: 0
Views: 1041

Cheetah -index problem

Hello,

I got a problem with the index mamangement. even if the table is declared with xdbCreateIndex(IDXname, dbHandle, IndexExpr, Duplicates) Duplicated at 0" my record the same field with the same index !

Here is the code I use to create my table




;
;Use the Cheetah Include file ...
by Jeff74
Sun Aug 12, 2007 12:35 pm
Forum: Coding Questions
Topic: Cheetah Works then does not Work
Replies: 13
Views: 3585

Hello,

when I compile the "Cheetah_test", I got an error message form the include file.

Code: Select all

 Procedure xdbTempFileName() 
        ProcedureReturn PeekS(CallFunction(xdbhDLL, "XDBTEMPFILENAME_Z")) 
      EndProcedure 
I there something wrong ?

Jeff
by Jeff74
Sat Jun 02, 2007 5:12 pm
Forum: Linux
Topic: [Tutorial/HowTo] Install PureBasic 4.01 on Ubuntu Linux
Replies: 54
Views: 183993

thks for the tutorial

it works perfectly :D

Jeff
by Jeff74
Sun Jun 04, 2006 8:06 pm
Forum: Coding Questions
Topic: Acces to Hyper file database (Windev)
Replies: 0
Views: 631

Acces to Hyper file database (Windev)

Hello,


I am trying to access to an Hyper file data base, if I use OPENDATABASEREQUESTER there is no pb, but it is not usefull for my screensaver...

I did some research on the differents forum, I found some solution to access to database by API funciton. I didn't not success to convert them for ...