Search found 115 matches

by lollisoft
Fri Dec 04, 2015 10:47 pm
Forum: Announcements and Discoveries
Topic: ANN: New release for my project lbDMF (1.2.0) is out!
Replies: 0
Views: 3477

ANN: New release for my project lbDMF (1.2.0) is out!

Hello, last month, I have released a new version of my software. Release 1.2.0 has some new features and bugfixes. The software is about model driven software development in the field of database applications. UML models (ArgoUML) can be read into the application and directly interpreted. Also a ste...
by lollisoft
Sun Sep 06, 2015 12:22 pm
Forum: General Development
Topic: Basic workflow support, activities and non modal forms?
Replies: 1
Views: 1326

Basic workflow support, activities and non modal forms?

Hi, I am thinking about general implementation of a workflow engine. Basically I am able to execute an activity diagram (UML), as I have a serialized collection of activity steps and transitions. Also some guards are supported by evaluating simple expressions to support a decision activity. Then the...
by lollisoft
Sun Jul 26, 2015 10:59 am
Forum: Platform Related Issues
Topic: QDGetPictureBounds undefined when compiling wxMac 2.8.10 on OS X Yosemite
Replies: 4
Views: 2781

Re: QDGetPictureBounds undefined when compiling wxMac 2.8.10 on OS X Yosemite

No, I reverted back to Snow Leopard. There was a problem with overridden files that made the system completely unusable. Had to make backups using a usb drive installation. Now the Yosemite is only a test system to check, if my Snow Leopard release will run on Yosemite.

Lothar
by lollisoft
Sat Jun 20, 2015 9:55 am
Forum: Platform Related Issues
Topic: QDGetPictureBounds undefined when compiling wxMac 2.8.10 on OS X Yosemite
Replies: 4
Views: 2781

Re: QDGetPictureBounds undefined when compiling wxMac 2.8.10 on OS X Yosemite

Hi, I tried to update to wx 3.0 but at the time I compiled and installed the library to the box, I got trouble with some libraries that the Gate Keeper system seemed to block these due to unsigned or invalid signed libraries condition. It even failed a boot afterwards. I am not sure what caused the ...
by lollisoft
Thu Jun 04, 2015 7:53 am
Forum: Platform Related Issues
Topic: QDGetPictureBounds undefined when compiling wxMac 2.8.10 on OS X Yosemite
Replies: 4
Views: 2781

QDGetPictureBounds undefined when compiling wxMac 2.8.10 on OS X Yosemite

Hi, I have upgraded my Mac OS X Snowleopard machine to Yosemite. Now I get an error like this: ./include/wx/mac/carbon/private.h:1373:16: error: use of undeclared identifier 'QDGetPictureBounds'; did you mean 'wxMacGetPictureBounds'? return QDGetPictureBounds( pict , rect ); ^~~~~~~~~~~~~~~~~~ wxMac...
by lollisoft
Sun May 10, 2015 9:07 am
Forum: C++ Development
Topic: Is there a way to save credentials or generated uuid permanently?
Replies: 1
Views: 1011

Is there a way to save credentials or generated uuid permanently?

Hi, I am thinking of a login feature into my application to enable community around it. Therefore a simple login screen would help and I have one. But, how could I save - securely - parts of the credentials like account ID and passwords or a uuid? I know there are ways to do it by my own, but I do n...
by lollisoft
Sat Apr 25, 2015 10:56 am
Forum: Announcements and Discoveries
Topic: ANN: New release for my project lbDMF including wxWidgets code generator!
Replies: 0
Views: 3160

ANN: New release for my project lbDMF including wxWidgets code generator!

Hi, I am proud to present my new release (1.1.0) of DMF: Distributed Multiplatform Framework. The current release contains my first wxWidgets related template to generate code out of UML that I package separately. The following image shows a well known tool that this template supports: Dialog Blocks...
by lollisoft
Sat Apr 25, 2015 4:44 am
Forum: Announcements and Discoveries
Topic: Manage SQLite Database (Video Tutorial)
Replies: 5
Views: 5555

Re: Manage SQLite Database (Video Tutorial)

Could you please post the google code links here? I am unable to copy the links from the video :-)

Thanks, Lothar
by lollisoft
Sat Jan 24, 2015 12:05 pm
Forum: C++ Development
Topic: wxHTTP nonblocking without using threads?
Replies: 4
Views: 2068

Re: wxHTTP nonblocking without using threads?

I am considering this, but I liked to avoid threads. But it seems that the wxHTTP class is not really working with nonblocking sockets. I know that wxSockets provide this kind of programming, but then I'll have to reimplement a HTTP client. Isn't there any simple mechanism to ask for a job to be don...
by lollisoft
Sat Jan 24, 2015 9:45 am
Forum: C++ Development
Topic: wxHTTP nonblocking without using threads?
Replies: 4
Views: 2068

wxHTTP nonblocking without using threads?

Hi, I am using wxHTTP to check for updates. Using the synchronous calls, all is fine as long as I am online and the server can be reached (ignoring some time to get a file from it). When it is offline, I'll experience nonreactive GUI and thus I switched to use nonblocking and events. Here I get trou...
by lollisoft
Sat Jan 17, 2015 11:06 am
Forum: Platform Related Issues
Topic: wxFrame::IsMaximized does not work on Unix platforms
Replies: 3
Views: 1608

Re: wxFrame::IsMaximized does not work on Unix platforms

Hi,

I have tested my software against a openSuSE installation without using a ssh shell (-X). On a local Gnome based session IsMaximized() works.

So it is only appearing to a remote X session.

Thanks, Lothar
by lollisoft
Thu Jan 15, 2015 3:16 am
Forum: Platform Related Issues
Topic: wxFrame::IsMaximized does not work on Unix platforms
Replies: 3
Views: 1608

wxFrame::IsMaximized does not work on Unix platforms

Hi, I am using wxGTK on openSuSE 13.1. My application tries to keep maximized if the user has maximized it. This works on wxMac (Mac OS X 10.5/10.6) and wxMSW (Win7/WinXP). Other platforms are Debian Linux and Solaris. On the wxGTK version I am unable to keep this state, because the wxFrame::IsMaxim...
by lollisoft
Fri Jan 02, 2015 8:02 pm
Forum: Platform Related Issues
Topic: Differences with modal dialogs
Replies: 1
Views: 1424

Differences with modal dialogs

Hi, I have experienced modal dialog issues on Windows. When showing a modal dialog using this code, the OnIdle handler is called compared to OS X where it is not called: wxMessageDialog dialog(NULL, msg, windowTitle, wxOK); dialog.ShowModal(); Does passing a parent window stopping OnIdle handling, o...
by lollisoft
Fri Jan 02, 2015 6:19 am
Forum: General Development
Topic: What software update mechanisms are currently used?
Replies: 2
Views: 2362

Re: What software update mechanisms are currently used?

For simplicity, yesterday I have written a plugin for my software that uses wxHTTP and wxJSON to read a release file from my webserver. That's all I need to inform the user. He/she could decide to act upon.
I'll have a look at WebUpdate for a separate project.

Thanks

Lothar