Search found 174 matches
- Sat Apr 11, 2020 8:35 pm
- Forum: Database Related
- Topic: regex select
- Replies: 7
- Views: 1604
regex select
Hello I would need a select, where it does not see a difference in hebrew if the vowel points are different, or more important if there are any sentence markers in hebrew in. The text is in unicode in a field with name wort, and a table called bibel. יֵּ֥לֶךְ יֵּ֣לֶךְ both should be found and not ju...
- Fri Dec 20, 2019 10:27 am
- Forum: Database Related
- Topic: complicated update replace part of field
- Replies: 3
- Views: 1242
Re: complicated update replace part of field
To make it a bit clearer some more examples: Example two G5944, not finished yet The G5944 should not be there. Example Three G3456 this gets long G5746 really long G2434 really only the G5746 should not be there. So any apperance of any number from 5625 to 5944 with a " G" in front of it should be ...
- Thu Dec 19, 2019 5:49 pm
- Forum: Database Related
- Topic: complicated update replace part of field
- Replies: 3
- Views: 1242
complicated update replace part of field
I look of a simple resolution (like one update/replace command) for the following problem, or will I have to write a programm. Inside one field of the database there are " G5625" to " G5944" standing inside the field, which simply must be deleted from the field. For example if the field consists for...
- Tue Dec 17, 2019 6:46 pm
- Forum: C++ Development
- Topic: wxhtmlwindow catch when closed
- Replies: 13
- Views: 677
Re: wxhtmlwindow catch when closed
Aui Pane close works perfectly.
Thanks
Thanks
- Tue Dec 17, 2019 6:16 pm
- Forum: C++ Development
- Topic: wxhtmlwindow catch when closed
- Replies: 13
- Views: 677
Re: wxhtmlwindow catch when closed
m_bibf[count]->SetPage(page1); m_mgr.AddPane(m_bibf[count], wxAuiPaneInfo().Resizable().Dockable(false).Float()); MyHtmlWindow* m_bibf[1024]; wxAuiManager m_mgr; So it gets created. It has a close button on it, and if I press this close button the close event does not get called,I tried to make a d...
- Tue Dec 17, 2019 4:28 pm
- Forum: C++ Development
- Topic: wxhtmlwindow catch when closed
- Replies: 13
- Views: 677
Re: wxhtmlwindow catch when closed
it compiles like that, but the onclosewindow never gets called.
The htmlwindow can only get closed with the x from the pane, must I make the eventtable for the auimanager?
The htmlwindow can only get closed with the x from the pane, must I make the eventtable for the auimanager?
- Tue Dec 17, 2019 4:09 pm
- Forum: C++ Development
- Topic: wxhtmlwindow catch when closed
- Replies: 13
- Views: 677
Re: wxhtmlwindow catch when closed
You were a bit quicker 

- Tue Dec 17, 2019 4:08 pm
- Forum: C++ Development
- Topic: wxhtmlwindow catch when closed
- Replies: 13
- Views: 677
Re: wxhtmlwindow catch when closed
wxCloseEvent
- Tue Dec 17, 2019 4:06 pm
- Forum: C++ Development
- Topic: wxhtmlwindow catch when closed
- Replies: 13
- Views: 677
Re: wxhtmlwindow catch when closed
found now the mistake, just have to find the right thing for it.
is of course not a mouse event
is of course not a mouse event
- Tue Dec 17, 2019 4:04 pm
- Forum: C++ Development
- Topic: wxhtmlwindow catch when closed
- Replies: 13
- Views: 677
Re: wxhtmlwindow catch when closed
wxBEGIN_EVENT_TABLE(MyHtmlWindow, wxHtmlWindow) EVT_MOTION(MyHtmlWindow::OnMouseMotion) EVT_LEFT_DOWN(MyHtmlWindow::OnActivm) EVT_CLOSE(MyHtmlWindow::Onclosewindow) wxEND_EVENT_TABLE() EVT_CLOSE(MyHtmlWindow::Onclosewindow) In Visual Studio EVT_CLOSE is marked red invalid typ converting void MyHtml...
- Tue Dec 17, 2019 3:43 pm
- Forum: C++ Development
- Topic: wxhtmlwindow catch when closed
- Replies: 13
- Views: 677
wxhtmlwindow catch when closed
Hello I made a derived class MyHtmlwindow from wxhtmlwindo, but now I need to call some code when this window is closed. Tried with EVT_CLOSE but that is not working inside the event table declaration. EVT_CLOSE(MyHtmlWindow::Onclosewindow) C++ #define EVT_CLOSE(func) wx__DECLARE_EVT0(wxEVT_CLOSE_WI...
- Mon Nov 25, 2019 7:04 pm
- Forum: Platform Related Issues
- Topic: Installer Problem
- Replies: 3
- Views: 863
Re: Installer Problem
Thanks for the inno Setup tip, with that it is possible to set the correct user rights. My approach could have worked as well, but only if started as administrator. For Doublemax, i use that only for those stupid enough to put a datadirectory directly into the programm folder, in the end only the in...
- Mon Nov 25, 2019 3:42 pm
- Forum: Platform Related Issues
- Topic: Installer Problem
- Replies: 3
- Views: 863
Installer Problem
Hello I now encountered a problem making a working installer. I have already splittet for 32 bit and 64 bit windows, and it calls seperate setups, this is working. Then I created with Visual C++ the installer file. But after it runs the setup, the rights of the folder are not set correctly, meaning ...
- Mon Nov 25, 2019 7:48 am
- Forum: General Forum Issues
- Topic: THANK YOU
- Replies: 3
- Views: 2542
Re: THANK YOU
Not yet, some finishing touches, and prepare a public version without any licensed bibles.
- Wed Nov 20, 2019 6:57 pm
- Forum: General Forum Issues
- Topic: THANK YOU
- Replies: 3
- Views: 2542
THANK YOU
I only want to write thank you for all the help I did get. I now managed to finish the programm I wanted to make. A Bible translation programm, with import and export, print to pdf. With sqlite3 as database almost every word in an own datacell. So it was pretty much work. But I'm satisfied. So again...