I am struggling to install GTK+ for Windows 7. RGtk2 needs this
package to load. Does anybody know of a installation file that works?
GTK+ is automatically installed when you install the RGtk2 package
(you'll be asked about it during installation). As of R-2.14.1, it is
installed under t
On 19.02.2012 18:58, Idielle Walters wrote:
Hi
I am struggling to install GTK+ for Windows 7. RGtk2 needs this
package to load. Does anybody know of a installation file that works?
See the ReadMe for Windows binary packages. For the current R-reelase
this is
http://cran.r-project.org/b
Hi
I am struggling to install GTK+ for Windows 7. RGtk2 needs this
package to load. Does anybody know of a installation file that works?
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
Cleber N. Borges yahoo.com.br> writes:
>
> Hello All,
>
> I am trying to learn about the GUI in R (with GTK+Glade+RGtk2) and in my
> test I don't get sucess in to make
> an callback to destroy the application...
>
> When I try to define an function for "delet-event callback", I get the
> err
Hello All,
I am trying to learn about the GUI in R (with GTK+Glade+RGtk2) and in my
test I don't get sucess in to make
an callback to destroy the application...
When I try to define an function for "delet-event callback", I get the
error message:
(with mouse click in X window)
*Error in fun
It woks fine.
Thanks very much.
Olivier
--
Olivier G. Nuñez
Email: onu...@iberstat.es
Tel : +34 663 03 69 09
Web: http://www.iberstat.es
El 14/06/2009, a las 4:30, Michael Lawrence escribió:
I would recommend just
I would recommend just running gtkMain(), so that GTK+ blocks R. Then you
need your GUI to call gtkMainQuit() when it's time to kill R.
On Fri, Jun 12, 2009 at 6:59 AM, Olivier Nuñez wrote:
> Dear John,
>
> I have a question.
>
> When I run a RGtk code in my terminal (without using the R GUI)
>
Dear John,
I have a question.
When I run a RGtk code in my terminal (without using the R GUI)
R --vanilla << "EOF"
source("myRGtkcode.R")
EOF
the GTK objects do not remain on the screen.
Until now, I "bypass" this problem using the following commands:
require(tcltk)
tkmessageBox("Press to exi
Thanks, Michael.
2009/6/2 Michael Lawrence :
> I think I've got the threaded event loop working. Uploaded it to CRAN as
> 2.12.12. Should appear in a few days.
>
> Michael
>
> On Fri, May 29, 2009 at 11:24 AM, Ronggui Huang
> wrote:
>>
>> Noted with thanks.
>>
>> Regards
>>
>> Ronggui
>>
>> 2009/
I think I've got the threaded event loop working. Uploaded it to CRAN as
2.12.12. Should appear in a few days.
Michael
On Fri, May 29, 2009 at 11:24 AM, Ronggui Huang wrote:
> Noted with thanks.
>
> Regards
>
> Ronggui
>
> 2009/5/29 Michael Lawrence :
> >
> >
> > On Thu, May 28, 2009 at 7:35 PM,
Noted with thanks.
Regards
Ronggui
2009/5/29 Michael Lawrence :
>
>
> On Thu, May 28, 2009 at 7:35 PM, Ronggui Huang
> wrote:
>>
>> Dear all,
>>
>> I want to set tool-tips for a gtkButton. I use the following code
>> which works under Windows. However, it doesn't work under Linux. Any
>> hints?
On Thu, May 28, 2009 at 7:35 PM, Ronggui Huang wrote:
> Dear all,
>
> I want to set tool-tips for a gtkButton. I use the following code
> which works under Windows. However, it doesn't work under Linux. Any
> hints? Thanks.
>
Unfortunately, on platforms besides Windows, the event loop runs via an
Dear all,
I want to set tool-tips for a gtkButton. I use the following code
which works under Windows. However, it doesn't work under Linux. Any
hints? Thanks.
library(RGtk2)
b<-gtkButtonNewWithLabel("OK")
gtkTooltips()$setTip(b,"Memo for a Button.")
gw <- gtkWindow(show=F)
gw$Add(b)
gw$Show()
>
13 matches
Mail list logo