Displaying 20 results from an estimated 110 matches similar to: "Display a jpeg inside a widget which already has text"
2003 May 13
1
__stderrp problem again with tk83
Hiho,
I just stumbled across the problem with the unresolved
__stderrp symbol. I've read the existing threads to that,
as well as UPDATING. However, there are some differences,
between the reported problems and my problem:
1. the unresolved symbol is not complained about in libm,
   but in libtk83.so from the tk-8.3.5_1 port.
2. I _did_ install all the compatibility libs for
   3.x, I even
2007 Oct 08
3
tcltk scrollbar
The following code should give me (at least that's what I think) two list
boxes with their individual scrollbars. But instead both scrollbars stick to
the same listbox even though they work as they should (scroll individual
listboxes). When I remove all the widgets on top everything works perfectly.
Any help would be highly apprecciated.
ps: all subsequent listboxes and scrollbars work
2005 May 07
0
Displaying images from PostgreSQL large objects
I''ve got a bunch of images stored in a pgsql database as large
objects.  Currently I use a PHP script to display the images, but I''d
like to do it in Rails.  I followed the example of sending files/data
at http://wiki.rubyonrails.com/rails/show/HowtoUploadFiles  but all
the images that get sent are corrupted, apparently.  Do I need to do
something different because it''s
2006 Dec 12
2
tklistbox...
Hi everyone, 
I have different listboxes in the same toplevel window. 
The problem is, if I select (by left clicking) one of those listbox
elements, the current selection in the other listboxes is cleared! 
Anybody knows how I can prevent this? 
Thanks,
---------------------------------------------------
Rita Sousa
DME - ME: Departamento de Metodologia Estatística - Métodos Estatísticos
INE -
2008 Dec 22
1
newbie question on tcltk
Hi List,
Can anyone tell me how could i put the "BACK" button in the following code, just under the "AAA" menu? I want this button to go back to the previous page, and since it has nothing to do with the "1" and "2" buttons, i want it somehow separated from these two buttons, but i don't know how.  I searched the web for some examples but my results
2012 Feb 22
12
Separate kernel on domU's
Hello,
I am still learning about Xen.. I am trying to setup Xen hypervisor
for the first time. I was reading the howto here:
http://www.howtoforge.com/paravirtualization-with-xen-4.0-on-debian-squeeze-amd64
and I stopped here:
"(To use the default Ubuntu kernel instead of Debian''s Xen kernel in
the guest, you can also comment out the kernel and initrd lines in
2005 Aug 23
2
Using tcltk to display jpeg images
Dear R Helpers,
Does anyone know how to use tcltk to display jpeg images? The manual says
that
one must use Tk_PhotoCreateImageFormat to register the jpeg image handler.
The
"ActiveTcl User Guide"
(http://support.serv.ch/lang/tcl/img/doc/img-jpeg.html)
says:-
"The package img::jpeg is a sub-package of Img. It can be loaded as a part
of the complete
Img support, via package require
2004 Jun 02
5
Slashdot on WRT54G
Did anyone see the article?
It''s the first time I really noticed that these little Linksys routers 
are such a fully fledged linux machine with a decent processor and a 
replacable firmware.  I am now itching to get one to replace the 
multipurpose firewall desktop machine.
Has anyone experimented with the current state of the firmware and how 
advanced you can get with tc rules?  For
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
2006 Jun 22
1
Anybody got a character counting widget?
Just demo''d my app for marketing and they asked whether, on the big text 
fields, I could give a dynamic character counter so that as they 
approach the guideline maximum they''ll know.  Seems like something that 
could be written by looking for key click events in the text field. 
Before I go writing one, though, I thought I''d check and see if anybody 
knows of such a
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 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
2003 Dec 13
1
widget hierarchy - program variables
Hi!
During developing my little program, I''ve noticed, that the objects have
a hierarchy, but now I don''t know what to do, if a widget initiates an
event which has an effect to the parent, grandfather/brother/other
relatives.
Is there a tutorial for this aspect?
Gergo
-- 
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
|
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 Feb 18
2
select widget in partial, can it use :index?
I know I can use :index => collection_counter with text_fields, but do
they work with any version of select form helpers?
Thanks!
Ian
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
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