search for: img_fil

Displaying 3 results from an estimated 3 matches for "img_fil".

Did you mean: img_file
2007 Apr 29
0
[990] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxCursor.rbw: Use paint block instead of ClientDC; load icon file safely
...ss="cx"> @log.write_text("Selecting the cursor #{choice}") </span><span class="cx"> if choice[0..1] == ''zz'' </span><del>- image = Wx::Image.new(''icons/pointy.png'') </del><ins>+ img_file = File.join(File.dirname(__FILE__), ''icons'', ''pointy.png'') + image = Wx::Image.new(img_file) </ins><span class="cx"> </span><span class="cx"> # since this image didn''t come from a .cur file, tell i...
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci. quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaƮt dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaƮt tout de suite. Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application
2004 Jan 13
3
RE: [OT] Re: Getting ext3 up and running
.../mnt/hda reboot from hd I used tip found at http://mailman.linuxtag.org/pipermail/debian-knoppix/2003-May/002804.html using the script provided to create an ext2-compressed initrd image instead of cramfs, changing accordingly /etc/mkinitrd/mkinitrd.conf MKIMAGE variable and running mkinitrd -o img_file /lib/modules/2.4.22-xfs I obtain an about 3Mb compressed image file that uncompressed is about 8Mb. Now you have to strip it to less than 4Mb uncompressed file. mkdir /tmp/img_big_dir mkdir /tmp/img_ok_dir gzip -dc < img_file > /tmp/img_big mount -o loop /tmp/img_big /tmp/img_big_dir dd if...