Search found 17 matches

by baraujo
Mon Jun 13 2022 8:35 am
Forum: Issues
Topic: Doesn't seem to work on Wayland
Replies: 1
Views: 4604

Doesn't seem to work on Wayland

I tried kitchensink app and it didn't work on a Arch + Weston and it gives the following error:

CsGuiXcb1.7.so: (Invalid argument)

I think it is missing the Wayland compositor libraries.
by baraujo
Mon Jun 13 2022 8:13 am
Forum: User Support
Topic: Does it work on Wayland?
Replies: 3
Views: 5244

Re: Does it work on Wayland?

I tried this btw and it didn't work on a Arch + Weston. It gives:

CsGuiXcb1.7.so: (Invalid argument)

Seems to be trying to use x11.
by baraujo
Wed Jun 08 2022 6:38 am
Forum: User Support
Topic: Does it work on Wayland?
Replies: 3
Views: 5244

Does it work on Wayland?

Does Copperspice work on Wayland?

Like with Weston compositor...

I was about to try myself but was wondering if anyone has done so already.
by baraujo
Fri Apr 23 2021 7:14 am
Forum: User Support
Topic: Has anyone built VTK apps with Copperspice?
Replies: 3
Views: 9446

Re: Has anyone built VTK apps with Copperspice?

This is an interesting topic.
It should be possible to adapt the code under GUISupport/Qt to CopperSpice using PepperMill. Maybe create a GUISupport/Cs directory?
by baraujo
Sat Apr 17 2021 1:08 pm
Forum: Developers
Topic: Signal to signal
Replies: 4
Views: 7466

Re: Signal to signal

Cool. Sounds good. Thanks for the info.
Thanks for CopperSpice. I think many people might change now since Qt is going so commercial and very expensive.
by baraujo
Sat Apr 17 2021 1:04 pm
Forum: Issues
Topic: The application failed to start because the platform plugin was not found or did not load.
Replies: 7
Views: 12310

Re: The application failed to start because the platform plugin was not found or did not load.

I downloaded v1.7 release dlls and still had these debug prints.
I don't mind these messages in debug mode but in release would be nice to not have them.
by baraujo
Wed Sep 02 2020 8:29 pm
Forum: Developers
Topic: Signal to signal
Replies: 4
Views: 7466

Re: Signal to signal

When across threads are they queued automatically like in Qt?
by baraujo
Wed Sep 02 2020 8:26 pm
Forum: Issues
Topic: readLineInto
Replies: 3
Views: 4764

Re: readLineInto

I believe this was on windows 10.
by baraujo
Sat Aug 29 2020 11:21 am
Forum: Developers
Topic: Signal to signal
Replies: 4
Views: 7466

Signal to signal

Does CopperSpice support signal to signal?
by baraujo
Fri Aug 28 2020 7:12 pm
Forum: Issues
Topic: readLineInto
Replies: 3
Views: 4764

readLineInto

Using readLineInto it gives:

unresolved external symbol "__declspec(dllimport) public: bool __cdecl QTextStream::readLineInto(class QString8 *,__int64)"

bool QTextStream::readLineInto ( QString * line,
qint64 maxlen = 0
)