search for: lober

Displaying 11 results from an estimated 11 matches for "lober".

Did you mean: lber
2005 Jul 29
1
[Fwd: Re: wine-20050725 feedback : lots of graphical glitches]
Ths list was forgotten. Forwarding. Vincent -------- Original Message -------- Subject: Re: [Wine]wine-20050725 feedback : lots of graphical glitches Date: Thu, 28 Jul 2005 17:45:44 -0700 From: George Lober <glober@telus.net> To: Vincent Rubiolo <vincent.rubiolo@free.fr> References: <42E8D1CC.5010006@free.fr> Vincent Rubiolo wrote: > Hello wine-users, > > I built and installed (with wineinstall) wine-20050725 [see system > info at end of mail]. > While it works OK f...
2008 Oct 16
4
Removing values from a select (drop-down) box
Hello, I am working on a project, and on one form we have a select (drop- down) box where the user needs to be able to select from a list of clients. The box is currently being populated with: <%= collection_select(:client, :id, @account.clients, :id, :name) %> The problem is that some of these clients may have already been selected, and we need to remove them from the list. Is this
2008 Dec 03
0
useR!2009 conference announcement
...ocampus-ouest.fr/math/useR-2009/accomodation.html gives a list of hotels and some student rooms (200) are also available on the campus. We hope to meet you in Rennes! The conference committee, Julie Josse, Fran?ois Husson, David Causeur, Maela Kloareg, S?bastien L?, Aline Legrand, Eric Matzner-Lober & J?r?me Pag?s _______________________________________________ R-announce at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-announce
2008 Dec 03
0
useR!2009 conference announcement
...ocampus-ouest.fr/math/useR-2009/accomodation.html gives a list of hotels and some student rooms (200) are also available on the campus. We hope to meet you in Rennes! The conference committee, Julie Josse, Fran?ois Husson, David Causeur, Maela Kloareg, S?bastien L?, Aline Legrand, Eric Matzner-Lober & J?r?me Pag?s _______________________________________________ R-announce at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-announce
2008 Jan 19
1
Decimals are being converted to Bigdecimals!!!!!
Hi all, I''m working on a financial app, and have set up some columns in my tables as decimals with precision => 8 and scale => 2. My migration looks like: change_column :lineitems, :price, :decimal, :precision => 8, :scale => 2 change_column :payments, :amount, :decimal, :precision => 8, :scale => 2 I''ve run the migration and restarted the server. I
2009 Jan 18
2
after_save -- stack level too deep
Hi all, I''m running into a brick wall trying to figure out my problem here. I have a model that has a boolean property called "paid". I''d like to add the following to my model: def after_save self.amount == self.splits.sum(:amount) ? self.update_attribute (:paid, true) : self.update_attribute(:paid, false) end The problem is, when I do this I get an error that
2005 Jul 27
0
How to turn off Anti-aliasing ?
I have just updated my install of Wine and I notice that the config file is now deprecated, it doesn't get used. I want to turn off Wine Anti-aliasing. I was able to do it in the config file, but now I don't know. 'winecfg' doesn't have any such setting. Can it be turned off in the registry ? If so what is the setting ? Thankyou, George
2001 Dec 28
0
word 2k file IO errors
I checked at http://wine.codeweavers.com/bugzilla/buglist.cgi?&order=bugs.creation_ts%2C%20bugs.bug_status and BUG 343 opened on 10/09/2001 seems to still be open. I looked at the mailing list Archives at http://www.winehq.com/hypermail/wine-users/2001/10/index.html specifically http://www.winehq.com/hypermail/wine-users/2001/10/0233.html I found "last time I checked (but it
2009 Feb 06
0
HTTPS and Deployment Basics
Hi all, Does anyone know of a good tutorial / walkthrough on how to setup a production server to use HTTPS? I''ve got a development server running Apache with Phusion Passenger, but don''t know how to make the leap to deployment... Thanks in advance for the suggestions! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2008 Jan 16
4
How to test if one range of dates overlaps another?
Hi all, I have a situation with a recurring billing application where I need to test if one range of dates "overlaps" another range of dates. Does anyone know a rails find or mysql select statement that will test for this? Here are the details: * Recurringcharge items have a start_date and an end_date that represent the period of time that the charges should occur. * Statement items
2007 Dec 12
6
Add a month to a Date object
Howdy all, This may be the dumbest question in the world, but how can you "add one month" to a Date object? I can''t just add 30 days, because months have varying lengths. Any help would be much appreciated... Thanks! -Neal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: