So I assume its going to be in 0.8.
thx
Search found 38 matches
- Wed Aug 10, 2011 17:29
- Forum: Help
- Topic: Question about setMouseCursor
- Replies: 18
- Views: 14852
- Sun Aug 07, 2011 22:29
- Forum: Help
- Topic: Question about setMouseCursor
- Replies: 18
- Views: 14852
Re: Question about setMouseCursor
Oh ok, thx Kulik. But why arent the stuff in 0.7.5? and can you expect these fixes to be in some 0.7.x release? Sorry i just dont know what your plans are for this 
- Sun Aug 07, 2011 21:08
- Forum: Help
- Topic: Question about setMouseCursor
- Replies: 18
- Views: 14852
Re: Question about setMouseCursor
Ok I did and CE responded back, that it, is solved in 0-7 tag. But when I download 0.7.5 it wasnt fixed there... So do I need to download 0.7 ??
- Wed May 18, 2011 17:28
- Forum: Help
- Topic: Odd return value getHorizontalScrollPosition
- Replies: 18
- Views: 13000
Re: Odd return value getHorizontalScrollPosition
My €0.02 is that (1) the current behaviour of the getScrollPosition() method isn't very self-explanatory from its name, and (2) that [0..1] seems a pretty good and standard measurement scheme. Perhaps with 0.8 either the method could be renamed to something like "getScrollPositionInPixels"...
- Wed May 18, 2011 17:23
- Forum: Help
- Topic: Drag & drop items collide..
- Replies: 2
- Views: 2660
Re: Drag & drop items collide..
Well the issue is, what do you do if a person wants to be able to drag & drop to another drag container? We can't just blithely ignore the fact there is some other window in the middle there, nor is it correct to always propagate back to the parent if the child returns false for isDragDropTarge...
- Mon May 16, 2011 04:11
- Forum: Help
- Topic: Drag & drop items collide..
- Replies: 2
- Views: 2660
Drag & drop items collide..
Hi have this problem with drag & Drop that if i drop item to another item then OnDropped event wont be called as the item drops off the drag container. i tried to solve this by setting all the drag items to pass through mouse clicks but then they cannot be dragged. i think CEGUI needs improvemen...
- Sun May 08, 2011 01:07
- Forum: Help
- Topic: Odd return value getHorizontalScrollPosition
- Replies: 18
- Views: 13000
Re: Odd return value getHorizontalScrollPosition
No, it would return zero.
its just convenient in my opinion to have range of 0-1
its just convenient in my opinion to have range of 0-1
- Sun May 08, 2011 00:24
- Forum: Help
- Topic: Odd return value getHorizontalScrollPosition
- Replies: 18
- Views: 13000
Re: Odd return value getHorizontalScrollPosition
Yes I was saying the same thing 
But i think it should return 1.0 as max from getHorizontalScrollPosition , it would be more convenient.
But i think it should return 1.0 as max from getHorizontalScrollPosition , it would be more convenient.
- Sat May 07, 2011 23:31
- Forum: Help
- Topic: Odd return value getHorizontalScrollPosition
- Replies: 18
- Views: 13000
Re: Odd return value getHorizontalScrollPosition
Hmm i think theres bug in cegui because i was able to get the pixel amount scrolled like this: Scrollbar *ssss = mapareactrl->getHorzScrollbar(); float t = ssss->getScrollPosition(); // RETURNS: (Pixels scrolled) - (screen width) + 12 which means amount "scrolled" does not include the scre...
- Sat May 07, 2011 23:07
- Forum: Help
- Topic: Odd return value getHorizontalScrollPosition
- Replies: 18
- Views: 13000
Re: Odd return value getHorizontalScrollPosition
Well any ideas?
I cant figure it out, i have tried everything.
- Sat May 07, 2011 03:04
- Forum: Help
- Topic: Odd return value getHorizontalScrollPosition
- Replies: 18
- Views: 13000
Re: Odd return value getHorizontalScrollPosition
Ok thx , heres the code ive been using: // INIT CODE: WindowManager& winMgr = WindowManager::getSingleton(); ScrollablePane * mapareactrl = (ScrollablePane *)winMgr.getWindow("gmRoot/maparea"); Window * wins = winMgr.getWindow("gmRoot/maparea/test"); // wins is the ctrl that ...
- Fri May 06, 2011 00:02
- Forum: Help
- Topic: Odd return value getHorizontalScrollPosition
- Replies: 18
- Views: 13000
Re: Odd return value getHorizontalScrollPosition
Hello, anyone?
Does getHorizontalScrollPosition work for anybody?
Does getHorizontalScrollPosition work for anybody?
- Tue May 03, 2011 02:49
- Forum: Help
- Topic: Odd return value getHorizontalScrollPosition
- Replies: 18
- Views: 13000
Odd return value getHorizontalScrollPosition
Hi I dont know if im doing something wrong but I put scrollctrl inside a defaultWin/ctrl, and when I scroll to max the getHorizontalScrollPosition() returns 0.35 ! anyideas whats wrong? is this a bug? CEGUI Log: 03/05/2011 05:45:24 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-...
- Fri Jan 28, 2011 18:35
- Forum: Help
- Topic: color Tags MultiLineEditbox ?
- Replies: 10
- Views: 7617
Re: color Tags MultiLineEditbox ?
thx man so scrollbar needed to be enabled for this one.
Sometimes CEGUI is difficult to take in use but its good GUI!
Sometimes CEGUI is difficult to take in use but its good GUI!
- Thu Jan 27, 2011 21:50
- Forum: Help
- Topic: color Tags MultiLineEditbox ?
- Replies: 10
- Views: 7617
Re: color Tags MultiLineEditbox ?
Ok ty! thats all i need. but the scrollbar doesnt work with the statictext. im adding text with Window->appendText()