Displaying 20 results from an estimated 5000 matches similar to: "Session and flash now working in IE6"
2005 Mar 06
12
Where to place custom classes?
Hi all,
I am writing a simple shopping cart which will consist of a single
class. There will be no DB table for carts so I do not want to make my
Cart a model. But where do I place my Cart class so that I can access
it in my controllers?
I want to be able do do things like this (for instance in a shop
controller):
def add_to_cart
@session[''cart''].add(article_id, amount)
2006 Jan 24
17
Updated lighttpd to 1.4.9 - error running dispatch.fcgi
Hi all,
I just updated lighttpd from 1.4.8 to 1.4.9 and it now refuses to
start with the following error:
2006-01-24 23:12:24: (mod_fastcgi.c.989) execve failed for: public/
dispatch.fcgi No such file or directory
2006-01-24 23:12:24: (mod_fastcgi.c.1015) the fastcgi-backend public/
dispatch.fcgi failed to start:
2006-01-24 23:12:24: (mod_fastcgi.c.1019) child exited with status 2
2006 Feb 01
4
Custom view helpers
Hi all,
I would like to write some custom helpers like the ones available as
form helpers text_field, text_area and the like. My first try was this:
custom_helper(obj, meth)
''some_string'' + obj.send(meth) + ''some_other_string''
end
Object and method are being passed as symbols like this:
custom_helper(:person, :name)
and Ruby rightfully complains that
2005 Mar 06
4
has_many and order
Hi all,
if I have a has_many and belongs_to relations like this
category has many articles
article belongs to category
is there a way I can specify the order of articles when pulling them up
with
@some_category.articles
?
Many thanks in advance!
-- Nicky
2005 Dec 26
3
Override Validation?
Hi all,
is there a way to override the validation methods so as to avoid the
div.fieldWithErrors divs from being created on the redisplayed form?
Many thanks in advance,
Nicky
2006 Mar 08
2
Multilingual Validation Messages
Hi all,
I have a mutilingual app and want to customize the validation error
messasges. I cannot override them as I need them in more than one
language, so I have done the following:
validates_presence_of :some_attr, :message => _(''should not be blank'')
I am using gettext to translate the message.
This works in development mode, but not in production, even after a
2008 Sep 08
1
IE6, flash, abysmal performance
Hi all.
I'm using Wine ( 1.1.4 ) to test some Flash stuff ( flex ) in IE6. IE6
runs quite well normally, but once Flash is loaded up, it goes VERY
slowly indeed.
I've done a quick sysprof profile
( http://entropy.homelinux.org/ie6_flash.sysprof ), and from what I can
see ( and I'm most certainly no expert ), it looks like most CPU cycles
are being burned in fbGetImage and fbCopyArea
2005 Dec 21
1
RE: Prototype: correct useage of onCompletewithAjax.PeriodicalUpdater
The only call that PeriodicalUpdater will make periodically to you is
the insertion call.
I think of onComplete as being ''I''ve done everything I was going to do'',
which for Updater is right after it''s done a single update, but for
PeriodicalUpdater, it''s after it''s finished all of its updates, so
you''ll only get it once for any call
2005 Dec 21
1
RE: Prototype: correct useage of onComplete withAjax.PeriodicalUpdater
>From a quick look at the source code, it looks like onComplete is only
called when the whole thing is done - in the case of Updater, right
after the update, in the case of PeriodicalUpdater, right after it has
been stopped.
It looks like you need to pass your callback method as an ''insertion''
method in the options. This takes two parameters, the first will
probably be the
2008 Aug 20
2
Positioning of axis titles
Hi,
I have created a plot using filled.contour() and have the problem that
one of the axis titles and an axis label are overlapping. I have tried
changing par()$mgp (with, e.g. par(mgp=c(4,1,0)) ), but this just
makes the title go off the screen. I can't work out how to make the
plot take up less space in the window, so I can hopefully change mgp
and sort the problem. Is changing mgp the only
2006 May 08
1
Installation of IE6 and Office2000 with wine 0.9.12
Hi,
I used some time ago the winetools package to configure wine older than 0.9.10
with IE6 and Office 2000. Updates of wine up to 0.9.10 where also succesful,
so that I was able to continue the usage of MS Office2000.
But since the Desktop changes in wine 0.9.11, 0.9.12 the old installation does
no more work.
##
My experiements to install IE6 and Office 2000 without winetools are not yet
2002 Jun 14
0
Fw: Lastest Wine CVS and IE6
----- Original Message -----
From: "Escuder Nicolas" <n.escuder@alineanet.com>
To: "Sylvain Petreolle" <spetreolle@yahoo.fr>
Cc: <cygwin-xfree@cygwin.com>
Sent: Friday, June 14, 2002 4:44 PM
Subject: Re: Lastest Wine CVS and IE6
> It's not from comctl32 :o)
>
> [AppDefaults\\iexplore.exe\\DllOverrides]
> "shlwapi" =
2007 Mar 19
2
Simulating IE6 on Wine
Hi All,
I am installing a software on Wine which is asking for IE6 to be
installed.
But, I don't want to install IE6 on Wine.
Is there any way to simulate IE6 on Wine?
Thanks,
Jayarama Nettar.
2009 Jul 15
2
problem about ie6 in wine
hi,wine team,I have a problem to solve.when I open a bash,and type the command :wine /root/.wine /root/.wine/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe and ie will start.
but now I open a new bash,and want open another ie6.and type the command above,now the ie will have problems ,and can't start ie6.
the main problem is I can't open ie6 from bash twice,how can I solve this
2007 Jul 20
0
IE6 assigns "undefined" to _counted property when matching
I''m pretty sure I''ve come across a bug for CSS matching in IE6. (I''m
kind of new at the collaborative thing, so I figured here would be a
safer place to write this, as opposed to
The relevant HTML is:
<script type="text/javascript">
function getLineItems() { return $$("#LineItems tbody tr"); }
function addLineItem(e) {
var template =
2008 Jun 23
1
Running Internet Explorer 6 (IE6), but nothing happens
Hi,
I am currently running Ubuntu 8.04 with wine 1.0 (upgraded thru update manager).
I previously installed wine & winetools using instructions from http://ubuntuforums.org/showthread.php?t=149585.
However, when I try to run IE6, this is what the terminal outputs:
kenninaz at kenninaz-desktop:~$ wine /home/kenninaz/.wine/c/Program\ Files/Internet\ Explorer/IEXPLORE.EXE
2008 May 22
4
Autocompleters and Sortables do not function in IE6
I have two issues that I hope someone else has encountered and has a
solution for.
First:
I have several autocompleters on my site, and they function as
expected in Firefox, Opera, IE7, but when I use them in IE6, I get no
javascript errors for my local autocompleters, and all ajax
autocompleters functions are firing as expected and returning the
correct search results. The only problem, IE6
2006 Apr 26
0
Problems with AJAX and IE6
I have been using AJAX for a while in IE6 and Firefox without any problem.
A few days ago, some IE6 machines quit working and looking at the log,
the request never reaches the server. The weird part is that some
other IE6 machines work fine as well as Firefox.
The link is using form_remote_tag function.
Any ideas of what''s going on?
Thanks in advance,
Santiago
2011 Nov 27
0
Wine 1.3.33 and IE6
I use an application that uses IE6 to render HTML in a widget, and something changed recently such that the frame within the main window that usually renders the HTML is now completely white.
I'm trying to track down the cause, and I noticed now that when I run wine iexplore, it runs the Gecko browser by default even though I have IE6 installed, and I have to explicitly specify the path to
2008 Aug 28
1
Re: Can't install IE6
Hi awdoyle,
I too wanted IE6 installed for the purpose of Outlook Express and its mail handling, particularly with folders as I have many. (...disregarding alternative clients with add ons for the moment)
I know IE6 can be installed using Codeweavers Crossover Linux app (based on WINE). With this install, OE is also installed. (You need to manually create a link to the .exe file)
I currently