Displaying 2 results from an estimated 2 matches for "sys_screen_y".
Did you mean:
sys_screen_x
2008 Aug 08
0
[ wxruby-Bugs-21491 ] Wx::STAY_ON_TOP and Wx::NO_BORDER messes with Sizer layouts.
...to stay on top (to re-create something similiar to this app: http://hogbaysoftware.com/products/writeroom for a multi-platform use.) however, I am running into a strange issue.
If I use this:
def on_init
x = Wx::SystemSettings.get_metric(Wx::SYS_SCREEN_X)
y = Wx::SystemSettings.get_metric(Wx::SYS_SCREEN_Y)
@frame = Wx::Frame.new(nil, -1, APP_NAME, [0, 0], [x, y], Wx::NO_BORDER)
...
...my on-screen buttons are not spaced out in the sizer, but instead are one on top of the other. Any combination that contains either STAY_ON_TOP or NO_BORDER does this. Removing them, the sizers layout their...
2007 Dec 10
3
Popup Window
Hey!
I would need a popup window like this (not necessarily associated to a
taskbaricon):
http://www.venraiker.com/wp-content/uploads/2006/03/libnotifyvx.png
I should be possible to show such a window for a certain time,
displaying a certain message.
Is a similar thing possible with wx? Are there oder options?
thx ck
--
Posted via http://www.ruby-forum.com/.