Search found 12 matches

by Leftium
Tue Jul 26, 2011 04:28
Forum: CEGUI Library Development Discussion
Topic: Questions about removing statically managed window names
Replies: 2
Views: 9168

Questions about removing statically managed window names

I noticed changeset 2520 removes statically managed window names and associated functions such as WindowManager::getWindow(): MOD: Initial iteration of code to remove statically managed window names. This basically means that WindowManager can create multiple windows with the same name, although it ...
by Leftium
Tue Jul 26, 2011 04:06
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG] Window names missing slash (/) after prefix
Replies: 1
Views: 3037

[BUG] Window names missing slash (/) after prefix

Repro steps: 1. Run Python port of Falagard demo with immediate mode 2. Type "WindowManager.getSingleton().DEBUG_dumpWindowNames('LEFTIUM')" into console and press [ENTER] 3. Inspect CEGUI.log OR 1. Modify FalagardDemo1 to call WindowManager.getSingleton().DEBUG_dumpWindowNames("LEFT...
by Leftium
Tue Jul 26, 2011 02:55
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG] MultiLineEditBox Vertical Scrollbar Obscures Text
Replies: 1
Views: 3267

[BUG] MultiLineEditBox Vertical Scrollbar Obscures Text

Repro steps: 1. Run FalagardDemo1 2. Enter some new lines to force the vertical scrollbar to appear Expected: - Scrollbar does not obscure text in 'history' area Actual: - Scrollbar covers about last 2-3 characters at end of a long/wrapped line of text Environment: 26/07/2011 11:29:45 (Std) ---- Ver...
by Leftium
Tue Jul 26, 2011 02:43
Forum: User Projects
Topic: Python port of Falagard demo (console window with history)
Replies: 3
Views: 10518

Re: Python port of Falagard demo (console window with histor

OK, here is an initial version of the Falagard console with immediate mode Python. You can try PyCEGUI commands and see the results right away! Although it needs to be made a little more robust and easier to edit, it's already proven useful! Class PyConsole simply sub-classes the original DemoConsol...
by Leftium
Sat Feb 12, 2011 18:49
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [SOLVED w/ workaround] BUG:Events not bubbled
Replies: 6
Views: 6318

Re: [SOLVED (workaround)] BUG:Events not bubbled

Thanks! Global events did not solve the problem, but they led me to a workaround where I attach my keyboard handlers to custom global events. I inject the custom keyboard events in addition to the regular events. Thus my keyboard event handlers and the CEGUI built-in handlers no longer interfere wit...
by Leftium
Sat Feb 12, 2011 18:28
Forum: User Projects
Topic: Python port of Falagard demo (console window with history)
Replies: 3
Views: 10518

Python port of Falagard demo (console window with history)

I have completed a Python port of the Falagard demo, a basic console window with history. The added ease of rapid development with PyCEGUI is more than worth the minor 10% performance hit! It is nearly identical to the native version, with some enhancements: ⋅  Fixed keyboard input so it b...
by Leftium
Thu Feb 10, 2011 15:13
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [SOLVED w/ workaround] BUG:Events not bubbled
Replies: 6
Views: 6318

Re: BUG:Events not bubbled (bonus: Python port of Falagard d

Cool, eagerly awaiting CEGUI 0.8.0, then.

In the meantime, are there any possible 0.7.5 workarounds like manually sending events to other windows to achieve the expected behavior?
by Leftium
Wed Feb 09, 2011 23:33
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG Fixed] PyCEGUI 0.7.5 for Python 2.7 calls Python26.dll
Replies: 7
Views: 6372

Re: [BUG] PyCEGUI 0.7.5 for Python 2.7 calls Python26.dll

Can you provide details about the cause and fix? I might try fixing it myself, although I am having problems building CEGUI with MSVC Express 2010.

I'm content with the work-around, which is just to use PyCEGUI for Python 2.6.
by Leftium
Wed Feb 09, 2011 23:20
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [SOLVED w/ workaround] BUG:Events not bubbled
Replies: 6
Views: 6318

[SOLVED w/ workaround] BUG:Events not bubbled

Short description: CEGUI does not bubble/propagate events as expected. I expect the up/down arrow keys to page through the history whenever the Console window or any of its child windows has input focus. Also, I expect F12 to always toggle the Console no matter where the input focus is unless anoth...
by Leftium
Sun Feb 06, 2011 17:41
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG Fixed] PyCEGUI 0.7.5 for Python 2.7 calls Python26.dll
Replies: 7
Views: 6372

Re: [BUG] PyCEGUI 0.7.5 for Python 2.7 is linked to Python26.dll

I was referring to the sample I linked from the wiki earlier in the post. I did a little more digging: PyCEGUI.pyd for Python 2.7 depends on *both* python26.dll and python27.dll. PyCEGUI.pyd inherits the python26.dll dependency from boost_python-vc90-mt-1_44.dll. If PyCEGUI is using Boost.python as ...
by Leftium
Sat Feb 05, 2011 20:26
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG Fixed] PyCEGUI 0.7.5 for Python 2.7 calls Python26.dll
Replies: 7
Views: 6372

[BUG Fixed] PyCEGUI 0.7.5 for Python 2.7 calls Python26.dll

PyCEGUI-0.7.5.win32-py2.7.msi is linked to the incorrect version of Python: Python26.dll. I got a "Fatal Python error: Interpreter not initialized (version mismatch?)" when trying this sample with Python 2.7.1. I got an "ImportError: DLL load failed: The specified module could not be...

Go to advanced search