Search found 813 matches

by Jamarr
Fri Sep 09, 2011 20:36
Forum: CEGUI Library Development Discussion
Topic: Wishlist for user contributions to docs and tutorials
Replies: 11
Views: 17670

Re: Wishlist for user contributions to docs and tutorials

Can we increase the visibility of the contributions wiki page by adding links to this page on the main wiki page? perhaps on the left-nav under community? On a side note I feel like the wiki search-box should be at the top of the nav bar...you know how troublesome it is to get users to search before...
by Jamarr
Fri Sep 09, 2011 20:10
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Patch: User data with deleter
Replies: 2
Views: 3189

Re: Patch: User data with deleter

Hi Garthy. Initially this sounds like a good addition, however there is already a mechanism by which clients can manage the destruction of the client-data pointer. You can subscribe to the Window::EventDestructionStarted event and have your event-handler destroy the client-data pointer as appropriat...
by Jamarr
Fri Sep 09, 2011 19:53
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Cegui 0.75 - "General" Ogre resource group used
Replies: 2
Views: 3354

Re: Cegui 0.75 - "General" Ogre resource group used

I am not an OGRE user so I cannot say one way or the other, although I will say that hard-coding an OGRE resource-group-name smells like a bug to me. I would suggest making a ticket in CEGUI's bugtracker, mantis , so that the issue does not get lost on these forums only to resurface three months lat...
by Jamarr
Fri Sep 09, 2011 19:19
Forum: Help
Topic: Can't get CEGUI to render[noob]
Replies: 6
Views: 2958

Re: Can't get CEGUI to render[noob]

As per the Forum Usage Guidelines please make sure you post the entire CEGUI.log file as this contains contextual information which may assist you/us in determining what the problem is. And in the case of exceptions, it is generally useful to also post the callstack (with debug symbols) when the exc...
by Jamarr
Fri Sep 09, 2011 19:12
Forum: Help
Topic: expat parser help[SOLVED]
Replies: 2
Views: 2209

Re: expat parser help

It probably means that the xml file it is trying to load is either empty or corrupt. Please include the entire CEGUI.log file as is generally required when asking for help as per the Forum Usage Guidelines.
by Jamarr
Fri Sep 09, 2011 19:04
Forum: Help
Topic: LNK error Help[SOLVED]
Replies: 7
Views: 3395

Re: LNK error Help

43 IntelliSense: expected a type specifier d:\dev\libs\cegui\include\ceguiexceptions.h 161 5 IntelliSense errors should have no effect on the actual build process; does the program still build successfully? If you take a look in the source-code where these errors are listed they all come from the c...
by Jamarr
Thu Sep 08, 2011 18:05
Forum: Help
Topic: LNK error Help[SOLVED]
Replies: 7
Views: 3395

Re: LNK error Help

I believe you are missing these libraries:

CEGUISILLYImageCodec_Static_d.lib
pcre_d.lib
by Jamarr
Thu Sep 08, 2011 18:00
Forum: Help
Topic: Can't get CEGUI to render[noob]
Replies: 6
Views: 2958

Re: Can't get CEGUI to render[noob]

Please make sure you read the relevant Forum Usage Guidelines before posting on any forums. In particular, please thoroughly exhaust the resources available to you (wiki, forums, api docs, google, etc.) before making your post. Most questions have already been answered and can be found through these...
by Jamarr
Wed Sep 07, 2011 16:53
Forum: Help
Topic: Ogre CEGUI still nothing on screen
Replies: 6
Views: 3397

Re: Ogre CEGUI still nothing on screen

Unfortunately I do not use OGRE myself, nor do I have any experience with it. As such I do not have any relevant experience in this area to help shed light on the issue you are having. That said, I do recall CE having said that you do not need to call CEGUI::System::renderGUI as this is handled for ...
by Jamarr
Tue Sep 06, 2011 18:23
Forum: Help
Topic: Ogre CEGUI still nothing on screen
Replies: 6
Views: 3397

Re: Ogre CEGUI still nothing on screen

sheet = gameManager->getCEGUISystem()->getGUISheet(); gameManager->getCEGUISystem()->setGUISheet(sheet); This code does not make any sense to me. No where in your code (that you posted) have you properly setup the GUISheet. And then here, you acquire what I can only imagine to be a null (invalid) G...
by Jamarr
Tue Sep 06, 2011 18:04
Forum: Help
Topic: resizing GUI elements with window
Replies: 1
Views: 1560

Re: resizing GUI elements with window

Traditionally this is done by specifying your window position and size in relative (instead of absolute) coordinates; see: Unified Positions and Sizes System . However, I think that this can also be accomplished using the new Layout Containers system that Kulik has implemented. Note that I am not 10...
by Jamarr
Tue Sep 06, 2011 17:58
Forum: Help
Topic: [SOLVED]Image Button?
Replies: 3
Views: 2536

Re: [SOLVED]Image Button?

I am glad that you figured it out without needing any outside help. That is the best method for improving our own abilities! And thanks for posting the solution ;)
by Jamarr
Tue Sep 06, 2011 17:36
Forum: CEGUI Library Development Discussion
Topic: Wishlist for user contributions to docs and tutorials
Replies: 11
Views: 17670

Re: Wishlist for user contributions to docs and tutorials

There are already quite a few lists on the wiki with pages that need love. The problem of course is that these lists are pretty obscure for non-wiki regulars. If these could be compiled into one big list / page and given more notice on the wiki and forums it may go a long way towards addressing them...
by Jamarr
Tue Aug 30, 2011 18:39
Forum: Help
Topic: Using an existing Lua state
Replies: 3
Views: 2555

Re: Using an existing Lua state

Please make sure you follow the Forum Usage Guidelines when posting; in particular, please make sure to include the contents of your CEGUI.log file or if it was not generated make note of that. This log provides us with information regarding your environment, ex: CEGUI version, os, compiler, modules...
by Jamarr
Mon Aug 29, 2011 15:43
Forum: Help
Topic: Close button function
Replies: 3
Views: 3699

Re: Close button function

As Kulik said it is very important for users to follow the Forum Usage Guidelines . These guidelines are there for your benefit. Following these increases the probability that 1) a community will spend their free time looking into your issue and 2) a community member can actually solve or help you s...

Go to advanced search