similar to: Excessive redraw in Lotus Notes on Wine 20011108

Displaying 20 results from an estimated 3000 matches similar to: "Excessive redraw in Lotus Notes on Wine 20011108"

2001 Nov 13
0
Excessive redraw in Lotus Notes with Wine 20011108
I've just compiled up Wine 20011108 and given it a little testing. QuickTime installer works fine and QuickTime player comes up, although it wants to be fullscreen most of the time (something to do with strange mouse click handling I think). SameTime installer runs (at least for version 1.5) although I can't get the actual program to start (Unhandled exception). Lotus Notes 5.0.4 also
2001 May 15
1
How to display bookmarks on Lotus Notes 5 - Here is the solution
If you use Notes 5 with wine, you probably have the problem, that the bookmarks frame doesn't open when you click on Favourites or other folders on the left side. Solution: Create a Memo in Notes Go to the Body field and select Create/Hotspot/Button In the lower half, select Script and paste in this code Sub Click(Source As Button) Dim db As New
2002 Feb 24
2
More lotus
[root@equinox wine-c]# wine -winver win98 remotenotes/nlnotes.exe fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet fixme:console:SetConsoleCtrlHandler (0x115f1b0,1) - no error checking or testing yet [root@equinox wine-c]# remotenotes is a symlink to /mnt/net/windrv2/lotus (Lotus Notes actually installed on Win 98) That's the error i get. Ideas? Steve --
2002 Feb 24
1
Lotus Notes key mapping problem
This is a random, but very irritating, bug which shows up in wine versions for the past 2 months. When first creating a mail reply or message, all is fine until some event like pasting or active window changes, then every key pressed except a-z (numbers, capital letters, even enter) causes a notes action other than the key (like pop-up dialogs). The mapping stays bad for subsequent messages
2001 Mar 27
1
Tale of kernel 2.2.19 upgrading
I'm a bit of newbie to Wine in many respects so this may be obvious to more seasoned Wine veterans, in which case I apologize. I rely on Wine to run Lotus Notes on Linux - this project has released me from my NT workstation :-) So after a kernel upgrade from 2.2.17-21mdk (as supplied with Mandrake 7.2) to an unpatched 2.2.19 about the first thing I tried was Lotus Notes on Wine. Parts of it
2002 Feb 24
4
Lotus Notes 5.0.9a
Believe it or not, wine runs the Install Shield program perfectly when installing Lotus Notes. However, when creating mail, after I type one letter (doesn't matter what it is) every letter after it dissappears until you hit backspace, delete, or click the mouse in the window. This is annoying as some of us *like* to see what we're typing in an email :-) I'm Running RedHat 6.2 and the
2010 Jul 20
2
make fails with samba-3.5.4 Solaris 9
Hi, I am having a problem getting a Makefile after I run configure as follows: ./configure --prefix=/opt/samba-3.5.4 --with-ads --with-krb5=/opt/samba-3.5.4/include/ --with-shared-mod ules=idmap_rid --with-ldap=/opt/samba-3.5.4/include/ldap.h There is no Makefile generated. Configure runs successfully. The error I get is: # /usr/local/bin/make make: *** No targets specified and no makefile
2001 Apr 02
3
Problem with OpenGL
I'm using wine 20010326 to play Half Life. Works fine in software graphics mode, but not quite fast enough to be playable. In OpenGL mode, it runs at about 5 fps, and I get no textures. I have a Voodoo 3 3000 AGP. OpenGL works fine in native Linux (I get about 120 fps in the 'gears' program). Does anyone have any suggestions as to what I can do to get to the bottom of this? -- Steve
2005 Apr 20
5
ActionMailer: Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error
Quick ActionMailer Question: I''m trying to send a test email message using ActionMailer and I get a Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error. I''m attempting to access a remote smtp server and have setup my settings in the environment.rb file according to the "how to" article. My test controller: class MailTestController < ApplicationController
2003 Aug 13
4
Levene test of homogeneity of variance
Has the Levene test of homogeneity of variance been implemented in any library in R? Thanks, Maurice Haynes National Institute of Child Health and Human Development Child and Family Research Section 6705 Rockledge Drive Bethesda, MD 20892 Voice: 301-496-8180 Fax: 301-496-2766 E-Mail: mh192j at nih.gov
2007 Jun 16
2
1st DOVECOT installation automatically quitting on login
Hi there. I have just installed DOVECOT 1.0.1 for the first time. After launching it, I can verify that ps -ax | grep -i dovecot 1052 ?? Ss 0:00.03 /usr/local/dovecot/sbin/dovecot -c /etc/dovecot/dovecot.conf 1053 ?? S 0:00.06 dovecot-auth 1058 p2 R+ 0:00.01 grep -i dovecot ps -ax | grep -i imap 1054 ?? S 0:00.08 imap-login 1055 ?? S 0:00.08 imap-login
2006 Jan 12
4
Typecasting and boolean attributes
I have 2 radio buttons like this: <%= radio_button ''group'', ''public'', true %> <%= radio_button ''group'', ''public'', false %> They hold the correct values when viewing the @group object. However, when updating, it does not appear that the params[:group][:public] value is being typecast correctly. As
2001 Nov 12
1
Lotus NOtes & Replication
I have two PCs I use Linux on that I need to be able to run Lotus Notes on. Wine works exceptionaly well on one of these PCs, my HP OmniBook 500. Everything works including replication. My other PC is a desktop unit running the same os (RH 7.1) and the same version of wine (Winex from cvs (20011004)). Notes works on this machine except that I am unable to get replication to work. When I try
2006 Apr 20
1
Setting :status for inline RJS?
Is there a way to set the :status when using inline RJS rendering in controllers? Something like: render :status => 500, :update do |page| page.insert_html .... end -- Derek Haynes HighGroove Studios - http://www.highgroove.com Atlanta, GA | San Mateo, CA Keeping it Simple. 404.751.1762
2005 Sep 12
1
Edit In Place: text with line breaks
All, I need to apply EditInPlace to a block of text that has line breaks. I''d like to have the editable text load instantly by grabbing the text from the page instead of using the "loadTextURL" option. However, this will pull in the html formatting ( <br> and <p>). Wanted to see what ideas the list had as far as making this possible - the best idea I''ve
2006 Jun 16
5
BackgrounDRb / Testing Error: uninitialized constant BackgrounDRb
I''m digging into BackgrounDRb and having some problems testing a worker class. The following line in my test (created from script/generate worker Test) throws an error: worker = TestWorker.new(:test_string => "testing...") Error: /activesupport/lib/active_support/dependencies.rb:123:in `const_missing'': uninitialized constant BackgrounDRb (NameError) from
2005 Sep 07
3
Autocomplete Error w/Version 1.5_pre4
I recently updated to version 1.5_pre4 to use the excellent in-place editor, however, I''m now seeing a bug with AutoCompletion. When text is entered in the text field for auto completion, the auto_complete div is not updated (but the server does receive the request and return a response). Upon removing focus from the text field, 2 instances of the following error can be seen in both
2008 Mar 31
0
redraw priorities
Hey, I've recently investigated problems Swfdec has when running cpu-intensive Flash files and could need some suggestions on how to best fix it. There should be other apps that have had the same problem after all. During a run of Swfdec (either stand-alone or as part of a browser), there's the following events happening: 1. write audio 2. user interaction 3. repaint 4. advance the state
2006 Jan 13
1
Rendering an RJS template within another RJS template
Is there a way to render an RJS template within another? I''ve put my simplified code below. No errors are generated, but the partial isn''t rendered. I also tried using render :action => ''update_actions'' destroy.rjs--- page.visual_effect :fade, comment_container(@object.id.to_s) # update the number of comments(below is another rjs template) render :partial
2004 Dec 21
3
R code for var-cov matrix given variances and correlations
Dear list members, Where can I find code for computing the p*p variance-covariance matrix given a vector of p variances (ordered varA, varB, ..., varp) and a vector of all possible correlations (ordered corAB, corAC, ..., corp-1,p)? I know that the covariance between 2 variables is equal to the product of their correlation and their standard deviations: corAB * varA^.5 * varB^.5 and so: