Thanks,
I'll keep my mods/changes and let leedgitar figure out what to
with them in due time.Thanks for your feedback!
Staffel
Search found 7 matches
- Fri Mar 25, 2005 19:36
- Forum: Modifications / Integrations / Customisations
- Topic: trying to remove titlebar from FrameWindow...
- Replies: 6
- Views: 4006
- Thu Mar 24, 2005 05:54
- Forum: Modifications / Integrations / Customisations
- Topic: trying to remove titlebar from FrameWindow...
- Replies: 6
- Views: 4006
Re: trying to remove titlebar from FrameWindow...
ok, that makes sense.. FYI I did some more posts in the development forum today. Guess I'll move then to the Axiom site. So you arent really supporting/maintaining the C# version? Is Leedgitar on Axiom doing that or is that port currently left hanging? Any general comments on percentage of coverage ...
- Wed Mar 23, 2005 19:07
- Forum: CEGUI Library Development Discussion
- Topic: Justify
- Replies: 6
- Views: 7430
Re: Justify
Hmm I had related justification problems in the cegui-sharp version, so I'd like to see these changes over there:
Should I re-implement the patch in cesharp and submit it?
What is the general process of keeping c++ and C# baselines in synch?
Thanks
Staffel
Should I re-implement the patch in cesharp and submit it?
What is the general process of keeping c++ and C# baselines in synch?
Thanks
Staffel
- Wed Mar 23, 2005 18:57
- Forum: CEGUI Library Development Discussion
- Topic: Two suggestions for improved Slider widget changed value han
- Replies: 1
- Views: 4038
Two suggestions for improved Slider widget changed value han
Eddie/anyone, Most UI libraries trigger the event for signaling change in the value of a slider widget upon a mouse release event, not a cointinuous stream of event as the current implementation provides. So currently while moving the thumb of the slider with the mouse over the range of the slider y...
- Wed Mar 23, 2005 18:47
- Forum: CEGUI Library Development Discussion
- Topic: Typo/Bug in Widgets\BaseButton.cs?
- Replies: 1
- Views: 3881
Typo/Bug in Widgets\BaseButton.cs?
Eddie/anybody, in the eventhandler for capturing the mouse up of a button: protected internal override void OnMouseButtonUp(MouseEventArgs e) { // default processing base.OnMouseButtonDown (e); if(e.Button == MouseButton.Left) { ReleaseInput(); // event was handled by us e.Handled = true; } } Should...
- Wed Mar 23, 2005 17:48
- Forum: Modifications / Integrations / Customisations
- Topic: trying to remove titlebar from FrameWindow...
- Replies: 6
- Views: 4006
Re: trying to remove titlebar from FrameWindow...
Thanks for the quick reply, but I am still confused a bit. When I look at the code in FrameWindow.cs is states: /// <summary> ///Get/Set whether the title bar for this window is enabled. /// </summary> /// <value> ///true if the window has a title bar and it is enabled, ///false if the window has no...
- Wed Mar 23, 2005 16:19
- Forum: Modifications / Integrations / Customisations
- Topic: trying to remove titlebar from FrameWindow...
- Replies: 6
- Views: 4006
trying to remove titlebar from FrameWindow...
Can someone tell me the proper way to create a framewindow without the titlebar? Browsing through the code there doesnt seem to be a method exposing the titlebar directly to the application... The property 'TitleBarEnabled' in FrameWindow enables/disables, but it doesnt set the Visible property to t...