Contact Us

T: (425) 481-8175
info@portagebay.com

Twitter   Facebook   LinkedIn RSS

Subscribe to our Email Newsletter
Subscribe to our Bi-Monthly email newsletter
*



* required
Site Search

Entries from April 1, 2013 - April 30, 2013

Tuesday
Apr232013

Super Hi Res Monitor

I spent a rather dumb amount of time recently trying to get my MacBook Pro to display more than 1920x1440 on my external 27" monitor. At that resolution, I'm just not taking very good advantage of the size of the monitor. In FileMaker (and other apps) having the higher resolution allows you to deal with multiple windows and palette windows more effectively.

It turned out that my monitor simply wasn't capable of displaying anything higher than that resolution.

I decided to get rid of my old monitor and purchased an Asus monitor capable of displaying 2560x1440. It was a little expensive, but now I'm really enjoying the additional screen real estate, particularly in FileMaker when I'm using the debugger and data viewer.

-- John Newhoff

Monday
Apr152013

Linked Web Browser Page in FileMaker Web Viewers

Web viewers extend the capabilities of FileMaker by letting your database interact with the web. Recently we added a simple web viewer to E-Com, our special education software for FileMaker, that displays a web page with recent news and events. We wanted the users to be able to click on a link within the web viewer and see the linked page in a window in their web browser outside of FileMaker. It sounds simple, but turned out to be a 'gotcha' because FileMaker's default behavior is that  all interaction with the web page happen within the web viewer in FileMaker. There is no preference to open links in a new windows. 

The simple fix to this issue is to use a bit of HTML, using the 'target="_blank”' syntax to allow the link to open up in a new window.

In the demo file, we have a web viewer object set up that will perform a search for the given product in different search engines.

 

 

The web viewer is using the  'target=“_blank”'syntax so that clicking on each link will open up a new browser window, leaving the web viewer object intact.

 

 

Download Demo File