Displaying 20 results from an estimated 10000 matches similar to: "Design a GUI widget for "assign roles to users""
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
2004 Aug 05
0
Request for new Windoze GUI Widget
Folks:
I have found R's fewWindoze GUI Widgets (like winDialog,
choose.files,winMenuAdd etc.) to be quite useful in building simple but
functional interfaces (I hesitate to call them GUI's) for one-off
applications for non-R users. It's quite easy for me to write
statistical "solutions" in R, slap on a little GUI that allows users
access to the functionality, and then
2008 Jan 03
3
how to use "link_to" to deliver a parameter?
Hello, there:
I wish A link to invoke such a action together with the parameter
"zh_CN" "cookies/switch_language/zh_CH" to switch language
sellection, and I use the following code:
<%= link_to ''Chinese'', :controller => ''cookies'', :action =>
''switch_lang'' %>
But, how is "link_to" able to convey
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 <-
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 <-
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
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 <-
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
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 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 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:
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
2005 Nov 06
4
which package has applet-widget.h
I am trying to compile gtik.c and it wants to include applet-widget.h
I have installed gnome-panel-devel and it cannot find it.
What package has appet-widget.h?
Thanks,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20051106/c0609917/attachment.html>
2005 Feb 28
1
Getting width of Tk text widget via tcltk
Dear list members,
Is it possible via a suitable tcltk command to get the *current* width, in
characters, of a Tk text widget that has been resized with the mouse? In the
following code, the reported width of the text widget doesn't change, even
though it has been resized. I can, however, get the current width in pixels:
> library(tcltk)
> top <- tktoplevel()
> textWindow <-
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
2001 Sep 03
0
Font too large for widget with wine 20010824
Hello,
I just upgraded to the new version and suddenly an app that had always
worked fine started misbehaving.
The problem is that the text is now too big for the widget inside
which it appears. Unfortunately, the widget has no scrollbars and the
app doesn't allow me to change font size.
Is there a way I can change font metrics? Sorry if this is a simple
case of RTFMing...
Thanks,
--