Displaying 20 results from an estimated 300 matches similar to: "R Tcl/Tk: How to put widgets in text widget?"
2006 Aug 25
5
Dragging between DIVs with Prototype/script.aculo.us
Hi,
I''m fairly new to script.aculo.us, so hopefully this is the right place
to ask this question. I have the following situation (pseudo-code):
<div>
<Droppable 1>
<Droppable 2>
</div>
<div (scrollable)>
<Draggable 1>
<Draggable 2>
...
</div>
Basically, my Draggables are inside a scrollable <div> element (the
interface
2010 Jan 20
1
Problem with printing
Hallo Icecast at xip.org
Last Sunday, I downloadet icecast for OS 10.4 and payed the bill by
credit card. Then I had a problem, when I want to print the bill,
because the link to my printer is not working.
I am very pleased, if you sent me the bill therefore
Andreas Lemke
Lindenstr. 16
D-28879 Grasberg
Germany
andreas at ag-lemke.de
Thank you very much
Andreas Lemke
2000 Oct 02
0
Use of example()
> Date: Mon, 02 Oct 2000 08:53:32 -0400
> From: Art Salwin <salwin at mitretek.org>
> X-Accept-Language: en
> To: R Help List <r-help at stat.math.ethz.ch>
> Subject: [R] Use of example()
> X-MIMETrack: Itemize by SMTP Server on Mail1/Mitretek Systems(Release 5.0.4
|June 8, 2000) at 10/02/2000 08:51:32 AM, Serialize by Router on Mail1/Mitretek
Systems(Release 5.0.4
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
Hi Ed
The reason it adds a new onblur is because when you click the scrollbar the
event is gone. I dont know why and how to prevent it, but without adding it
back the onblur does not get triggered and the layer does not hide when you
click somewhere else on the page. If anyone finds a better solution, please
provide a patch.
I still have not been able to make the blur work on Safari, so Thomas
2006 Sep 01
0
Scrollable autocomplete div in IE -- works in 1.6.2?
Hello all,
I noticed that script.aculo.us 1.6.2 supports scrollable divs, and the
comments in trac on the http://dev.rubyonrails.org/ticket/4782 patch seem to
indicate that this should work in IE. I''ve still running into the problem
though -- clicking on the scrollbar in IE is treated as a click outside the
autocomplete div. Has anyone had any success with this?
jon
2006 May 01
4
What versions support MS Word?
Hello all,
If you're successfully running MS Word on Wine, could you please
tell me what version of Wine you're using? Also, did you use Winetools
for your setup or did you do it "from scratch"?
I was not able to run Word properly with recent Wine versions. When I
try to save a file, I get some message like "... Would you like to
repair this
application now?", after
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
Tommy,
Every time the Autocomplete results is blur()'d, it adds another onblur
event observer (because of "Event.observe(this.update, "blur",
this.onBlur.bindAsEventListener(this),true); // make sure blur is still
around on") which leads to a performance problem / memory leak.
(Commenting it out seems to fix this problem.)
I was wondering why it was there?
Thanks again,
2007 Sep 02
1
Scriptaculous - Sortables problem within a scrollable div
Hello everyone:
I''ve been using scriptaculous for very long time and it''s really good.
However, I just came across another problem about using sortables in a
scrollable div.
The basic structure is:
<div style="overflow:auto; height=400px">
<div id=''Item1''></div>
<div id=''Item2''></div>
....
2006 Apr 20
1
The Autocompleter, with scrollable result-div
Hi everyone
If you''ve seen this ticket, http://dev.rubyonrails.org/ticket/4782,
you''ve noticed I have tried to make scrollable autocompleter work. The
scrollIntoView works great, however the iframefix for IE didnt work in
the previous change. This is fixed now.
Also the "blur-on-scrollbar-click" should not work in both IE and
Safari (can someone confirm this?)
It all
2006 Apr 12
1
rails api for dashboard widget like ruby rdoc widgets
hi guys,
has someone here implemented rails api for dashboard widget like ruby
rdoc widget?
http://www.apple.com/downloads/dashboard/developer/rubyrdocwidget.html
--
sig "kind regards" :name => " Arie Kusuma Atmaja ", :callme => " Arie ",
:ym => " riyari3 ", :email => " ariekusumaatmaja@gmail.com ".chop!,
:blog => "
2006 Apr 11
1
IE Sortable Style Problem
Hi Guys,
I am having a problem in IE (tested versions 6 and 7 beta) with sortable divs in a container div with overflow set to scroll. It looks like all of the divs have their position set to relative after the sortable initializes, and also after being dragged. When a div (any element?) has a relative position in a containing div with overflow set to scroll, all of the divs with relative
2005 Aug 22
2
Dragging out of an ''overflow: auto'' container
Hey all,
Is there a solution for dragging an item out of a scrollable container?
It seems to just scroll the container for me. Sorry if this is in the
FAQ, the site''s been unreachable for me since last night.
Thanks
-Scott
2003 Jan 16
2
Built-in R GUI type features
All:
The select.list() command brings up a "modal dialog box with a (scrollable)
list of items ..." etc. -- i.e., a GUI control. I also know about winDialog,
file.choose and the winMenu commands. What other such GUIisms are built into
** base ** R (I know about the tcltk package)? Or, better yet, how can I
search on or list them?
Many thanks.
Bert Gunter
Biometrics Research RY 84-16
2006 Jan 02
4
Autocompleter with a scroll bar
Has anyone been able to make scrollable results for an autocompleter?
Thanks!
2005 Oct 10
3
Scrollable DIV causes flicker in FF - SlideDown & SlideUp
I have a fixed height scrollable div inside another
div that controls the slideDown and slideUp effects.
This causes a really bad flicker in Firefox (1.0.7)
for the entire duration of the slide down and up.
While on the other hand it works smoothly in IE
(except that on a slideUp it causes a last second
flash that shows the entire div).
Any ideas on how I can fix this?
Thanks.
2005 Sep 29
14
Draggables and overflow div''s revisited
I have two scrollable div''s (overflow:auto), one with
a list of elements (the source) and the other is the
drop target (dest).
I''ve enabled ghosting so that the drag element gets
out of the scrollable box (good).
Interesting, at least on Firefox, the ghosted drag
ends up going ''under'' the destination div when I drag
it. No amount of z-order fidding seems to
2006 Feb 08
3
OpenRico LiveGrid or similar
Hi
Has anyone used OpenRico''s "on-demand listbox" LiveGrid or something
similar in a Rails app already? How well does it behave?
I''m asking this because I need a scrollable list but the number of
records in the table could be well above 5000. In the past I''ve used
similar "on-demand fetchings" in desktop apps and it was a real
blessing (the
2008 Jun 26
2
Forte Agent windowing problem
Forte Agent newsreader on Wine 1.0 on Mandriva 2008.1.
If I close Agent and then re-open it, its inner newsreader pane becomes
dislodged as a floating section in a scrollable window. The following
image (size 29k) shows what I mean. The top image is before closing and
the lower image is after re-opening.
http://i282.photobucket.com/albums/kk268/farry6/agent.png
This happens if it's
2008 Aug 19
1
Interested in helping Nouveau
Hi everyone,
I know there's a TODO page on the wiki, but it's kind of old (may),
and it doesn't really indicate priorities. So I thought I'd list my
skillset and interests here, and let those who are experienced with
nouveau development point me to a good place to start.
I'm currently running a P4 (presler) with a GeForce 6600. The family
gaming macine is being upgraded soon
2011 Jul 14
0
Gui editor / viewer for large data
Dear all,
I am searching for a possibility to view large data sets (e.g. stored in
ffdf objects) in a GUI window in a memory-efficient way. So far I looked
at gtkDfEdit (package RGtk2Extras) and gdf (package gWidgets). Both
operate (as far as I can see) on data frames stored in memory. gtkDfEdit
accepts an ff data frame as input, but there is a long delay before it
shows up, so I presume the