Displaying 2 results from an estimated 2 matches for "the_image".
Did you mean:
teximage
2003 Feb 03
1
Problem using syslinux with hard drive partition
I have been succesful in using syslinux to boot from a hard drive, by dd'ing
a Linux (LRP) image onto the drive and then running syslinux (i.e. dd
if=the_image of=/dev/hda followed by a syslinux /dev/hda), however I'm having
problems getting it to work from a partition on the hardrive. I'm trying to
use syslinux on a small 100MB FAT16 partition (same commands as before, just
replacing /dev/hda with /dev/hda1), but on boot I get the error: "...
2008 Mar 25
2
FXImageFrame/SEL_LEFTBUTTONRELEASE
Hi,
I have a FXImageFrame widget and I would like it to show another image when
I click on it.
I''m having no luck with receiving a onclick via SEL_LEFTBUTTONRELEASE.
...
imageframe=FXImageFrame.new(mainwindow,the_image,LAYOUT_EXPLICIT,0,0,20,20)
imageframe.connect(SEL_LEFTBUTTONRELEASE) {p ''onclick received''}
...
What is it that I''m missing?
Thanks in advance,
Mathijs.
--
View this message in context: http://www.nabble.com/FXImageFrame-SEL_LEFTBUTTONRELEASE-tp16286969p16286969.html...