Search found 24 matches
- Sun Apr 03, 2005 11:22
- Forum: Modifications / Integrations / Customisations
- Topic: Having Major Problems
- Replies: 2
- Views: 2352
Re: Having Major Problems
I have tried recompiling everything there is to compile, and I use VC++ 7.0.
- Sun Apr 03, 2005 00:27
- Forum: Modifications / Integrations / Customisations
- Topic: Having Major Problems
- Replies: 2
- Views: 2352
Having Major Problems
Okay, in reguards to this thread, http://www.cegui.org.uk/modules/newbb/viewtopic.php?topic_id=550&forum=2&post_id=3501#forumpost3501, I still can't get the 'MultiColumnList' to display any scrollbars, even with 'setShowHorzScrollbar ( true )' and 'setShowVertScrollbar ( true )'. Also, when ...
- Fri Apr 01, 2005 20:10
- Forum: Modifications / Integrations / Customisations
- Topic: Problems after Upgrading to Latest CVS Head
- Replies: 9
- Views: 5038
Re: Problems after Upgrading to Latest CVS Head
Well, nothing I tried worked, so I just deleted CEGUI and reaquired CVS Head. I proceeded to rebuild everything and now it works perfectly. Oh well, I guess I wont ever know exactly why it wouldn't work.
- Fri Apr 01, 2005 09:05
- Forum: Modifications / Integrations / Customisations
- Topic: Problems after Upgrading to Latest CVS Head
- Replies: 9
- Views: 5038
- Fri Apr 01, 2005 06:17
- Forum: Modifications / Integrations / Customisations
- Topic: Problems after Upgrading to Latest CVS Head
- Replies: 9
- Views: 5038
Re: Problems after Upgrading to Latest CVS Head
Sorry it took me so long to respond again, but I was out of town. Anyways, I know there is nothing wrong with the image file. I have used image programs other than PSP (i.e. IrfanView) and have saved in other formats, but to no evail. The only thing that changed between the last time it worked perfe...
- Sat Mar 26, 2005 19:22
- Forum: Modifications / Integrations / Customisations
- Topic: Problems after Upgrading to Latest CVS Head
- Replies: 9
- Views: 5038
Re: Problems after Upgrading to Latest CVS Head
I'm using the OGRE renderer, but there are no errors at all in Ogre.log. Here is the imageset script file I'm using: <?xml version="1.0" ?> <Imageset Name="CoW_Images" Imagefile="../Bitmaps/CoW_Images.tga" NativeHorzRes="1152" NativeVertRes="864" Aut...
- Sat Mar 26, 2005 15:26
- Forum: Modifications / Integrations / Customisations
- Topic: Problems after Upgrading to Latest CVS Head
- Replies: 9
- Views: 5038
Problems after Upgrading to Latest CVS Head
Since upgrading to the latest CVS head, my project will no longer compile and gives the following error: C:\Program Files\Accessories\Microsoft Visual Studio .NET\VC7\include\utility(23) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit I ha...
- Sat Mar 12, 2005 23:37
- Forum: Modifications / Integrations / Customisations
- Topic: Possible Bugs in Latest CVS Head
- Replies: 2
- Views: 2226
Possible Bugs in Latest CVS Head
First thing, it seems that child widgets of certain compound widgets are transmitting double-clicks to the parent widget. For example, if I double click on the up button of a scrollbar in a multi-line editbox, the text at the cursor is highlighted as if I double-clicked in the editbox itself. Second...
- Wed Mar 02, 2005 17:00
- Forum: Modifications / Integrations / Customisations
- Topic: Slow Response Times on Repeated Clicks
- Replies: 1
- Views: 1859
Slow Response Times on Repeated Clicks
I've noticed lately that most wigets are slow to respond to repeated clicks. For example, I have a combobox, and when I click on the button it drops down the listbox. If I click the button again very quickly, the listbox will not go away. It usually takes a moment or two before it will respond to th...
- Tue Mar 01, 2005 02:25
- Forum: Modifications / Integrations / Customisations
- Topic: Problems with the 'MultiColumnList' Widget
- Replies: 8
- Views: 5103
Re: Problems with the MultiColumnList Widget
Oh yeah! Fixed it right up perfectly! Amazing how modifying two lines of code can make such a difference.
- Mon Feb 28, 2005 02:56
- Forum: Modifications / Integrations / Customisations
- Topic: Problems with the 'MultiColumnList' Widget
- Replies: 8
- Views: 5103
Re: Problems with the MultiColumnList Widget
Okay, now I've noticed there seems to be a bug in the multi-column list. When I have a large list that needs a vertical scrollbar, the last item in the list usually gets clipped like so: http://qmx.dnsalias.com/private/screenshot1.png Also, I've noticed that on long lists (with or without a scrollba...
- Thu Feb 24, 2005 19:59
- Forum: Modifications / Integrations / Customisations
- Topic: Problems with the 'MultiColumnList' Widget
- Replies: 8
- Views: 5103
Re: Problems with the MultiColumnList Widget
Ahhh... ::enlightenment:: Thanx alot guys! Works great now. BTW, great job so far Eddie. I can't wait to see the other great features you implement next.
- Thu Feb 24, 2005 11:11
- Forum: Modifications / Integrations / Customisations
- Topic: Problems with the 'MultiColumnList' Widget
- Replies: 8
- Views: 5103
Problems with the 'MultiColumnList' Widget
Okay, I've created and populated a multi-column list, but I end up with the following: http://qmx.dnsalias.com/private/screenshot1.png Is there anyway that the items can line up across the rows instead of the first 5 items being on rows 1-5 and the next 5 being on rows 6-10? Any help would be greatl...
- Thu Feb 24, 2005 02:18
- Forum: Modifications / Integrations / Customisations
- Topic: Mouse Cursor Problems!!
- Replies: 2
- Views: 2479
Mouse Cursor Problems!!
Okay, I've set up my application to hide the cursor when I switch to unbuffered mouse input, but when I call 'show()' to bring it back upon entering buffered mouse input, nothing shows up. It's processing the mouse because I can get it to bring down a dropbox, etc., but it's still invisible. I've ev...
- Thu Feb 24, 2005 01:06
- Forum: Modifications / Integrations / Customisations
- Topic: Frame Window Issues
- Replies: 2
- Views: 2452
Re: Frame Window Issues
Oh... DOH!! ::slaps head:: I was specifying absolute metrics for intitial sizing and positioning, but was leaving the base metrics mode at relative. Got it working great now.
Anyways, the look I'm currently using is borrowed from Morrowind temporarily. I'm no artist either, so...
Anyways, the look I'm currently using is borrowed from Morrowind temporarily. I'm no artist either, so...