Search found 16 matches

by andrewc
Tue May 25, 2021 10:05
Forum: Offtopic Discussion
Topic: Forum defunct?
Replies: 2
Views: 6170

Re: Forum defunct?

Thanks.
by andrewc
Tue May 25, 2021 08:58
Forum: Offtopic Discussion
Topic: Forum defunct?
Replies: 2
Views: 6170

Forum defunct?

Is this forum defunct? Is there anywhere better to ask questions?

Andrew
by andrewc
Tue Feb 23, 2021 11:29
Forum: Help
Topic: 3-state checkbox
Replies: 0
Views: 9583

3-state checkbox

Dear all, I would like to create a 3-state checkbox widget in CEGUI, i.e. one which is checked, unchecked, or indeterminate to indicate use of a default defined elsewhere. The indeterminate state would probably look like the filled square in a 3-way checkbox in Windows. I've searched through all the...
by andrewc
Thu Jan 10, 2019 09:19
Forum: Help
Topic: Advanced grid widget
Replies: 1
Views: 7567

Re: Advanced grid widget

Just to add: it's important that I be able to update the grid dynamically and frequently, inserting new rows at any position at any time, with minimum disturbance to the existing layout.

Andrew
by andrewc
Thu Jan 10, 2019 09:13
Forum: Help
Topic: Advanced grid widget
Replies: 1
Views: 7567

Advanced grid widget

All, I'm currently reimplementing some GUI functionality from wxWidgets into CEGUI, and need to be able to reproduce the general look and behaviour of the grid in the image below. grid.png Specific things I need are the ability for cells to span multiple rows, columns or both, and for cells to have ...
by andrewc
Thu Jul 28, 2016 11:02
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: [Solved] OGRE writeContentsToFile() excludes CEGUI interface

@YaronCT: All working fine, thanks.

Andrew
by andrewc
Thu Jul 28, 2016 10:29
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: [Solved] OGRE writeContentsToFile() excludes CEGUI interface

I'd already removed them all.

Thanks very much for your assistance.
Andrew
by andrewc
Thu Jul 28, 2016 08:15
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: [Solved] OGRE writeContentsToFile() excludes CEGUI interface

CEGUI rendering was just being done automatically, as per the default. As I mentioned, it was because of that that I hadn't really thought too hard about the sequence of rendering events. I hadn't even got as far as realizing that I could turn off the automatic rendering and do it myself. But anyway...
by andrewc
Wed Jul 27, 2016 07:54
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: OGRE writeContentsToFile() excludes CEGUI interface

So, sticking in a call to: CEGUI::System::getSingleton().renderAllGUIContexts(); just before writeContentsToFile() seems to have done the trick. I have to admit I'd not really given much consideration to when the CEGUI interface was being rendered, since it was all just happening automatically. Read...
by andrewc
Wed Jul 27, 2016 06:34
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: OGRE writeContentsToFile() excludes CEGUI interface

My own code is controlling the main loop so that I can impose different arbitrary rates for simulation steps (typically 1000/s minimum) and rendered frames (60/s maximum). So I'm calling m_root->renderOneFrame() when it's time for each frame. Recall that it seems to work fine with OpenGL in fullscre...
by andrewc
Tue Jul 26, 2016 08:10
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: OGRE writeContentsToFile() excludes CEGUI interface

This probably won't give you any new information, but it's always good to have something to look at :) Screenshot using Alt + PrtScn and pasting into Paint: ssgui.png What I'm getting from the writeContentsToFile() call: ssnogui.png The slide-up GUI console is designed for XGA-spec industrial touch ...
by andrewc
Tue Jul 26, 2016 07:44
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: OGRE writeContentsToFile() excludes CEGUI interface

Update regarding OpenGL: I just discovered that although the CEGUI user interface is present in the screenshot from OpenGL in full-screen mode, it is in fact absent in windowed mode. Using Direct3D9 it is absent in both full-screen and windowed mode.

Andrew
by andrewc
Tue Jul 26, 2016 07:31
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: OGRE writeContentsToFile() excludes CEGUI interface

@YaronCT: apologies for the late reply—like the CEGUI team I was on vacation myself last week! Anyway, yes, unless I'm missing something it is the same render target. The Ogre::RenderWindow is created in two different ways depending on settings: m_renderWindow = m_root->initialise(true, s_systemTitl...
by andrewc
Fri Jul 15, 2016 06:54
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: OGRE writeContentsToFile() excludes CEGUI interface

No problem. Thanks for your time so far.

Andrew
by andrewc
Thu Jul 14, 2016 13:18
Forum: Help
Topic: [Solved] OGRE writeContentsToFile() excludes CEGUI interface
Replies: 21
Views: 12770

Re: OGRE writeContentsToFile() excludes CEGUI interface

Apologies for the missing information. It's Windows 7, and the problem was noticed using Direct3D9. Your question prompted me to try it with OpenGL, and there it works fine, with the UI included in the screenshot. Is there anything I can do to make it work with Direct3D9, which is our preferred rend...

Go to advanced search