Focal Point
Default Browser in Developer Studio / CSS file location

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3951087992

September 18, 2008, 02:15 PM
<SJJustin89>
Default Browser in Developer Studio / CSS file location
Hey everyone,

This is my first time posting, I'm new to WebFOCUS and am running into a couple issues.

I'm currently assessing a formatting problem with our Launch Pages. Users using IE have no problem viewing our pages, while Firefox users can't.

That actually ISN'T my problem, haha.

I was given our CSS file by my supervisor and in Developer Studio I have no problem linking my style sheet file from my local C:\ drive. The problem is I can't execute my launch page in Firefox from the Developer Studio. Is there a default browser property I can change?

If not, I noticed I can open my launch page from our Dashboard Website. The only problem is that I can't locally link the CSS file, it would have to be in a portion of out WebFOCUS server I don't have rights to. I attempted to link it from my personal folder on the server but no combination of the file location and new file name it gave it when I copied it there seemed to work.

Thanks!
-Steve
September 18, 2008, 02:33 PM
Francis Mariani
Steve,

Welcome to FocalPoint. It would be very handy if you updated your Profile (click on "View/Edit Complete Profile" and then look for "(**required) Signature") to enter the WebFOCUS release and other information. This can be very important when people attempt to answer your questions.

Default Web Browser: Dev Studio cannot set the default web browser, why not use the FireFox Advanced Option "System Defaults" and temporarily set FireFox as your default browser - you can switch back to IE using IE options.

CSS file location: If you have access to a WebFOCUS Application folder, usually found in Drive:\ibi\apps you can put your CSS file in one of these app folders and then link to it in the HTML file:
<link rel="stylesheet" type="text/css" href="/approot/app-folder-name/css-file-name.css">



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
September 23, 2008, 03:52 PM
<SJJustin89>
Unfortunately, Firefox is my default browser and it still comes up in IE.

The app folder solution did work though!

Thank you for your help, and I updated my signature.

-Steve
September 24, 2008, 07:36 PM
StuBouyer
It looks like Dev Studio is hard coded to call IE as the browser.

I've been using Firefox as my default browser for over 18 months and have not been able to get Dev Studio to open reports up in Firefox.

You can however open a launch page directly for an app folder, the default alias is approot, so try:
http://localhost:8080/approot//launch.htm (change to match your app folder's name and drop :8080 if you are also using IIS)

To open a launch page that lives in Managed Reporting is a little more complex, try something like:

http://localhost:8080/ibi_apps/WFServlet?IBIMR_action=M...titled/untitled.htm&

You'll have to work out the "real" name for the folder, domain and launch page by right clicking and selecting properties in Dev Studio

Cheers

Stu


WebFOCUS 8.2.03 (8.2.06 in testing)
September 24, 2008, 10:22 PM
Brian Suter
Since you usually want your HTML to be validated in multiple browsers, test with IE in devstudio and keep a BID session up in firefox. Once IE looks good, do a SAVE, and then launch the report from your firefox session.


Brian Suter
VP WebFOCUS Product Development