Displaying 20 results from an estimated 26 matches for "sashes".
Did you mean:
hashes
2006 Nov 13
0
[731] trunk/wxruby2/samples/etc/sash.rb: Changed menu events so they call the correct method.
...- evt_menu(Wx::ID_EXIT) { onQuit }
- evt_menu(Wx::ID_ABOUT) { onAbout }
</del><ins>+ evt_menu(Wx::ID_EXIT) { on_quit }
+ evt_menu(Wx::ID_ABOUT) { on_about }
</ins><span class="cx">
</span><span class="cx"> # Start creating the sashes - these are created from outermost
</span><span class="cx"> # inwards.
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx"> def on_about
</span><span class="cx"> msg = sprintf(&quo...
2006 Aug 01
4
SashWindows
Hi
Please find attached a set of patches to implement Sash Layouts plus a
little sample. These are resizable panes that can be used to create an
IDE-like application, with sidebars etc. They''re quite a lot more
powerful than SplitterWindow, for example you can split an MDI client
window, and you can have lots of them. Not quite as nice as wxAUI
(Advanced User Interface) - a project
2006 Nov 12
0
[725] trunk/wxruby2/samples/etc/sash.rb: Remove an unneeded call to paint that was causing a crash
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Nov 12
0
[726] trunk/wxruby2/TODO: Sash windows appear to be working fine on current Ubuntu + GTK
...bsp       TextAttr.h
</span><span class="cx">         WindowDisabler.h
</span><span class="cx">
</span><del>-- SashWindows sashes not displaying until pulled (Linux)
-
</del><span class="cx"> - Splitters in bigdemo sometimes disappear when loading source (OS X)
</span><span class="cx">
</span><span class="cx"> - Truncation/missing widgets in bigdemo (OS X)
<...
2004 Jul 15
2
Update ash-port to NetBSD-1.6.1
Hi all,
this patch updates the ash-port of klibc to that one found in
NetBSD-1.6.1 instead of the horribly old one currently used. It's a bit
longish (appearently there has been some work done between 1993 and
today), but now it's even useable on 64-bit systems :-).
Plus I've added some nice-to-have builtins, e.g. printf.
Cheers,
Hannes
--
Dr. Hannes Reinecke hare@suse.de
SuSE
2007 May 28
8
sash position problem
Hi,
I''ve written a small app implementing SplitterWindow and have a problem
with specifying the sash position on Windows.
At the moment, I call split_vertically and pass it a positive integer for
position. This works as expected on FreeBSD and Linux (Ubuntu and
Debian), but seems to have no effect on Windows.
Is there something particular I need to be doing to get this to work on
2006 Sep 17
1
wxSashWindow.rbw
This patch includes changes to implement the SashWindow sample. Some notes:
1) You can''t resize the sash windows due to events not returning the
correct objects
2) I included a patch for EvtHandler.i even though it doesn''t affect
anything at all. I only realized after I made the change but since it
was wrong before I figured it''s better to have the right one in
2004 May 01
2
MDI interface with sidepanel
Hi
Just started with WxRuby after using Fox. Very impressed by the easy
binary install and I''m already liking the native look and feel on MSW.
Thanks!
I''m trying to create an app with a MDI Parent Frame and a full-height
(docked) side panel with various controls in it. The MDIParentFrame
doesn''t work properly if I put it inside another frame with a sizer, so
2005 Jan 25
3
How to delay before mounting root filesystem
Got to minimize (barely) my filesystem and kernel and fit it into
my usb key (256mb)
My kernel was compiles with scsi and usb support built-in. My problem
now is i can't mount my root filesystem when i tried to boot. kernel
somehow takes time before being able to recognize my usb as a
valid scsi device thus displaying
VFS: Cannot open root device 08:01
this is my lilo.conf
boot=/dev/sda
2006 Apr 24
9
Summer of Code for wxRuby?
Hi all,
You''ve probably heard of Google''s Summer of Code. As this year Ruby
Central is registered as a mentoring organisation, it is possible to do
Ruby projects or work on existing ones, for example wxRuby :).
I would be interested to work on wxRuby as a student. So, my question
is, are there tasks that need to be done and would be suitable for a
Summer of Code project? If
2011 Jul 13
0
Antw.: router help
You have to use NAT or port forwarding to your icecast server.
Regards
Sash
----- Reply message -----
Von: "Kristoffer Gustafsson" <kg84 at dreamwld.com>
Datum: Mi., Jul. 13, 2011 20:29
Betreff: [Icecast] router help
An: "icecast at xiph.org" <icecast at xiph.org>
Hi.
I think that I've got some prolems with my netgear router.
When I try to play the stream on
2006 Nov 13
0
[738] trunk/wxruby2/Changelog: bigdemo fix, fix tarball & gem
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Nov 12
0
[728] trunk/wxruby2/Changelog: HTML classes, Window[ChangeDestroy]Event, sample fix, client_data
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Oct 24
0
[715] trunk/wxruby2/TODO: Remove some completed items
...trunk/wxruby2/TODO        2006-10-24 07:52:24 UTC (rev 715)
</span><span class="lines">@@ -25,8 +25,6 @@
</span><span class="cx">
</span><span class="cx"> - SashWindows sashes not displaying until pulled (Linux)
</span><span class="cx">
</span><del>-- ProgressDialog not working (Windows)
-
</del><span class="cx"> - Splitters in bigdemo sometimes disappear when loading source (OS X)
</span><span class="...
2006 Nov 13
0
[733] trunk/wxruby2: Updated with changes made to samples.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2002 Apr 27
1
NFS Kernel Panic (can't find init)
Hello,
I appreciate the help. I am able to mount the nfs root share to a directory
and then chroot to it and pull up a shell. Everything seems fully
functional from there and I can run all the programs I checked.
Wasn't sure how to manually test the init command. When I type /sbin/int it
prints the proper format for an init command and when I type /sbin/init S, I
just get a carriage return.
2005 Oct 17
12
[Bug 1105] Privilege Separation
http://bugzilla.mindrot.org/show_bug.cgi?id=1105
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Privledge Separation |Privilege Separation
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2003 Jun 23
0
SAMBA 3.0 joining Domain fails with SuSE rpm's
Hello,
I'm not sure if it's a bug - or I'm just too stupid..!?
Downloaded the Samba beta-code from ftp.suse.com/gd - rpm's for SuSE 8.2 (03/06/22). Installed all packages with no problems - samba works well, but integration in a W2K Domain fails. Kinit is successful but joining a domain brings up the following errors.
nas-01:~ # net ads join
[2003/06/23 21:44:41, 1]
2007 Dec 28
4
static box sizing problems
Hi,
I tried this one over on the main wx-users list as well, but thought I would
try it here since I am using wxRuby:
I am using wxWidgets 2.8.7 on a linux box using the GTK build.
I have pared down my issue to the simplest case: I am trying to use a
horizontal BoxSizer to split a frame into two sections: a left and right
side. I want the left side to stretch proportionally and I want the
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: