search for: show_pic

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

Did you mean: show_pics
2006 Mar 15
2
link_to_remote issue after upgrading to rails 1.0
...g code, and I''ve not been able to find a work-around. Previously the following call: <%= link_to_remote("some string", :update => ''content'', :url => { :action => ''show_pics'', :show_layout => false, :page => @page} ) %> would call action show_pics and params[:show_layout] would hold the value false. However, now :...
2004 Jan 08
3
pictorG
...;, Bitmap.new("bitmaps/help.xpm"), "Get help" toolBar.realize() ToolTip.enable true # Frame (splitter inside) splitter=SplitterWindow.new(self,-1) # Categories @cat=Categories.new(splitter) @cat.evt_tree_item_activated(@cat.get_id) { |e| self.show_pics() #if e.get_item == @cat.root } @pic=Pictures.new(splitter) splitter.split_vertically @cat,@pic,150 #set_auto_layout(TRUE) # Statusbar create_status_bar() # Events evt_menu(ID_NEW) {message_box "New db"} evt_menu(ID_OPEN) { filedlg=FileDialog...
2003 Nov 10
5
picture organizer -- need a bit of help
While trying to develop a little wxruby program, I have some difficulties, namely: 1. I want to read all kind of graphic files, (mainly jpg, png and tiff is enough...) But, the current implementation seems to deal only with bmps and currently there is no way to call ::wxInitAllImageHandlers. 2. I think DnD is required in my case: I want to drop filenames on a TreeCtrl. I will try to add