Search found 27 matches

by valvalval
Thu Oct 15, 2009 02:49
Forum: Help
Topic: [Solved]scrollable pane do not show contents.
Replies: 8
Views: 4734

Re: scrollable pane do not show contents.

Oh ! Yeah! it was a bug in 0.7.0

in this morning, I downloaded 0.7.1 branche.

and its result?


completely ok! it's perfect.
much more bugs has been fixed(in addition to what I issued)
thank you CE.
by valvalval
Tue Oct 13, 2009 00:35
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved]rendering problem of scrollable windows(my mistake)
Replies: 9
Views: 5420

Re: redering problem of scrollable windows.

oh god, I really really sorry. I found my mistake. :hammer: -_-... Ah, my script code nullified a target window (listbox).. I made your time waste. I apologize that. I regarded this as a case of scrollable-pane. I should have made it sure. I wish you to not spend much time for this. for self-reflect...
by valvalval
Mon Oct 12, 2009 11:27
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved]rendering problem of scrollable windows(my mistake)
Replies: 9
Views: 5420

Re: redering problem of scrollable windows.

hm, yeah, your test works well..hm..

-_- my case is not equal to record video of my app, because it is a problem between two physical PC.

(chatting text is updated by receving a chat-packet)

but, I'm going to find out that reason :)

thx CE.

if I know it, I'll tell you.
by valvalval
Mon Oct 12, 2009 03:01
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved]rendering problem of scrollable windows(my mistake)
Replies: 9
Views: 5420

Re: redering problem of scrollable windows.

1. Hierarchy + ChattingWindowBack(StaticImage) (parent) - ChattingHistory(Listbox) (child1) - EditBox(EditBox) (child2) 2. ChattingHistory's state. - deactivated.(focus is on a another window) 3. problem. - it works out, on app that I'm playing. but, when multiplaying, my app's chatting histroy is b...
by valvalval
Sat Oct 10, 2009 06:19
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved]rendering problem of scrollable windows(my mistake)
Replies: 9
Views: 5420

Re: redering problem of scrollable windows.

OK :) , I really want to get if fixed, so I'll post it ASAP.

with Picture :p
by valvalval
Fri Oct 09, 2009 09:53
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved]rendering problem of scrollable windows(my mistake)
Replies: 9
Views: 5420

[Solved]rendering problem of scrollable windows(my mistake)

I already mentioned about a problem of scrollable pane(actually, i don't know, it is a bug or not) not only scrollable pane, also listbox has a similar problem. despite text-item is added to listbox, it doesn't render its list. it renders its list after scrolling and clicking by, like scrollable cas...
by valvalval
Tue Oct 06, 2009 15:25
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved]bug about renderd string.
Replies: 2
Views: 2462

Re: bug about renderd string.

yup thx~~ I'll look into it detaily :p
by valvalval
Tue Oct 06, 2009 15:24
Forum: Help
Topic: [Solved]scrollable pane do not show contents.
Replies: 8
Views: 4734

Re: scrollable pane do not show contents.

first one is a StaticImage window, it is scrollable pane's parent.
it's not child of scrollable panel.

(-> attached to)
staticImage(item) -> scrollable pane -> staticImage(background)
by valvalval
Tue Oct 06, 2009 08:35
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved]bug about renderd string.
Replies: 2
Views: 2462

[Solved]bug about renderd string.

i'd rather show the picture than explainning.

Image

as you see,

when I typed single text '[' , it malfunctioned.

it drawed "valvalval" one more.
by valvalval
Tue Oct 06, 2009 01:57
Forum: Help
Topic: [Solved]scrollable pane do not show contents.
Replies: 8
Views: 4734

Re: scrollable pane do not show contents.

http://img.todaystory.net/img/0998921c58bbc286c9a6779ebcfd1018.JPG as you see, contents doesn't show before scrolling. so, I made codes like below, temporary recipe. void CUIComponent::Show() { if (GetEventPanel()) { GetEventPanel()->show(); if (GetEventPanel() &&(NULL != strstr(GetEventPan...
by valvalval
Tue Oct 06, 2009 00:34
Forum: Help
Topic: [Solved]how to draw the mouse cursor always on top?
Replies: 2
Views: 2213

Re: how to draw the mouse cursor always on top?

thx CE!

I'll test it with your code :p
by valvalval
Mon Oct 05, 2009 14:43
Forum: Help
Topic: [Solved]how to draw the mouse cursor always on top?
Replies: 2
Views: 2213

[Solved]how to draw the mouse cursor always on top?

:p, sorry for oftenly submitting a topic~ but, I have to ask you about this! hehe. this case is in ogre. now, I'm not using FrameListener. I modifed source version to use RenderQueueListener(sure, ogre) before using FrameListener, becuase of there are many additional renders. so, I need to order ren...
by valvalval
Mon Oct 05, 2009 14:22
Forum: Help
Topic: [Solved]scrollable pane do not show contents.
Replies: 8
Views: 4734

Re: scrollable pane do not show contents.

I'll post it soon ! sorry :p CE.

always thanks.
by valvalval
Wed Sep 30, 2009 06:20
Forum: Help
Topic: [Solved]scrollable pane do not show contents.
Replies: 8
Views: 4734

[Solved]scrollable pane do not show contents.

scrollable pane do not show its child contents before scrolling thumb bar.

why is that? as I scrolled, it shows all contents.

ah sure it is 0.7(0.6.2 works out well)
by valvalval
Wed Sep 30, 2009 05:43
Forum: Help
Topic: how to not handle mouse event?
Replies: 3
Views: 3095

Re: how to not handle mouse event?

ya~ i don't want to set mouseinputpass. In previous version, returing "False"(event function) means that InputEvent isn't handled by CEGUISystem. so i can pass that event(eg, mouse button down) into, my application input flow chart is like this, CEGUIsystem -> handled? -> no -> pass into M...

Go to advanced search