Search found 837 matches
- Tue Feb 19, 2019 11:11 am
- Forum: C++ Development
- Topic: Database to show with changing column width
- Replies: 11
- Views: 109
Re: Database to show with changing column width
I want the width of the column seperate in each row. That's impossible in any list based control and it sounds like a horrible GUI anyway. And i still don't think you need (or even want) this. Can you make a scribble or something of what you have in mind? Why I cannot quickly think of a better way,...
- Fri Feb 01, 2019 9:17 am
- Forum: Database Related
- Topic: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database();
- Replies: 4
- Views: 301
Re: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database();
With additional informatin like strongs numbers, versenumbers chapter book, and everything inseperate fields, it easily grows to 40mb. And that is for just one translation, furthermore, dictionaries easily go up to 100mb per dictionary. So what?! The theoretical size limit for a SQLite database is ...
- Fri Feb 01, 2019 8:43 am
- Forum: Database Related
- Topic: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database();
- Replies: 4
- Views: 301
Re: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database();
I would need something similar to: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database(); In principal you could allocate an array of wxSQLite3Database objects with the following statement: wxSQLite3Database* h_dbi = new wxSQLite3Database[1024](); // Open first connection h_dbi[0].Open(...); How...
- Tue Jan 29, 2019 11:38 am
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 344
Re: wxsqlite3 in eigenes Projekt einfügen
Additional info: The sqlite3secure was not able to compile without errors: Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'unicode/utypes.h': No such file or directory sqlite3libicu d:\wxwidgets-3.1.2\1own\hadevarim\wxsqlite3-master\sqlite3secure...
- Tue Jan 29, 2019 11:26 am
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 344
Re: wxsqlite3 in eigenes Projekt einfügen
Hi Wolfgang, ... and I wrote in german as I did know utelle is from Germany, and I hoped to get an answer from him, Tend to go to the creator. Yes, I'm from Germany, but I use English almost every day. And usually I'm quite responsive, although I don't check the wxForum daily. Did remember now, that...
- Mon Jan 28, 2019 6:00 pm
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 344
Re: wxsqlite3 in eigenes Projekt einfügen
Hallo Wolfgang, in der ersten Antwort auf Deine Anfrage hat ONEEYEMAN zu recht daruf hingewiesen, dass es sich hier um ein Englisch-sprachiges Forum handelt. In Zukunft bitte auf Englisch schreiben, wenn Du hier Antworten bekommen möchtest. Im folgenden ein paar Anmerkungen - ausnahmsweise auf Deuts...
- Wed Jan 09, 2019 10:08 pm
- Forum: Announcements and Discoveries
- Topic: ANN: wxPdfDocument 0.9.7 released
- Replies: 0
- Views: 169
ANN: wxPdfDocument 0.9.7 released
Version 0.9.7 of wxPdfDocument has been released. This version is compatible with wxWidgets 2.8.12, 3.0.x, and 3.1.x. Sample PDF files created with wxPdfDocument can be found here . Although this release is mainly a bug fixing release, a few useful improvements were also added (see below). What's ne...
- Sat Dec 15, 2018 9:02 am
- Forum: wxCode
- Topic: wxSQLIte3 from sources...
- Replies: 13
- Views: 1715
Re: wxSQLIte3 from sources...
Hello. This time i am trying to compile minimal last download version from sources in windows 10. But i am taking error ... C:\wxsqlite3\sqlite3secure\src\chacha20poly1305.c|347|undefined reference to `[email protected]'| SystemFunction036 corresponds to RtlGenRandom , a function that is part of ...
- Fri Dec 14, 2018 1:11 pm
- Forum: Announcements and Discoveries
- Topic: ANN: wxSQLite3 4.4.0 released
- Replies: 0
- Views: 356
ANN: wxSQLite3 4.4.0 released
Version 4.4.0 of wxSQLite3 has been released. It supports version 3.26.0 of SQLite . This version is compatible with wxWidgets 2.8.12, wxWidgets 3.0.x, and wxWidgets 3.1.x. What's new in this release Upgrade to SQLite version 3.26.0 Added support for the SQLCipher 4 database format Note : SQLite3 bi...
- Mon Nov 05, 2018 2:33 pm
- Forum: Database Related
- Topic: Need help on wxsqlite3.4.2.0
- Replies: 3
- Views: 914
Re: Need help on wxsqlite3.4.2.0
I have downloaded wxsqlite3.4.2.0 and is facing the following problems: 1. I am unable to access database created in the earlier version (3.3.5.0) even if the database is not encrypted (i.e. password = ''). My code (lazarus freepascal, with zeolib database component) is as follows: ZConnection1.Dis...
- Mon Nov 05, 2018 12:17 pm
- Forum: Database Related
- Topic: wxsqlite3.4.2.0 how to open old encryted database
- Replies: 2
- Views: 758
Re: wxsqlite3.4.2.0 how to open old encryted database
I have some old database (encryted with AES256 using wxsqlite3.3.5.0.dll) which I want to access after switching to wxsqlite3.4.2.0. According to the documentation, I need to run one of the following (depend on the encryption method used) : SELECT wxsqlite3_config("cipher", "aes256cbc"); SELECT wxs...
- Fri Nov 02, 2018 11:01 pm
- Forum: wxCode
- Topic: Problem Printing From Adobe
- Replies: 1
- Views: 322
Re: Problem Printing From Adobe
Hi Bob, We have a PDF file, attached, that was created from version 0.96 of wxPdfDocument using wxWidgets 3.1.0 on Windows 10. Compiler is Visual Studio VS14. When we try to print to an HP printer we get a message box with a message "Flattening". It times out after some time with a message that it c...
- Mon Oct 29, 2018 12:05 pm
- Forum: Announcements and Discoveries
- Topic: ANN: wxSQLite3 4.3.0 released
- Replies: 0
- Views: 593
ANN: wxSQLite3 4.3.0 released
Version 4.3.0 of wxSQLite3 has been released. It supports version 3.25.3 of SQLite . This version is compatible with wxWidgets 2.8.12, wxWidgets 3.0.x, and wxWidgets 3.1.x. What's new in this release [Nov 15, 2018] Upgrade to SQLite version 3.25.3 Adjusted encryption extension to support cipher conf...
- Sun Sep 30, 2018 6:35 am
- Forum: wxCode
- Topic: wxPdfDoc - Probblem with WriteXml and align=justify
- Replies: 4
- Views: 610
Re: wxPdfDoc - Probblem with WriteXml and align=justify
I will take a closer look at your solution. If I don't find any show stopper I will most likely integrate it in wxPdfDocument. I'll drop a note. Just a short update: In the meantime I implemented a generic solution to this justification problem (see wxPdfDocument github repository ). Regards, Ulrich
- Sun Sep 23, 2018 10:46 am
- Forum: wxCode
- Topic: wxPdfDoc - Probblem with WriteXml and align=justify
- Replies: 4
- Views: 610
Re: wxPdfDoc - Probblem with WriteXml and align=justify
Hi Dieter, some weeks ago I finally found some time for looking into this and implemented a solution that works for me without problems since then. Thanks for addressing this issue. I attached my solution based on wxPdfDoc 0.9.6. The new code is only used with wxPDF_ALIGN_JUSTIFY and Unicode Fonts, ...