Displaying 2 results from an estimated 2 matches for "idesignsoftwar".
Did you mean:
idesignsoftware
2010 Jun 22
0
Scrolling a tkcanvas non-starter
Hello,
Is it possible to scroll a canvas that has a column of listboxes in it? Does scrolling only work with listboxes and text widgets?
The following code displays the scrollbar, but
- it has no thumb
- does not respond to mouse clicks.
- the vertical height of the tkcanvas (i.e. column1) is unconstrained. It's lower edge is out of view, and the lower button on the scrollbar is out of
2010 Jun 15
2
GUI's and R background processes
Hello,
I am new to R and have created an application using R 2.10, with a graphical UI using TclTk 8.5, running on windows 7, quad core machine.
The intention of the application is to launch calculations and display results on a graphical dashboard.
I've reached a roadblock, and I need to confirm that the following CANNOT be done. I've been trying to find a mechanism for doing the