Search found 45 matches

by kili
Thu Feb 12, 2009 11:31
Forum: Modifications / Integrations / Customisations
Topic: Editbox/button text align
Replies: 10
Views: 10587

Hi, I'm trying to add HorzFormatting property to FalEditbox. In the looknfeel, I wish the Editbox Carat in the right edge and wrote: <ImagerySection name="Carat"> <ImageryComponent> <Area> <Dim type="LeftEdge" > <UnifiedDim scale="1" offset="-5" type="Lef...
by kili
Fri Dec 26, 2008 09:45
Forum: Offtopic Discussion
Topic: UI animation engine
Replies: 22
Views: 22475

bool UIAnimationManager::addWindow(CEGUI::Window *window, const std::string &id, const std::string &animationName) { _windowDefaults[id].getScalarProperties().push_back(CEGUIProperty("Text", window->getProperty("Visible").c_str(&#...
by kili
Tue Dec 09, 2008 09:54
Forum: Offtopic Discussion
Topic: [Resolved]Drag and Drop Event
Replies: 6
Views: 5346

I'am sorry for bad description... :oops:
Anyway, I've resolved these problems.

Thank you for replying me. :)
by kili
Mon Dec 08, 2008 03:11
Forum: Offtopic Discussion
Topic: [Resolved]Drag and Drop Event
Replies: 6
Views: 5346

I subscribed "MouseClick" to achieve this. That's because our director hope to do this. After all, we replace the mouse cursor's image to let the image follow on. But the question 3 still not resolved. Only what I did is drag "B" to the Grid with "C", and Mouse UP. ps. ...
by kili
Fri Dec 05, 2008 08:59
Forum: Offtopic Discussion
Topic: [Resolved]Drag and Drop Event
Replies: 6
Views: 5346

Hi,

I add some pictures in the last post, hope
this could help you understand my question.

Thank you for helping me.
by kili
Thu Dec 04, 2008 03:33
Forum: Offtopic Discussion
Topic: [Resolved]Drag and Drop Event
Replies: 6
Views: 5346

[Resolved]Drag and Drop Event

Hi, I have some problems with drag and drop events: I have Drag Containers with their children(StaticImage), I'll call them "A"."B"."C"... in the following content. http://i125.photobucket.com/albums/p77/shizuku4/UI/Grid.jpg (each Green Item is "A" or "B&...
by kili
Wed Oct 15, 2008 09:19
Forum: Offtopic Discussion
Topic: too many widgets causes performance problems?
Replies: 3
Views: 3952

After Stretched, it becomes faster.

But if I use an empty layout which only has 1 button,
and add the TabControl layout as it's child and hide when initial,
after i clicked the button to show the TabControl layout,
i need to wait it for 5 seconds. :?
by kili
Mon Oct 13, 2008 09:04
Forum: Offtopic Discussion
Topic: too many widgets causes performance problems?
Replies: 3
Views: 3952

one of the reasons seems to be the tiled problem... I create another layout which has no StaticText. There is 1 FrameWindow with 3 buttons on it, and i add 1 StaticImage above it, which is tiled, then lag appears. ps.i modified the FrameWindow widget's top,left,right,bottom and background edges to b...
by kili
Thu Oct 09, 2008 10:10
Forum: Offtopic Discussion
Topic: too many widgets causes performance problems?
Replies: 3
Views: 3952

too many widgets causes performance problems?

Hi, we need a layout which has many widgets and 4 layouts in it. This is 1 StaticImage which has 6 StaticTexts on it: http://i125.photobucket.com/albums/p77/shizuku4/UI/tab.jpg And there is a PushButton above this image for click. We have ten of above widget in a Tab load by TabControl, and we have ...
by kili
Tue Oct 07, 2008 10:53
Forum: Offtopic Discussion
Topic: Button problem[looknfeel]
Replies: 2
Views: 3404

that seems not because of the files couldn't be found or loaded. if i only modify TaharezLook.imageset, such as: <Image Name="ButtonLeftNormal" XPos="68" YPos="20" Width="70" Height="16" /> (the Width) the message appears, too. the log's slice is: .....
by kili
Tue Oct 07, 2008 07:21
Forum: Offtopic Discussion
Topic: Button problem[looknfeel]
Replies: 2
Views: 3404

Button problem[looknfeel]

Hi, i hope the ButtonMiddleNormal Tiled in Button component. so i changed some code in looknfeel: <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" /> <PropertyDefinition name="HorzImageFormatting" initialValue="...
by kili
Tue Sep 30, 2008 01:42
Forum: Offtopic Discussion
Topic: 72 dpi/96dpi problem[Solved]
Replies: 4
Views: 4462

Thanks CE.
This resolved my problem. :D

by the way, it should be "false" :oops:
by kili
Wed Sep 24, 2008 08:07
Forum: Offtopic Discussion
Topic: 72 dpi/96dpi problem[Solved]
Replies: 4
Views: 4462

Hi,

i added

Code: Select all

<Property name="Autoscaled" value="False" />

in StaticImage, but seems no use.

the only way i could do is cut it more.
our artist said maybe the alpha rendering problem,
i'll keep trying.

the renderer is OpenGL(CELayoutEditor) and DX9(my ap).
by kili
Mon Sep 22, 2008 09:07
Forum: Offtopic Discussion
Topic: [Solved]Is it possible to FadeIn/FadeOut whole UI when load
Replies: 2
Views: 3490

Thank you very much.

resolved.
:)
by kili
Fri Sep 19, 2008 06:38
Forum: Offtopic Discussion
Topic: 72 dpi/96dpi problem[Solved]
Replies: 4
Views: 4462

72 dpi/96dpi problem[Solved]

We cut the image's edge very accurately:(this is only TaharezLook example) http://i125.photobucket.com/albums/p77/shizuku4/UI/psd.jpg different with TaharezLook's imageset: //some offset http://i125.photobucket.com/albums/p77/shizuku4/UI/imageset.jpg but when we use the image to be tiled, it's edge ...

Go to advanced search