search for: mainwindow

Displaying 13 results from an estimated 13 matches for "mainwindow".

2012 Nov 19
6
tcltk freezing using MS Windows for R-2.14+
.... 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 <- tktoplevel() topMenu <- tkmenu(MainWindow) tkconfigure(MainWindow,menu=topMenu) normalizeMenu <- tkmenu(topMenu, tearoff=FALSE) tkadd(normalizeMenu,"command",label="Normalize",command = function() NormalizeNow(MainWindow)) tkadd(topMenu, &qu...
2005 Mar 23
1
system-config-samba, error
...bpasswd and smbusers. When i try to run the GUI of samba server, it doesnt load, when i try to do it by shell [root@mty00 ~]# system-config-samba I got these errors: Traceback (most recent call last): File "/usr/share/system-config-samba/system-config-samba.py", line 41, in ? mainWindow.MainWindow(debug_flag) File "/usr/share/system-config-samba/mainWindow.py", line 79, in __init__ self.samba_data = sambaParser.SambaParser(self) File "/usr/share/system-config-samba/sambaParser.py", line 177, in __init__ self.parseFile() File "/usr/share/...
2008 Oct 27
2
Using BUTTON_TOOLBAR
...s buttons without any frame, but they do not change appearance when the cursor moves over them. I''m running Ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] on Microsoft Windows Vista [Version 6.0.6001]. Here''s my code: require ''fox16'' include Fox class MainWindow < FXMainWindow def initialize(app) super(app, "Toolbar Example", :width => 485, :height => 300) tool_bar_shell = FXToolBarShell.new(self) top_dock_site = FXDockSite.new(self, :opts => LAYOUT_FILL_X|LAYOUT_SIDE_TOP) tool_bar = FXToolBar.new(top_doc...
2010 Sep 09
1
Wx::Grid and motion events, bug?
...elf.background_colour = NULL_COLOUR StaticText.new(self, label: "") #Dummy @grid = Grid.new(self, size: Size.new(300, 200)) @grid.create_grid(10, 10) @grid.evt_motion{|e| p "!"; $stdout.flush} end end class MyApp < Wx::App include Wx def on_init @mainwindow = MyFrame.new @mainwindow.show end end x = MyApp.new x.main_loop - -------------------------------------------------------------- If I hover the mouse above the grid, nothing happens, but if I put in a panel control instead of a grid, it works. Surprisingly, if I changed the line @grid.ev...
2005 Nov 02
0
samba log on problems
...ing, 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 problem? # system-config-samba Traceback (most recent call last): File "/usr/share/system-config-samba/system-config-samba.py", line 41, in ? mainWindow.MainWindow(debug_flag) File "/usr/share/system-config-samba/mainWindow.py", line 75, in __init__ self.samba_data = sambaParser.SambaParser(self) File "/usr/share/system-config-samba/sambaParser.py", line 41, in __init__ self.parseFile() File "/usr/share/...
2008 Sep 06
0
Tab control using FXRuby
...functions and the next fields are displayed. Thanks ============================================== #!/usr/bin/env ruby # zestaddr2.rb # Generated by RubyFXGen.rb Ver 0.9a on :Mon Sep 01 17:20:31 +1000 2008 # plus added code to setup scroller require ''fox16'' include Fox class MainWindow < FXMainWindow def initialize(app) super( app, ''Zest Address Entry'') self.width = 422 self.height = 250 amain= FXVerticalFrame.new(self,LAYOUT_NORMAL|LAYOUT_FILL_X|LAYOUT_FILL_Y) main = FXScrollWindow.new(amain, LAYOUT_FILL_X|LAYOUT_FILL_Y) addr= FXMatrix.new(mai...
2005 Dec 01
3
Google Earth vs KERNEL32.dll.IsWow64Process
Brian Litzinger schrieb: > I'm trying to run Google Earth (tried current + two previous versions). Install it via the Winetools http://www.von-thadden.de/Joachim/WineTools/ and it should work. Sven
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? Thanks in advance, Mathijs. -- View this message in context: http://www.nabble.com/FXImageFrame-SEL_LEFTBUTTONRELEASE-tp16286969p162...
2004 Jan 10
2
swat error
...(plugins): (28549) Selected IKWS Engine(s): kurifilter (plugins): (28549) Internet Keywords Fallback Search Engine: google kio (KTrader): KServiceTypeProfile::offers( SearchProvider, ) kio (KTrader): Returning 43 offers konqueror: _url localhost:901 filtered into http://localhost:901 konqueror: KonqMainWindow::openURL : url = 'http://localhost:901' serviceType='' view=(nil) konqueror: KonqMainWindow::abortLoading() konqueror: KonqView::stop() khtml (part): saveState! konqueror: setLocationBarURL : url = http://localhost:901 konqueror: KonqMainWindow::setLocationBarURL: url = http://loca...
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, -variable => \$background_color, -value => $_); } MainLoop; sub set_bg { pr...
2010 Dec 03
0
Main Window
Dear list I'm new to the list, so maybe my question was allready answerd. Anyway checking the faqs did not show an answer. If I start a selfprogrammed windowsprogram on Windows, it shows one mainwindow and one insert in the taskbar. On working, this program opens additional windows but the taskbar remains with only one insert. If I start this program under wine, everything works as expected, except that each window opening shows an additional insert in the taskbar. So having five windows open,...
2013 Feb 14
0
Building a Package & using gWidgets
...use it. The gui needs to be able to edit the settings - like with the fix command above, to save a settings object to file, and to read in setting from an object file. I've built this with gWidgets: gui <- function(){ INPUT <- matrix(c(1:4),nrow=2,ncol=2) mainwin <- gwindow("MainWindow") button1 <- gbutton("Edit Settings", cont=mainwin, handler= function(h,...){ fix(INPUT) print("Settings Edited") }) button2 <- gbutton("RUN", cont=mainwin,...
2017 Oct 18
3
gdevilspie on mate
Hello, On Tue, 17 Oct 2017 22:11:22 +0000 Ian Mortimer <i.mortimer at uq.edu.au> wrote: > On Tue, 2017-10-17 at 12:29 -0400, H wrote: > > > Do you know if it is supposed to work with the Mate desktop or just > > Gnome? > > I don't know but with the dependencies installed and the fix of > commenting out line 374, it starts on MATE. > > A couple of