The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 "Flickering" on selection by double-click in Windows98.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Ian Lindsay

UK
8 Posts

Posted - 01/18/1999 :  7:09:00 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
I seem to be having a problem with Origin 5.0 under Windows98 when opening graph dialog boxes by double-clicking.

When you double-click on, for example, a graph axis a flickering pattern appears along the axis before the associated dialog box opens. When running Origin 5.0 under Windows95 this flickering occurs for about a second at the most in all cases. However, using Windows98 it seems to go on for about five seconds for an axis dialog. I've also had the same problem opening the contour details box of a contour plot by double clicking. In this case the whole plot flickers for about a second under Windows95, but in the case of Windows98 the duration of the flickering seems to depend on the complexity of the plot. I've had it go on for nearly a minute before the dialog box opens in some cases - seriously annoying.

Of course, this can be avoided by right clicking over the plot/axis and select "Details" from the menu when I'm using Windows98...if I remember!

Is this a general problem or just the particular combination of hardware/software I have?

Thanks,

Ian.

scottp

USA
60 Posts

Posted - 01/21/1999 :  7:11:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thursday, January 21, 1999


Regarding Excess flicker when opening Origin
Dialog Boxes:

I have tested Origin version 5.0 while running under
Windows 98 and have not been able to reproduce this
problem here in the lab. Your problem may be a
result of the video card or video driver that you are
using. To test this, boot up your computer in safe
mode, (Instructions on how to do this are found by
clicking on the Windows 98 [Start] button and
selecting Help: Topic "SAFE MODE"). If the
flickering stops while in safe mode the, problem is
most likely the result of a device driver, possibly the
screen driver or print driver. You can try using a
newer or alternate driver.

You might also want to see what view mode you are
using when a graph window is active. The Graph
will always update faster when you are in the Page
View mode. To confirm this have the graph window
active and select: View: Page View from the Origin
Menu Bar. This will update the window faster than if
you were in Print View.

If you are still unable to get rid of the flicker, we
have a system property that can be used to
completely turn off the flicker.

Open the Origin Script Window, (Window: Script
Window) and paste the following into the window.
Highlight this line and press the key.

SYSTEM.DISPLAY.SELBLINK=0;

This will turn off the flashing completely.

This option is only available if you have Origin 5.0
with the SR2 patch installed. To confirm the
installation of SR2, go to the Origin Menu Bar and
Select: Help: About Origin

The display box will clearly say:

Version 5.0 SR2 if this patch is installed.

If it is not installed please go to the Microcal
Software web site and download and install the patch.

http://www.microcal.com/www/tech/patch52text.html

You will then be able to use the Origin command

SYSTEM.DISPLAY.SELBLINK=0;

to turn off the flashing.

Go to Top of Page

Sebastien GEHANT

France
3 Posts

Posted - 01/29/1999 :  7:41:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I have exactly the same problem running Origin 5.0 under Windows NT 4.0 .

In hope this problem will be solve in future revision of the product (whithout being obliged to switch flickering off), I may describe the computer on witch it append (this problem doesn't appear on another computer with different configuration running under NT4.0) :

- Pentium II 400Mhz
- 128 Mo SDRAM memory
- Asus P2B Motherboard
- Matrox Millenium G200 AGP video card
- Tekram Fast-SCSI PCI card
- Sound Blaster AWE64 ISA sound card
- 3COM 3C509B ISA network card

Go to Top of Page

Ian Lindsay

UK
8 Posts

Posted - 01/29/1999 :  7:44:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Sebastien, this is interesting. You have exactly the same graphics card as we do so I strongly suspect that this is the source of the problem. I tried installing the most recent drivers from the Matrox site, as Scott suggested, but this didn't help. As a result I've had to resort to switching the flicker off completely - not ideal, but it's no great loss as far as I'm concerned.

Cheers,

Ian.

Go to Top of Page

Parney Albright

Alexandria, VA, USA
3 Posts

Posted - 01/29/1999 :  10:45:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I also have this problem on my office system - which is a brand new 450Mhz with, I believe, a Matrox Millenium card. I am running NT4.0 SR3

[This message has been edited by Parney Albright (edited 01-29-99).]

Go to Top of Page

emk

Finland
28 Posts

Posted - 02/11/1999 :  7:41:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I have the same problem with WIN98 and Origin 5.0 SR2. However, I have an Intel 740 based AGP display adapter (with latest Intel drivers). So the problem is characteristic not only to Matrox cards, but occurs with other brands as well.
The SYSTEM.DISPLAY.SELBLINK=0 solution works also with this adapter.

Eero

Go to Top of Page

Gary Lane

USA
150 Posts

Posted - 02/12/1999 :  7:37:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi...

Edit the file OPTION.CNF (found in your Origin software folder) and change the line

SYSTEM.DISPLAY.SELBLINK=1;

to

SYSTEM.DISPLAY.SELBLINK=0;

Hope this helps.

Gary

Go to Top of Page

Sebastien GEHANT

France
3 Posts

Posted - 02/12/1999 :  7:46:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Perhaps it's due to AGP bus.

Can anyone help me about the "SYSTEM.DISPLAY.SELBLINK=0;" option. I've found how to use it, but I have to run this script instruction every time I launch Origin (must load a script file and then execute the instruction). Is there a way to do it automatically when Origin starts ?

Go to Top of Page

Sebastien GEHANT

France
3 Posts

Posted - 02/17/1999 :  7:00:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you Gary ! It works perfectly now. The string "SYSTEM.DISPLAY.SELBLINK" were not present in my ORIGIN.CNF file so I couldn't find it with the "find string in file" tool of Windows.
Go to Top of Page

marko

Germany
112 Posts

Posted - 03/02/1999 :  7:15:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi, the same thing happens in Origin 4.1 (I didn't test whether the SR2 fixes the problem) on a fast 400MHz PPro with ELSA graphics adapter.

I couldn't get the SYSTEM.DISPLAY.SELBLINK=0 running in the script window. Also there was no OPTION.CNF, possibly this is only valid for 5.0... What to do with it??? Any suggestions?

Marko

Go to Top of Page

scottp

USA
60 Posts

Posted - 03/03/1999 :  7:16:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
The fix that is described is only valid for Origin 5.0 users with the SR2 Patch installed. This is not available to Origin 4 users. Origin 4 was released for Windows 3.1 and the then new Windows 95 operating system. Windows 98 was not even in beta testing when the software was developed and released. There is no way of anticipating the way software will act when running under a totally new operating system. When Windows 98 was released and a problem was found, Microcal Software was able to provide a solution to current Origin 5 users. The only suggestion I have would be to upgrade to Origin version 5.0.
Go to Top of Page

Roel De Meester

Antwerp
1 Posts

Posted - 03/17/1999 :  7:27:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Same Problem...
Using NT4.0 SP 3 and 4 ... and Win98

PII 400Mhz
AGP MAtrox Millenium card 8Mb

In NT4.0 it only lasted a few seconds..
In Win98 it takes up to 5 minutes or "for ever".
My solution was then to press Ctrl-Alt-Del..
As soon as I get the "Close program"-screen.. The flickering stops .. and I could continue working..
entering SYSTEM.DISPLAY.SELBLINK=0 in option.cnf
Solved the problem..
TnX

Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000