search for: graphapp

Displaying 20 results from an estimated 69 matches for "graphapp".

2002 Jan 08
0
GraphApp version 3
Hi, I'm the developer of GraphApp, which is a graphics and user interface toolkit which I believe has been used by your "R" package. I don't know whether GraphApp is still used in "R", but I thought you should know there is a new version of GraphApp available (version 3) which is built around a solid, porta...
2000 Jun 26
1
using graphapp.h
Another question "graphapp.h" in R1.1 defines number of plotting function. is there an example of how to use them? Thank. --------------------------- Vadim Kutsyy vadim at kutsyy.com http://www.kutsyy.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http...
2000 Jun 26
1
using graphapp.h
Another question "graphapp.h" in R1.1 defines number of plotting function. is there an example of how to use them? Thank. --------------------------- Vadim Kutsyy vadim at kutsyy.com http://www.kutsyy.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http...
2005 Mar 18
2
Trouble debugging with gdb, R on Windows
...istribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-mingw32"... (gdb) break WinMain Breakpoint 1 at 0x401296: file ../graphapp/graphappmain.c, line 59. (gdb) run Starting program: y:\falcon\src\R-devel\src\gnuwin32/../../bin/Rgui.exe Breakpoint 1, WinMain (Instance=0x400000, PrevInstance=0x0, CmdLine=0x261f26 "", CmdShow=10) at ../graphapp/graphappmain.c:59 59 startgraphapp(Instance, PrevInstanc...
2006 Dec 23
4
AltGr not working in R GUI Script Editor (PR#9430)
Full_Name: Zoran Bosnic Version: 2.4.0 OS: Windows XP SP2 Submission from: (NULL) (212.235.140.146) This is a problem that occurs in R GUI Script Editor and is connected to Windows regional settings. Since I live in Slovenia, my computer has a keyboard with additional slovenian international characters. I am therefore using Windows XP SP2 with Input Language (=Keyboard Locale, Control
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
...---------- rw0623b.zip is a binary distribution of R (based on the last "stable" version, 0.62.3) for Win3.1/Win32s, Win95 and WinNT. rw0623s.zip contains the sources. A. News (with respect to rw0613) -------------------------------- (a) I rewrote the console using a portable toolkit (GraphApp, see http://www.cs.usyd.edu.au/~loki/graphapp). Now, output is buffered until some input is required. This means that it is faster (for a good test, I learned it from Peter Daalgard, try `ls("package:base")' ). Of course, buffering can be disabled (you need to disable it ONLY if your...
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
...---------- rw0623b.zip is a binary distribution of R (based on the last "stable" version, 0.62.3) for Win3.1/Win32s, Win95 and WinNT. rw0623s.zip contains the sources. A. News (with respect to rw0613) -------------------------------- (a) I rewrote the console using a portable toolkit (GraphApp, see http://www.cs.usyd.edu.au/~loki/graphapp). Now, output is buffered until some input is required. This means that it is faster (for a good test, I learned it from Peter Daalgard, try `ls("package:base")' ). Of course, buffering can be disabled (you need to disable it ONLY if your...
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
...---------- rw0623b.zip is a binary distribution of R (based on the last "stable" version, 0.62.3) for Win3.1/Win32s, Win95 and WinNT. rw0623s.zip contains the sources. A. News (with respect to rw0613) -------------------------------- (a) I rewrote the console using a portable toolkit (GraphApp, see http://www.cs.usyd.edu.au/~loki/graphapp). Now, output is buffered until some input is required. This means that it is faster (for a good test, I learned it from Peter Daalgard, try `ls("package:base")' ). Of course, buffering can be disabled (you need to disable it ONLY if your...
1998 Aug 31
1
R-beta: Windows version of R
A non-text attachment was scrubbed... Name: not available Type: text Size: 655 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980831/50aa334c/attachment.pl
2002 May 09
2
Help on creating custom financial time series graphs
...sented with a financial time series. The code was developed on the Win2K and so makes many now level function calls to the GDI etc, and is very tightly wedded to the Win2k windowing system. I notice however, that most of the graphing functionality in R (at least on the Windows OS) is handled by GraphApp This is the dillema I face: Do I scrap the existing code and start from "afresh" (Please don't say yes to this ! ;0) How Can I "merge" my code into R with the minimum of fuss ? If I have to start from afresh, I would like to know how easy it is to draw/create graphs i...
2001 Nov 26
0
debugging R-devel on WinNT (was RE: zlib location)
...ind out why La.svd on moderately large matrices (say 500 x 100) crash R-devel linked against ATLAS on WinNT. Could some one provide some hint on how to go about doing this? I tried the instruction in rw-faq, but keep getting stuck as follows: (gdb) break WinMain Breakpoint 1 at 0x4013c6: file ../graphapp/graphappmain.c, line 94. (gdb) run "/cygdrive/c/WINNT/system32/KERNEL32.dll": error reading line numbers "/cygdrive/c/WINNT/system32/ADVAPI32.dll": error reading line numbers "/cygdrive/c/WINNT/system32/VERSION.dll": error reading line numbers "/cygdrive/c/WIN...
2023 Jan 20
1
about RGui HighDPI awareness on windows
Dear all: Now RGui on windows no HighDPI awareness.try add HighDPI awareness to RGui in last two days. I write an initial POC(just for verify and only SystemDPI awareness partial implemented) , try to mod graphapp used in R to implemented DPI scaling. it seems works on my laptop , but need further test. So I post the patch https://github.com/armgong/misc-r-patch/blob/main/dpi-c-code.diff if you interested in this ,please read or try the patch. Looking forward to hear your thoughts about this patch. B...
2003 Oct 21
4
select text using only the keyboard
I am using R 1.6.1 on Windows. I usually write/edit code in the R console, and when I get it working right, copy and paste it to a text file for later use. In Splus for Windows, this could be done easily using just the keyboard, with up-arrow, shift-end or shift-home, ctrl-c, etc. But in R, the shift key doesn't select text. The only way I can select text in R is with the mouse. Does
2006 Nov 14
2
Building R from source
...39; -f Makefile.win make --no-print-directory -C ../nmath OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' -f Makefile.win make --no-print-directory -C ../main OPTFLAGS='-O3 -Wall -pedantic -std=gnu99 -DLEA_MALLOC' FFLAGS='-O3 -Wall' -f Makef ile.win make --no-print-directory -C ./graphapp OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' make --no-print-directory -C ./getline OPTFLAGS='-O3 -Wall -pedantic -std=gnu99' make[4]: `gl.a' is up to date. make -f Makefile.win chartables.h make[5]: `chartables.h' is up to date. make -f Makefile.win makeMakedeps make -f Makefi...
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
...; think about what functionality we should provide on the R level. > > I think we should use the internal accessor functions to ColorDataBase > (in graphics.c) in order ensure consistency not to further > duplicate the > information. > > {{Guido: Jens is right that src/gnuwin32/graphapp/rgb.c > kind of replicates the table already available in > src/main/graphics.c > should we separate out this definition from graphics.c > into a global src/main/rgb.c or something else > after which (most of) graphapp/rgb.c wouldn't be needed anymore ? > -- or just...
2004 Feb 10
3
how to get the GUI directory chooser on Windows?
Dear R-help, Can anyone tell me if it's possible to call up the "directory chooser" (the one you get when you click on "File" -> "Change Dir...") in Rgui from the R command line? Seems like file.choose() can't be used to choose a directory. This is in R-1.8.1 on WinXPPro. Any help much appreciated! Andy
1998 Sep 19
0
R-beta: win95 v62.3 initial impressions
(Win95, v62.3, Guido's port.) The graphapp based console seems a definite improvement. Screen output is much faster. History mechanism present. Can now build whole system because windres not required. Spin-off is that graphapp can be used for completely different applications. A couple of problems. When R started and then library(pkg...
2002 Jan 11
1
Wrong header file in ttest.c (windlgs package).
...uot; in order to ensure that everything is working. This time I ran into a small problem. Indeed, the second line of "ttest.c" includes a header file ("ga.h") which does not exits. I believe that it should be changed back to what it was under "rw1031" which was "graphapp.h". Apologies if this has already been reported. Patrick. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in th...
2007 Jan 24
1
Useful statusbar in RGui
...gui windows in different directory (that is, different project), and it is diffecult to find the window which I want. Someone may hope something else. So, my proposal is to allow users to change the message in status bar. I think that a wrapper for function "setstatus" in src/guiwin32/graphapp/status.c is enough for this purpose. thanks
2004 May 03
1
Finalization and external pointers
I'm adding things to the Windows RGui so that there's more control of the interface from within R. One thing I'm considering is giving access to the Graphapp window objects using external pointers. This raises the issue of finalization on both sides: - If someone creates a pointer referring to a window, then that pointer should be changed to NULL when the window is closed. - If garbage collection destroys a pointer referring to a window, then the w...