search for: propertyitem

Displaying 2 results from an estimated 2 matches for "propertyitem".

2007 Oct 24
0
STI vs CTI vs something else?...
Hey gang, I have these classes: class Image < UploadFile validates_file_format_of :filename, :in => ["gif", "png", "jpg"] end class UploadFile < PropertyItem file_column :filename validates_presence_of :filename end class PropertyItem < ActiveRecord::Base validates_presence_of :name end What I''m trying to achieve is a class inheritance tree with multiple STIs. So, Image would have a column caption:string in it''s table, and U...
2012 Jul 03
0
Wine release 1.5.8
...the decoder is initialized. gdiplus: Comment out a test that crashes some gdiplus implementations. include/basetsd.h: Fix int64 to int truncation warnings when compiling with a 64-bit PSDK compiler. windowscodecs: Implement MetadataHandler_GetValue. gdiplus: Implement GdipGetPropertyItemSize. gdiplus: Implement GdipGetPropertyItem. gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem. gdiplus: Add a bunch of tests for TIFF image properties. gdiplus: Add GdipSaveAdd stub. gdiplus: Add a test to show that GdipCloneImage is not supp...