Displaying 9 results from an estimated 9 matches for "mainwin".
2009 Jun 25
1
How do I define the method for gcheckboxgroup in gWidgets?
...packing widgets.
yrange <- gslider(from = 0, to = max(y), by = 1.0,
value = max(y), handler = update.Plot)
which.y <- gcheckboxgroup(stuff, handler = report.which, index = TRUE,
checked = c(TRUE, FALSE, FALSE, FALSE, FALSE))
# Assemble the graphics window & groups of containers
mainWin <- gwindow("Interactive Plotting")
bigGroup <- ggroup(cont = mainWin)
leftPanel <- ggroup(horizontal = FALSE, container = bigGroup)
# Format and pack the widgets, & link to their actions/type
tmp <- gframe("y range", container = leftPanel)
add(tmp, yrange, expa...
2009 Apr 28
1
Package Updater problems
...---------------------------------
1: Updated file packages available
Component: pirut
Summary: TBe8ae967a sqlitesack.py:94:_read_db_obj:TypeError:
unsubscriptable object
Traceback (most recent call last):
File "/usr/sbin/pup", line 407, in _apply
output = self.applyChanges(self.mainwin)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 813,
in applyChanges
self.checkDeps(mainwin)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 550,
in checkDeps
(result, msgs) = self.buildTransaction()
File "/usr/lib/python2.4/...
2013 Feb 14
0
Building a Package & using gWidgets
...who have never touched R to 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...
2003 Nov 03
2
simicq 0.8.3 cannot be built from ports
Hi All!
alertdialog.cpp: In method `AlertDialog::AlertDialog(QWidget *, bool =
false)':
alertdialog.cpp:54: invalid use of undefined type `class XOSD'
../mainwin.h:126: forward declaration of `class XOSD'
alertdialog.cpp: In method `void AlertDialog::apply(ICQUser *)':
alertdialog.cpp:147: invalid use of undefined type `class XOSD'
../mainwin.h:126: forward declaration of `class XOSD'
gmake[3]: *** [alertdialog.o] Error 1
gmake[3]: Leaving d...
2008 Dec 02
4
Downloading winelib??
Hi,
Can anyone tell me how to install winelib? I cannot find it anywhere on the winelib website. Or does it come with Wine?
Thanks
Col
2009 Apr 13
1
Possible bug?
...sure like to get this fixed if anyone can
help out.
Begin errors:
Component: pirut
Summary: TBe8ae967a sqlitesack.py:94:_read_db_obj:TypeError:
unsubscriptable object
Traceback (most recent call last):
File "/usr/sbin/pirut", line 373, in _apply
output = self.applyChanges(self.mainwin)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 813,
in applyChanges
self.checkDeps(mainwin)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 550,
in checkDeps
(result, msgs) = self.buildTransaction()
File "/usr/lib/python2.4/...
2002 Mar 07
0
Source safe on Samba, and corruption
..., I have one more shot at this, and I would prefer it not to
fail again - even though the failure last time might be due to the sick
network port and not samba's fault.
So my question is; is anyone out there running large sourcesafe databases on
samba (ours are filled with heavy binary files)? Mainwin has a locking patch
listed for using their version of SS with samba, has this patch been applied to
the 2.2-series?
Is there anything special to be aware of?
Thanks in advance,
Jacob Gorm Hansen
IO Interactive
2008 Mar 01
11
wxRIDE Finally Available
Hello fellow wxRuby users,
Well, after a long period in which I originally announced that I was
creating an IDE, I have finally become satisfied enough to release a SVN
Version of wxRIDE. I started the project out, and in cases where I couldn''t
launch the application again, I utilized SciTE (Which uses Scintilla, same
as wxRIDE), outside of that initial part, and subsequent failures to
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*