Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ptrxyz

Pages: 1 2 [3]
31
DotNet / Change RenderWindow's Title after creation...
« on: May 17, 2009, 09:02:18 pm »
Is there a way to change the renderwindow's title after it got created?

Something like this would be nice:

Code: [Select]
Dim vMode As New VideoMode(640, 480, 32)
App = New RenderWindow(vMode, "TEST!")
App.SetWindowTitle (....) 'This would be nice to have


As far as i am informed the only way to set the window's title is to set it in the constructor... =(

32
DotNet / Crash occur after closing window
« on: May 17, 2009, 08:54:18 pm »
got the same problem....basically this error means you can not use any textoutput and publish your application =/

So bump to a pretty urgent bug ;)

Pages: 1 2 [3]
anything