EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 05-21-2011, 09:11 PM
vc50er's Avatar
vc50er vc50er is offline
A Berserk Golem
 
Join Date: Apr 2006
Posts: 58
Default Profit browser window SNAFU

If I move the cursor off the Browser dialog, it looses focus.
If I highlight something in the dialog and move the cursor off the dialog and hit ^c to copy, the browser dialog is lost. It looses focus. It opens the Character window.
If I attempt to move ths browser dialog most of the time I have to chase it all around and end up with it inaccessable and off the screen.
If I come back to the dialog (after it looses focus) and hit ^C to copy what I highlighted, it opens the Character window.
If I Minimize the Browser dialog, it dissapears into oblivion. There is no way to keep the dialog minimized and on the screen.

Is there anyway to keep the Browser on the screen and NOT HAVE IT LOSE FOCUS?
__________________
Mr. Wrench

Last edited by vc50er : 05-23-2011 at 04:37 PM.
Reply With Quote
  #2  
Unread 06-02-2011, 02:06 PM
Suziekew's Avatar
Suziekew Suziekew is offline
A Mist Grinnin
 
Join Date: Jun 2006
Server: Everfrost
Posts: 75
Default

Browser issues here as well but a bit different. Calling up the browser freezes the game. The page loads, tho not sure if all of it loads, then freeze. Nothing responds. Happens every time, without fail.
Reply With Quote
  #3  
Unread 06-02-2011, 03:46 PM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Default

I don't know what is causing the freezing issue. I have not changed/updated the browser ever. I also have not been able to reproduce the issue on any of the 4 pc's I have access to. It has been reported by several people so I am sure it exists however I don't think it is directly related to profit.

Silat
Reply With Quote
  #4  
Unread 06-09-2011, 11:51 PM
Therendil's Avatar
Therendil Therendil is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2008
Posts: 415
Default

I'm seeing browser problems and I don't think it's Profit. I see problems at various points. So far I've crashed the client when exiting and locked up the computer after clicking a link in the browser window. The freeze was so severe that I had to power down to recover. This was on the WinXP laptop. Have not seen the issue so far on the WIn7 desktop, but I haven't played much on that in the last few weeks.

This seems to be a regression with GU60 or a subsequent patch. Definitely wasn't there pre-GU60.

-= Therendil =-
Reply With Quote
  #5  
Unread 06-10-2011, 02:29 AM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

Quote:
Originally Posted by TalTal View Post
I don't know what is causing the freezing issue. I have not changed/updated the browser ever. I also have not been able to reproduce the issue on any of the 4 pc's I have access to.
I think it's Flash. The latest versions of Flash aren't compatible with the older versions of Mozilla (before 3.0), and the in-game browser is based on version 1.8. It still searches for system-installed plugins, though, so it finds the copy of Flash you've got installed and tries to use it. Zany hijinks ensue.
Reply With Quote
  #6  
Unread 06-11-2011, 10:37 AM
Therendil's Avatar
Therendil Therendil is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2008
Posts: 415
Default

Lovely. I could believe that.

I need to amend my previous comments to add that I had seen a fair number of client hangs or crashes on normal exit in sessions where I had used and exited the browser during the session. What's new is the business of crashing constantly while still in the browser.

-= Therendil =-
Reply With Quote
  #7  
Unread 06-13-2011, 10:23 AM
vc50er's Avatar
vc50er vc50er is offline
A Berserk Golem
 
Join Date: Apr 2006
Posts: 58
Default Browser loses focus

What I really want to know is: How do I change Browser xml file to keep the browser from losing focus?

I want to be able to highlight something in the browser, move the cursor off the browser, and hit ^C to copy. And not pop the Character window. Like in the old Nightfall UI.
__________________
Mr. Wrench
Reply With Quote
  #8  
Unread 06-23-2011, 05:36 PM
robartle robartle is offline
A Young Mystail Rat
 
Join Date: Nov 2005
Server: Antonia Bayle
Posts: 2
Default

What I'd like to know is how to either A. hardcode the homepage or B. make the button work. I know it's just a bit of typing but I'm lazy.
Reply With Quote
  #9  
Unread 07-09-2011, 11:08 AM
Suziekew's Avatar
Suziekew Suziekew is offline
A Mist Grinnin
 
Join Date: Jun 2006
Server: Everfrost
Posts: 75
Default

Any fix or workaround or information on this yet? I'm still crashing trying to use the browser. Just locks up while it's trying to load the page. Win7 btw.

It has to be something in the patch because it never did this before on my Win7 or my XP computers. Now it does it on both.
Reply With Quote
  #10  
Unread 07-09-2011, 11:48 AM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Default

Not a problem with the game itself. My version and my wifes, plus my laptop do not experience this issue using profit. As is stated earlier in this thread it seems to be a conflict between the old mozilla version the game uses and newer versions of flash.

Silat
Reply With Quote
  #11  
Unread 07-12-2011, 10:00 AM
Ellyana's Avatar
Ellyana Ellyana is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Lucan DLere
Posts: 175
Default

i saw this on the official eq2 forums as a works around..

create a batch file to turn off flash before entering eq2 and turn it back on after leaving eq2.

create text file named flashy.bat edit it and past this inside..and run it before starting eq2 and again after exiting eq2.

@echo off

CD C:\Windows\System32\Macromed\Flash
IF "%PROCESSOR_ARCHITECTURE%" == "AMD64" CD C:\Windows\SysWOW64\Macromed\Flash\

IF EXIST NPSWF32._ll GOTO :turn_on
IF EXIST NPSWF32.dll GOTO :turn_off


:turn_on
ren NPSWF32._ll NPSWF32.dll
CLS
echo -----------------
echo Flash is now ON!
echo -----------------
pause
GOTO :desktop


:turn_off
ren NPSWF32.dll NPSWF32._ll
CLS
echo -----------------
echo Flash is now OFF!
echo -----------------
pause
GOTO :desktop


:desktop
CD %USERPROFILE%\desktop

:eof
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:09 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI