similar to: Font too large for widget with wine 20010824

Displaying 20 results from an estimated 4000 matches similar to: "Font too large for widget with wine 20010824"

2002 Aug 13
1
tcltk - text widget with a scrollbar?
Can anyone show me how to connect a scrollbar to a text widget using the tcltk library? I'm confused about how to make sure the two widgets know about each other and how to set up the appropriate call-backs for scrolling. Mike -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2007 Apr 20
2
[OT] Simulating delay, packet loss to test speex?
Hello, I'd like to change some network variables (bandwidth, delay, packet loss) to measure how speex behaves in certain conditions. Do you recommend any tools you may use in speex development? It seems NIST Net isn't maintained anymore. I've found dummynet, looks interesting, but any hints you guys may have would be most welcome... Thanks, -- Adriano
2005 Jun 09
8
RDoc Dashboard Widget
Hi everyone - sorry if this is a bit OT, I''m not subscribed to the ''ruby-talk'' list, but if anyone wants to cross post this over there... This is just a quick announcement to let people know that I''ve built a basic RDoc Dashboard widget for Mac OS X Tiger. It''s still beta-ish, but seems to work okay for me - and it''s a convenient reference
2008 Jun 16
0
Display a jpeg inside a widget which already has text
Hi I am trying to insert a jpeg into a widget I have created. I have used this link http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/showImage.html to display a jpeg inside a newly created widget but would like some info on how to insert into a pre existing widget. This is my code below for my first widget. tt<-tktoplevel() fontHeading2 <-
2001 Feb 03
1
tk non-widget commands (esp. update and winfo)
Hi, I've been playing with the tcltk package. It's very nice to have access to buttons, menus etc. now. Thank you! Alas, I also have questions: In Tcl everything is a string [*]. This is not the case in R, of course. So why are return values of tk commands still strings? (Is there any other reason than speed or "package is work in progress"?) Example: > tt <-
2006 Feb 10
0
tk mouse cursor icon widget tkwinfo tkfocus questions
1. I want to change the mouse cursor over my window into a wait/watch icon while R computes. Can this be done directly? Some ancient tcltk mailing lists said change the cursor over every widget in the window: foreach widget [winfo children $window] { $widget config -cursor watch } To do this I'll need a list of
2010 Jul 21
1
tcltk resizing when using tkgrid for layout
I've been able to figure out on my own how to do what I need in the largely undocumented tcltk package, but I've finally hit a wall. I can't even think of any sufficiently specific search terms to use for this. I'm trying to make the widgets in my tk window resize when the window is resized by clicking and dragging on its corners or edges. Instead they stay exactly where they
2010 Jul 19
0
HTML widget?
From FXRuby Create Lean and Mean GUIs with Ruby - - - A serious shortcoming of FOX and FXRuby is the lack of a widget that can display HTML or rich text. The FXText widget is definitely not that kind of widget, although it provides some minimal support for ?styled? text. - - - Does such a widget exist yet? I did a Google search and the last time I could find the question asked and answered
2009 Jul 09
1
Changing text in a tkentry widget
I searched the web and the list archives for a solution to this, but didn't see anything, so here goes. I'm new to tcltk. I'm trying to change the contents of a tkentry widget when a button is pressed. Once I get that working, the widget will be read only to the user. Here is some toy code: ############### require(tcltk) thisEnv=environment() tt<-tktoplevel() Name <-
2005 Jun 13
1
RDoc Dashboard Widget v1.2
Hi all, This is just another quick email to let everyone know that I''ve updated the RDoc Dashboard Widget to fix all the reported bugs and add most of the requested features. The changes include: * Bug fixes for erratic scrolling and ''stuck'' navigation panes * The ability to have multiple instances of the RDoc widget on your dashboard * Bookmarking functionality for
2006 Feb 27
0
RE: FW: Calendar widget
Perfect, thanks Marco, great help! Now, why didn''t I think of that? Lol! -----Original Message----- From: Marco M. Jaeger [mailto:mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org] Sent: Monday, February 27, 2006 2:02 PM To: ''www.dhtmlgoodies.com'' Subject: RE: FW: [Rails-spinoffs] Calendar widget Thank you Alf - I appreciate your fast response Marco M. Jaeger | Url:
2006 Apr 18
0
custom content widget design
Hello all, I am trying to design a reusable widget content system, where I can easily lay out a bundle of widgets on a page and allow a user with proper administrative rights to click and change them. For the database storage, I don''t want to have to create a new table for every different classification of widget (ie, list, text body, image, etc). I would like to create a central
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 => "
2008 Apr 14
1
[Bug 15498] New: mlb.com gameday widget does not render
http://bugs.freedesktop.org/show_bug.cgi?id=15498 Summary: mlb.com gameday widget does not render Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy:
2006 Aug 25
0
tcltk command to figure out which widget in active or in focus
Hi, I'm making an interface, where a Tcl/Tk window have few listbox widgets. I need to select separate parameters from separate listboxes. It is clear how to get cursor selection value, once you know which listbox widget you clicked. The problem is I can't figure out which one tcltk command to use to get an information which listbox widget I clicked. Thank you, Vlad
2006 Dec 20
2
OSX Dashboard Widget for managing mongrels...
Hey everyone - I recently switched to using a Mac and have several different rails projects going and was getting tired of starting/stopping mongrels via the shell so wrote my first dashboard widget to do it for me. More details at the URL below... http://blog.pjkh.com/2006/12/20/mongrel-rails-dashboard-widget Hope those of you on OSX find it handy... feels good to finally give something
2006 Jul 30
1
javascript ''point to file'' widget (as seen in dreamweaver)
hi all. I''m planning a rails app and am wondering if anyone knows if there''s a javascript widget with the same functionality as dreamweavers ''point to file'' tool for those who have not seen this it is basically a small, four pointing arrow which you can click and hold on, and then drag and hold to a file or directory to select that file as a link
2008 Mar 08
1
Design a GUI widget for "assign roles to users"
Hi, In the admin panel of my little app, the admin can open a user''s detail info page and modify(kick or add) the user''s roles (all roles contain "anonymous", "normal", "moderator" and "admin"). However, I have no idea what GUI widget I should use here. The perfect one should be like the follow, admin could freely kick the roles between
2006 Mar 03
0
Error: Widget field13 has zero width and/or height
Greetings, An update via cvsup (attempting to chase 5.4 stable) on 2006-02-20 @2:40 PM resulted in a couple of disappointments; 1) after re-building the kernel (cvsupped the SRC on SMP as well) and installing it. I performed a build/ install world and portupgrade -a. The portupgrade -a took 2 full days on a base of 246 installed ports. And resulted in a *465 installed ports base*. Ouch! It's
2009 May 24
1
Installation of Paymo widget
Hi all I try t install the timewriting widget Paymo (www.paymo.biz) uses. but when running it after install I get the following text on the screen: screenfixme:powrprof:DllMain (0x7e960000, 1, (nil)) not fully implemented fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16 Application tried to create a window, but no driver could be loaded. Make sure that your X server is