similar to: Main Window

Displaying 20 results from an estimated 200 matches similar to: "Main Window"

2012 Nov 19
6
tcltk freezing using MS Windows for R-2.14+
I am the maintainer of a Bioconductor package (affylmGUI) which uses tcltk. It freezes inconsistently on MS Windows, but not Mac or Unix. see details below. After considerable testing I have reduced the problem from a few thousand lines of code to 30 lines! If you paste the following lines of code into an R window: testGUI <- function(){ require(tcltk) MainWindow <-
2005 Mar 23
1
system-config-samba, error
Hello i am new using samba, and i need some help. First this is my system: Fedora C3 (2.6.10-1.770_FC3) Samba-3.0.10-1.fc3 system-config-samba-1.2.28-0.fc3.1 Well i started to use samba, and everything worked fine, but u updated my system and there samba stop working, i cant access to the paths that before i used to access, i looked to the smb.conf , and everything is ok, as well the smbpasswd
2005 Nov 02
0
samba log on problems
I can not log on to my samba server from centos client, this used to be ok when running 4.1. I don't now if I have messed up or what. The server is up and running, no problems with log on from windows client. On client, Iptables is ok, server is running, lisa is running. Tried to use the system-config-samba on client just to check, then this messages: Any ideas of what might be the
2008 Oct 27
2
Using BUTTON_TOOLBAR
Hi, folks. I''m trying to make a toolbar with buttons that change appearance when hovered over with the mouse. The docs on FXButton say that using BUTTON_TOOLBAR "causes the edge of the button to be raised when the cursor moves over it." What I''m getting is buttons without any frame, but they do not change appearance when the cursor moves over them. I''m
2010 Sep 09
1
Wx::Grid and motion events, bug?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, Doesn''t a Wx::Grid get motion events sent? This code demonstrates the problem: - -------------------------------------------------------------- #!/usr/bin/env ruby #Encoding: UTF-8 require "wx" class MyFrame < Wx::Frame include Wx def initialize(parent = nil) super(parent, title: "Test", size:
2008 Sep 06
0
Tab control using FXRuby
In the sample program below I have a form of 6 text fields, in a scrolling window, followed by a row of function buttons. Problems: 1) For data entry purposes I''d like the function buttons NOT to be entered by pressing Tab keys, and retain their ''clickability'', but when the user Tab''s out of the last scrolling field (postcode) to have the form scroll to the
2005 Apr 07
5
question about correct way of shapping
Hi Guys After reading http://lartc.org/lartc.html#LARTC.QDISC http://www.docum.org/docum.org/ http://tldp.org/HOWTO/Traffic-Control-HOWTO/ http://www.opalsoft.net/qos/DS-21.htm and a wonderful figure from: http://www.opalsoft.net/qos/ds-lb-214.gif I have a newbie question. Suposse next figure: <--- up 128K internet ----- dsl ---------------------eth1 -Linux Qos- eth0 ------ LAN
2005 May 31
1
QoS and CLASSIFY
Hi Guys After googling a little I couldn''t find the correct answer.. When I use : tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip dst 192.168.0.11 flowid 1:30 , I can shape traffic to 1:30.( works like a charm) Now instead tc filter I would like to use CLASSIFY as below: iptables -t mangle -A POSTROUTING -o eth0 -d 192.168.0.5 -j CLASSIFY --set-class 1:30 but when I
2005 May 21
1
newbie downloading not working
Hi guys Finally , after reading a lot of docs from larc/opalsoft/etc, I decided to start learning some QoS First of all I''m trying to shape only download from a iptables+squid+qos machine for 4 machines at LAN ( eth0) Can anyone help me , cause it is not working properly.. ----------------------------------------------------------------- #!/bin/bash # 128Kbps
2008 Mar 25
2
FXImageFrame/SEL_LEFTBUTTONRELEASE
Hi, I have a FXImageFrame widget and I would like it to show another image when I click on it. I''m having no luck with receiving a onclick via SEL_LEFTBUTTONRELEASE. ... imageframe=FXImageFrame.new(mainwindow,the_image,LAYOUT_EXPLICIT,0,0,20,20) imageframe.connect(SEL_LEFTBUTTONRELEASE) {p ''onclick received''} ... What is it that I''m missing?
2006 Jun 07
2
SAR
Folks, At what point in iowait should I start to worry about having a bottleneck, or is this something that can't be answerd with a single integer? According to sar, after my last reboot to turn off hyperthreading as a test, at one time, I see 4.9% iowait, but then one minute later, it droped back to 0.01%, and rarely even gets to 1.0%, at least what I remember from yesterday. ?
2008 Dec 23
2
outging ---asterisk -bug
Hi everyone, when i use the automated dial out,I found that once the zap answerd,the contex will be exectued, but i don't hope do it ,i hope when extern phone answered ,then ,the context will be exectued. Anyone can help me solve the problem! the call file is: Channel: Zap/g0/15015895665 Context: myivr RetryTime: 60 MaxRetries: 2 Waittime: 60 Extension: 808 Priority: 1 Callerid:
2007 Jan 19
2
combn implementation
Hi, I was checking the source code to the function combn that "generates all combinations of the elements of 'x' taken 'm' at a time.", because I wished to modify it. I have a doubt about a statement. This is the main loop. ._1 <- 1:1 nmmp1 <- n - m + ._1 while (a[1] != nmmp1) { if (e < n - h) { h <- ._1 e <-
2003 Mar 30
1
(no subject)
it is possible to use musiconhold. i added exten => s,5,SetMusicOnHold,default exten => s,7,dial,SIP/michael&SIP/frank|15|m to the extension conf. the logfile looks good, i think -- Called michael -- Called joern -- Started music on hold, class 'default', on CAPI[contr1/9999] -- SIP/192.168.100.150:5060 is ringing -- Stopped music on hold on CAPI[contr1/9999] --
2004 Sep 07
1
astcc dont write to the table cdrs or cards
Hi, I have set-up astcc with outgoing sip channel. Call processing works fine but after the call tables, CDR and Cards does not get updated. At the beginning it goes to the database and fetch card details and correctly provides the card balance etc. Also it indeed write the inuse field (so writing and reading from database works fine). I've inserted a break point as such in the code;
2004 Jan 10
2
swat error
I am getting the following error when trying to connect to http://localhost:901 500 Server Error chdir failed - the server is not configured correctly Are there any known fixes for this ? Also: I noticed that some of the directives, such as datadir, might be non-functional or ignored elsewhere in coding of swat Could this be the cause of the above errors ? Finally here is the cli output
2006 Oct 06
0
Re: LARTC Digest, Vol 20, Issue 7
> Message: 1 > Date: Fri, 06 Oct 2006 00:06:08 -0400 > From: Kevin White <kwhite@telsource.com> > Subject: [LARTC] Two upstream gateways, only use one unless it fails? > To: lartc@mailman.ds9a.nl > Message-ID: <4525D630.1040401@telsource.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I''m looking at setting up a system with
2008 Feb 28
2
Unknown model detected - please report this ID: 'SOLA'
Some one might have answerd this, but I can not find any think yet I am trying to load a SOLA 610 700va ups up and keep getting : --------------------------------- Network UPS Tools - UPS driver controller 2.0.5 Network UPS Tools - MGE UPS SYSTEMS/U-Talk driver 0.88 (2.0.5) .Detected Pulsar ESV11+ on /dev/cuaa0 Network UPS Tools - Best UPS driver 1.03 (2.0.5) Unknown model detected - please
2006 Nov 22
1
problem with the plm package (2)
Thanks a lot for the quick answerd I received and that helped me to solve my first (simple) problem with the plm package. Unfortunatley, here's another one: I do not know why, but I'm unable to estimate a simple model in the form y ~ 1 + x When I try > zz <- plm(y ~ 1 + x , data=mydata) I obtain Errore in X.m[, coef.within, drop = F] : numero di dimensioni errato which means
2001 Sep 19
2
tcltk: Difficulties creating menus
I am struggling with adding menus to a tcltk application. The following example (from the O'Reilly book on Perl/Tk) works fine: #!/usr/bin/perl -w use Tk; my $mw = MainWindow->new; $menub = $mw->Menubutton(-text => "Color")->pack(); foreach (qw/red yellow green blue grey/) { $menub->radiobutton(-label => $_, -command => \&set_bg,