Displaying 20 results from an estimated 1000 matches similar to: "[Q] Scrolling a tabbook?"
2007 Dec 14
3
FXTabBook / FXTabItem / FXTabBar
Lyle and Henon; thanks for helping out with ''clearing'' the frames. It''s
working.
I end up using;
parent.removeChild(righttopframe)
righttopframe = nil
Am afraid I stumbled on another question.
I managed to put my application in a tabbook. I am looking to catch the
event ''click on tabitem''.
I tried SEL_COMMAND on TabItem but that seems not to work.
2005 Aug 05
3
Popup menu attached to a FXTreeItem
Hi,
I''m using FXRuby 1.0 on Windows.
I''d like to display a popup menu after a right click on a tree
item, I cannot make it work :
#--------------------
root = FXTreeList.new(parent, 1, self, 0)
pop = FXMenuPane.new(parent)
expandCmd = FXMenuCommand.new(pop, "Expand", nil, app)
expandCmd.connect(SEL_COMMAND)
{ root.currentItem.expanded=(true) }
2005 Mar 23
2
FXListBox size behavior?
The default behavior of FXListBox seems to be to grow and shrink in
width depending on the length of the selected entry in the list. This is
a problem when the list contains items of varying width, because if a
short item is picked then the longer entries are obscured in the
drop-down list.
Is this deliberate, an oversight, or a bug? Its certainly not how I''d
choose it to act. Is
2006 Feb 13
1
FXDialogBox and the destroy and close methods
Hi everyone!
I constructed a FXDialogBox instance. When I call the
TXTopWindow?s close() method or the FXWindow?s destroy() method, the
FXMainWindow becomes unavailable for use. It becomes inoperative. What
can I do to solve this problem?
Very thanks,
Waiting for answer.
-----------------------------------------
Ronaldo Rodrigues Ferreira
rrferreira at inf.ufrgs.br
2008 Jul 02
2
FXTextField and text alignment
Hi,
When the text inside an FXTextField is larger that the available space,
the FXTextField apparently "switches" from left alignment to right
aligment: you only see the end of the text. When the text is smaller
than the available space, text is aligned on the left.
Is there a way to change that, and have left alignment all the time?
I''ve been trying a few things, like
2007 Jan 18
9
QtRuby
Hello,
Has anyone tested QtRuby? I''m doing a small OpenGL application
http://www.discretizer.org and just want to know the arguments for
staying with fxruby.
This is what I have discovered:
Pros:
-Fxruby seems to have a very nice OpenGL support (FXGLViewer) which is
what I really need.
-Nice looks. No unnecessary theming support.
-Very fast and light on system resources.
Cons:
-No
2003 Apr 02
8
[Bug 530] problems with port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=530
Summary: problems with port forwarding
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: gilbert at
2005 Feb 18
2
Fixed column widths in FXTable?
Is there a way to make an FXTable''s column widths (and row heights)
unchangeable by the user? By experimentation it looks to me like leaving
out TABLE_COL_SIZABLE and TABLE_ROW_SIZABLE from the options field in
FXTable.new() has no effect. I can still drag the intersection between
two column heading buttons to change the column width. The code I''m
using to test this is
2006 May 15
3
FXTextField - posSelected?(pos)
Hi,
I wonder if am facing a bug or something else
On a FXtextField, I want to detect the low and high pos of the selected string
example: the text is: 0123456789
The selected string is : 234567
first = last = -1
atext.text.length.times do |pos|
first = pos if atext.posSelected?(pos) and first < 0
last = pos if atext.posSelected?(pos)
2006 Mar 29
2
intercepting messages from FXScrollBar toFXScrollArea
Hello Lyle,
the Task, I want to accomplish:
I''ve created a little app that is used on a PC with a touch screen. To ease
hitting the keys, the keys and the scrollbars are really big (45 pixels). So
the ScrollCorner is also really big and I just wanted to use this space by
moving the ScrollDown Botton down to the position of the ScrollCorner (like
the attachment shows)
The code looks like
2004 Jun 10
0
TFTP: error code 2 received - Only absolute filenames allowed
Hey ppl,
This is probably something very basic i'm doing wrong but I can't seem to
get aorund it after reading the man page, it goes between error 2 and 1, im
trying to tftp from a cisco router to my linux box.
my in.tftpd.conf file looks like this:
INTFTPD_PATH="/usr/tftp"
INTFTPD_OPTS="-l ${INTFTPD_PATH}"
and ive done a chmod 777 on the above path just to be 100%
2005 Nov 08
1
[LLVMdev] llvm-test configure problem
>>> What's the config.log from this run?
>>
>> its attached.
>
> Odd...this one seems to indicate that it exitted without error...:-(
Hmm. I think that it does default to bash after all (found something in
my .cshrc that was resettting CONFIG_SHELL). Its still an error
with /bin/sh.. so it should be fixed, but not a release blocker.
-Tanya
2006 May 16
1
regexp
Hi,
I'm trying to match a few of numbers in a GotoIf; numbers are not starting
with but contain some strings:
GotoIf($["${CALLERIDNUM}" =~ "984836|984899|498993|644110"]?8:11)
Expression result is always '0'.
Where am I wrong?
Domenico Viggiani
2009 Nov 27
5
Installing CentOS 5.4 64bit on server with LSI SAS 1068E controller.
I'm trying to install CentOS 5.4 on a machine with a LSI SAS 1068E
controller. I've googled all over the place and found a few different
drivers for RHEL5 for it.. and tried a few of them.. Some will load,
some complain that this isn't the correct version.. non of them work
when it comes to showing Hard Drivers in the partition manager. The
machine is a Supermicro SYS-6015V-M3
2010 Feb 08
17
ZFS ZIL + L2ARC SSD Setup
I have some questions about the choice of SSDs to use for ZIL and L2ARC.
I''m trying to build an OpenSolaris iSCSI SAN out of a whitebox system,
which is intended to be used as a backup SAN during storage migration,
so it''s built on a tight budget.
The system currently has 4GB RAM, 3GHz Core2-Quad and 8x 500GB WD REII
SATA HDDs attached to an Areca 8port ARC-1220 controller
2008 Aug 20
0
FXTable scrolling problem
Hi,
I''m trying to accomplish the following task:
1) Query database for records
2) Populate FXTable with first 50 records from cursor
3) Populate more rows as the table scrolls down
To accomplish this I subclassed FXTable (class Table < FXTable) and defined
the initialize method as shown below:
def initialize(parent)
super(parent,
2010 Aug 04
16
Moving On
Cross-posted to the blog (at
http://lylejohnson.name/blog/2010/08/04/moving-on/):
When Jamis Buck wrote last year about ceasing development on
Capistrano, his post really struck a chord with me. If this post
reminds you of that one, it''s because I re-read it before sitting down
to compose this one. It was the next best thing to having Jamis on
hand to give me a pep talk before I had to
2005 Jan 31
4
aggregating dates
I have a frame which contains 3 columns:
"date" "defectnum" "state"
And I want to get the most recent state change for a given defect number. date is POSIXct.
I have tried:
aggregate(ev$date, by=list(ev$defectnum), max)
Which appears to be working except that the dates seem to come back as integers (presumably the internal representation of POSIXct).
When I
2016 Jun 23
4
Since wine 1.9.11 - How to get rid of the new bar below the game window?
Greetings,
beginning with wine 1.9.11 I have a new bar below the game window which
effectively steals part of the usable area. Here is a screenshot of
Gothic I.
http://www.triffids.de/pub/screenshot/wine-1.9.11.png (931 KB)
No desktop environment here, only IceWM. My games are started with shell
scripts which cd to the directory of the game and then run 'wine
program'. In the case of
2008 Jun 12
0
[Foxgui-users] Segmentation fault on exit
How would you delete the Menu Pane using FXRuby?
-----Original Message-----
From: foxgui-users-bounces at lists.sourceforge.net
[mailto:foxgui-users-bounces at lists.sourceforge.net] On Behalf Of Jeroen
van der Zijp
Sent: Thursday, June 12, 2008 10:22 AM
To: Dr Gavin Tabor
Cc: FOX Users
Subject: Re: [Foxgui-users] Segmentation fault on exit
On Thursday 12 June 2008, you wrote:
> Hi there. I