search for: flinn

Displaying 5 results from an estimated 5 matches for "flinn".

Did you mean: finn
2005 Jan 09
6
Using Printer
How do I set up my local printer (run from FC3), to be usable by windows applications under wine? Under windows I would go Start -> Printers and Fax -> Add a printer -> ... Thanks for any help Don -- Don Flinn President, Flint Security LLC Tel: 781-856-7230 Fax: 781-631-7693 http://flintsecurity.com
2005 Mar 22
2
To leave windows behind
...0x004774c0 4\uffffA in _ins5576._mp (0x00000000) The Active Trader Log gives: Starting installation of Fidelity Active Trader Pro... Error: A system exception occurred. exception 80000100 at 0x0040e0c3 Nether of these problems occur on windows. Any help or suggestions appreciated. Don -- Don Flinn President, Flint Security LLC Tel: 781-856-7230 Fax: 781-631-7693 e-mail: flinn@alum.mit.edu http://flintsecurity.com
2006 Jan 09
13
Ajax Tabs
hi railers, I have a model/view/controller with many associations (20+). I would like to display the relative associations using AJAX, allowing the user to display the association his/her is interesting at a particular time. Is here any kind ajax tabs helper or some kind of tab widgets that I can easily incorporate into my rails application. regards, leon -------------- next part --------------
2004 Dec 02
1
FC3 (Newbee alert)
Hi I am running Fedora Core 3. Since there is no wine distro for core 3 is it ok to run the distro for core 2 and/or are there any caveats? Don
2006 Jan 22
2
suggest for "ambiguous column" when JOIN associated tables
Today I face with incorrect behavior in ActiveRecord. It take place when I try to use :include parameter for .find method. Where are two typical cases: 1. You have record with self-referential joins CREATE TABLE keywords (id, group_id); class Keyword < ActiveRecord::Base belongs_to :group, :class_name => "Keyword", :foreign_key =>