search for: widget

Displaying 20 results from an estimated 988 matches for "widget".

2013 Sep 01
1
[PATCH] remove a duplicate tk function definition (and alphabetize)
...eton University -------------- next part -------------- Index: src/library/tcltk/R/Tk.R =================================================================== --- src/library/tcltk/R/Tk.R (revision 63780) +++ src/library/tcltk/R/Tk.R (working copy) @@ -493,12 +493,11 @@ tkbbox <- function(widget, ...) tcl(widget, "bbox", ...) tkcanvasx <- function(widget, ...) tcl(widget, "canvasx", ...) tkcanvasy <- function(widget, ...) tcl(widget, "canvasy", ...) +tkcget <- function(widget, ...) tcl(widget, "cget", ...) tkcompare...
2001 Jan 22
0
vorbiscomment gui ideas
...t;</directory> <source_directory>src</source_directory> <pixmaps_directory>pixmaps</pixmaps_directory> <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> </project> <widget> <class>GtkWindow</class> <name>user-friendly, less-flexible gui</name> <title>window1</title> <type>GTK_WINDOW_TOPLEVEL</type> <position>GTK_WIN_POS_NONE</position> <modal>False</modal> <allow_shrink>Fal...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...| 2 libswfdec-gtk/.gitignore | 14 libswfdec-gtk/Makefile.am | 40 + libswfdec-gtk/swfdec-gtk.h | 17 libswfdec-gtk/swfdec_gtk_player.c | 338 ++++++++++++++++ libswfdec-gtk/swfdec_gtk_player.h | 56 ++ libswfdec-gtk/swfdec_gtk_widget.c | 717 +++++++++++++++++++++++++++++++++++ libswfdec-gtk/swfdec_gtk_widget.h | 73 +++ libswfdec-gtk/swfdec_playback.h | 8 libswfdec-gtk/swfdec_playback_alsa.c | 25 - libswfdec-gtk/swfdec_playback_none.c | 4 libswfdec-gtk/swfdec_source.c | 9 libswfdec-gtk/sw...
2011 Mar 18
7
Controller Spec & DataMapper Chaining
Hi there, I''m fairly new to RSpec, and DataMapper and I''m trying to write a controller spec for an index action that will include DM query chaining. Here is a very simplified version of the Controller#index I''m working on def index @widgets = Widget.all(:order => [ :name.asc ]) if params[:alpha] @widgets = @widgets.by_alpha(params[:alpha]) elsif params[:beta] @widgets = @widgets.by_beta(params[:beta]) end end I''m trying to write a spec for this and I''m struggling. It feels like it''ll be so...
2009 Apr 15
3
install error for rails-widgets
When i am trying to install the rails-widgets on windows vista from http://wiki.github.com/paolodona/rails-widgets location I get an error. Please help. cd myrails-app ruby script/plugin install git://github.com/paolodona/rails-widgets.git rake widgets:setup following is the error ---------------------------------------- rake aborted! Don...
2008 Aug 11
3
tkentry that exits after RETURN?
I can set up an entry widget (thanks to an old post by Barry Rowlingson) that gets a password and exits when the user clicks on the "OK" button. Anyone have any clever ideas for returning/ destroying the window when the user types a carriage return/ENTER in the text window? I've messed around a little with v...
2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
...teActionBars(ViewPane.java:449) at org.eclipse.ui.internal.ViewActionBars.updateActionBars(ViewActionBars.java:59) at org.eclipse.ui.SubActionBars.updateActionBars(SubActionBars.java:610) at de.walware.statet.nico.ui.console.NIConsolePage$6.handleEvent(NIConsolePage.java:599) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1163) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:3284...
2005 Oct 14
1
join tables and position (acts_as_list)
...ls project!). A recurring structure we are seeing is the desire to define an ordering any way we wish, so ''acts_as_list'' comes to the rescue. But, the ''position'' column seems to need to belong in the join table to make sense. For example, we have lots of widgets listed in a ''widgets'' table. We have attributes that the widgets can have, so we have a join table between ''attributes'' and ''widgets'' (many to many). Now, we want to be able to order the widget attributes any way we wish /per widget/....
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 tool to boot :) It will read any RDoc repository (http://www.ruby-doc.org/core/ is the default, but http://api.rubyonrails.com/ works great as well) and lets you check your d...
2008 Jun 13
6
Newbie question on has_many
I have two classes: a Widget and a User. The User has an id that is referenced in two places on the Widget: owner_id and operator_id. How should I structure that reference for has_many? Thanks folks - I appreciate any help on this. --David --~--~---------~--~----~------------~-------~--~----~ You received this message beca...
2011 Dec 05
1
using StatEt IDE for Eclipse
...ourceProvider.handleCheck(WorkbenchSourceProvider.java:286) at org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkOtherSources(WorkbenchSourceProvider.java:855) at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEvent(WorkbenchSourceProvider.java:839) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058) at...
2006 Mar 27
4
widgets on rails?
Here''s my crazy question of the day. Has anybody played around with using Rails to create Mac OS X Dashboard Widgets? Or is that just sick and wrong? Giles
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 May 31
1
AJAX & Partials
Hi, looking to see if I''m on the right track here... we''re selling widgets to customers, but there are a number of different type of widgets and each different type of widget has a number of parameters that the customer can specify, in effect each customer orders widget''s customised in ways particular to that specific order. We use STI to store each different w...
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
...[comctl32.dll+0x86ec4] C [comctl32.dll+0x8cdb5] C [user32.dll+0xa8f1a] C [user32.dll+0xa936a] C [user32.dll+0xad2d2] C [swt-win32-3452.dll+0x220a] J org.eclipse.swt.internal.win32.OS.CallWindowProcW(IIIII)I J org.eclipse.swt.internal.win32.OS.CallWindowProc(IIIII)I j org.eclipse.swt.widgets.Tree.callWindowProc(IIII)I+580 J org.eclipse.swt.widgets.Control.windowProc(IIII)I j org.eclipse.swt.widgets.Tree.windowProc(IIII)I+1609 J org.eclipse.swt.widgets.Display.windowProc(IIII)I v ~StubRoutines::call_stub V [jvm.dll+0xecabc] V [jvm.dll+0x173d61] V [jvm.dll+0xecb3d] V [jv...
2012 Nov 30
1
How to add widgets of gWidgets to widgets of rgtk2 ???
I have a layout in gwidgets. To this, I wanted to add a Textbox(gtkEntry) created from rgtk2... The code is as follows: MainLayOut <- glayout(homogeneous = FALSE, spacing = 10, container = SubGroup) MainLayOut[1, 1, anchor=left] <- "Number of Total Patients: " font(MainLayOut[1, 1, anchor=left]) <- c(w...
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 ".ch...
2001 Feb 03
1
tk non-widget commands (esp. update and winfo)
...an speed or "package is work in progress"?) Example: > tt <- tktoplevel () > tkwinfo ("width", tt) [1] "200" Could (Should?) be: > tt <- tktoplevel () > tkwinfo ("width", tt) [1] 200 with > tkwidth <- function (widget) as.numeric (tkcmd ("winfo", "width", widget)) Maybe a better example is the use of logical results: > if (tkwinfo ("exists", tt)) cat ("exists\n") Error in if (tkwinfo("exists", tt)) cat("exists\n") : argument of if(*)...
2006 Jan 03
3
Changing tables within rails app
Hi, I want to know if my idea is possible within the rails framework. I want to write a rails app that uses the same code to manage two classes of widgets; "wired widgets" and "wireless widgets". For the most part, all the code to manage these two classes of widgets will be identical. The only differing part are some of the underlying field names in each respective db table (table: wired_widgets vs. wireless_widgets). In an eff...
2007 Aug 29
0
15 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_system_as.c
...| 17 libswfdec/swfdec_system.h | 1 libswfdec/swfdec_system_as.c | 10 libswfdec/swfdec_tag.c | 14 player/swfdebug.c | 426 ----------------------- player/swfdec_debug_widget.c | 155 -------- player/swfdec_debug_widget.h | 55 -- test/trace/Makefile.am | 9 test/trace/system-capabilities-query-5.swf |binary test/trace/system-capabilities-query-5.swf.trace | 33 + test/trace/system-capabil...