a question about screen sizes in FMP10

19 messages Options
Embed this post
Permalink
Colm Osiris-3

a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
Hi Experts

I want to open a window which fits exactly on a 13" MacBook. Its  
resolution is 1280px x 800px. So if I tell the window to be that size,  
it opens fine, and fills the screen snugly (without either the Status  
toolbar or the formatting bar).

If I run the same script on my MacBook, again with no Status toolbar  
or formatting bar, then I get a window which is the right width, but  
is too tall. Strangely, if I then set on the formatting bar, the  
window becomes full.

Can anyone explain what's going on here, please?

Colm

--
Colm Osiris
Full Moon Information Management
+44 (0)1422 844050
07837 228 759

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Phillip Jones-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
  Is this for a Web page Try instead of specifying specific size use " "
don't use the quotes just meaning put no number what so ever height or
width and should adjust to size of screen automatically.

Now if your referring to the window used in FM  to show on screen,
obviously the height is different. you need to adjust height in script
to conform to specs of the computer.

Colm Osiris wrote:

> Hi Experts
>
> I want to open a window which fits exactly on a 13" MacBook. Its
> resolution is 1280px x 800px. So if I tell the window to be that size,
> it opens fine, and fills the screen snugly (without either the Status
> toolbar or the formatting bar).
>
> If I run the same script on my MacBook, again with no Status toolbar or
> formatting bar, then I get a window which is the right width, but is too
> tall. Strangely, if I then set on the formatting bar, the window becomes
> full.
>
> Can anyone explain what's going on here, please?
>
> Colm
>

--
Phillip M. Jones, C.E.T.  "If it Ain't Broke, Don't Fix it"
616 Liberty Street              Martinsville, Va 24112-1809
Phone: 276-632-5045  Cell: 276-732-7781   Fax: 276-632-0868
http://www.phillipmjones.net            http://www.vpea.org
mailto:[hidden email]

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Colm Osiris-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
Thank you Phillip.

> Is this for a Web page

No, it's for a desktop client running off of a server.

> Now if your referring to the window used in FM  to show on screen,  
> obviously the height is different. you need to adjust height in  
> script to conform to specs of the computer.

Why obviously? A pixel is a pixel is a pixel, surely, and provided the  
Status toolbar and the formatting bar are hidden in both cases, which  
they were, the window should have exactly the same area in relation to  
the objects on it. But it doesn't.

Here is a screenshot from the MacBook (screen resolution 1680 x 1050):

        <http://www.fmim.biz/FileMaker/screenshot_from_MacBook.png>

And here is a screenshot from the iMac (screen resolution 1280 x 800):

        <http://www.fmim.biz/FileMaker/screenshot_from_iMac.png>

Same script, same window size (1280 x 800). Note the grey area at the  
bottom of the iMac window which isn't present in the MacBook window.

I guess I must be the only one who thinks that what FMP10 does with  
window sizes is appalling and not only completely illogical but also  
inconsistent, compared to FMP9, where you always knew where you stood.

Colm
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Phillip Jones-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
Try dragging the lower right corner down to fill the screen vertical and
Horizontally then click the the green dot and make it bounce back to
original size. Then click again it should fill out where you set it.

Then quit FileMaker and restart. See what happens on the iMac.

once you do this , this sets the normal size used. And the screen size
and resolution does make a difference.

Colm Osiris wrote:

> Thank you Phillip.
>
>> Is this for a Web page
>
> No, it's for a desktop client running off of a server.
>
>> Now if your referring to the window used in FM  to show on screen,
>> obviously the height is different. you need to adjust height in script
>> to conform to specs of the computer.
>
> Why obviously? A pixel is a pixel is a pixel, surely, and provided the
> Status toolbar and the formatting bar are hidden in both cases, which
> they were, the window should have exactly the same area in relation to
> the objects on it. But it doesn't.
>
> Here is a screenshot from the MacBook (screen resolution 1680 x 1050):
>
>     <http://www.fmim.biz/FileMaker/screenshot_from_MacBook.png>
>
> And here is a screenshot from the iMac (screen resolution 1280 x 800):
>
>     <http://www.fmim.biz/FileMaker/screenshot_from_iMac.png>
>
> Same script, same window size (1280 x 800). Note the grey area at the
> bottom of the iMac window which isn't present in the MacBook window.
>
> I guess I must be the only one who thinks that what FMP10 does with
> window sizes is appalling and not only completely illogical but also
> inconsistent, compared to FMP9, where you always knew where you stood.
>
> Colm
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>

--
Phillip M. Jones, C.E.T.  "If it Ain't Broke, Don't Fix it"
616 Liberty Street              Martinsville, Va 24112-1809
Phone: 276-632-5045  Cell: 276-732-7781   Fax: 276-632-0868
http://www.phillipmjones.net            http://www.vpea.org
mailto:[hidden email]

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Jonathan Fletcher

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
Colm,

Another trick:

If you are saving user preference data you can save the final window  
position and dimensions to fields in their user record upon close.  
Then anytime you go to set a window size you can use those metrics--
such as on startup the next time.

j.

On Jul 3, 2009, at 4:49 PM, Phillip M. Jones, C.E.T. wrote:

> Try dragging the lower right corner down to fill the screen vertical  
> and Horizontally then click the the green dot and make it bounce  
> back to original size. Then click again it should fill out where you  
> set it.
>
> Then quit FileMaker and restart. See what happens on the iMac.
>
> once you do this , this sets the normal size used. And the screen  
> size and resolution does make a difference.
>
> Colm Osiris wrote:
>> Thank you Phillip.
>>> Is this for a Web page
>> No, it's for a desktop client running off of a server.
>>> Now if your referring to the window used in FM  to show on screen,  
>>> obviously the height is different. you need to adjust height in  
>>> script to conform to specs of the computer.
>> Why obviously? A pixel is a pixel is a pixel, surely, and provided  
>> the Status toolbar and the formatting bar are hidden in both cases,  
>> which they were, the window should have exactly the same area in  
>> relation to the objects on it. But it doesn't.
>> Here is a screenshot from the MacBook (screen resolution 1680 x  
>> 1050):
>>    <http://www.fmim.biz/FileMaker/screenshot_from_MacBook.png>
>> And here is a screenshot from the iMac (screen resolution 1280 x  
>> 800):
>>    <http://www.fmim.biz/FileMaker/screenshot_from_iMac.png>
>> Same script, same window size (1280 x 800). Note the grey area at  
>> the bottom of the iMac window which isn't present in the MacBook  
>> window.
>> I guess I must be the only one who thinks that what FMP10 does with  
>> window sizes is appalling and not only completely illogical but  
>> also inconsistent, compared to FMP9, where you always knew where  
>> you stood.
>> Colm
>> _______________________________________________
>> FMPexperts mailing list
>> [hidden email]
>> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>
> --
> Phillip M. Jones, C.E.T.  "If it Ain't Broke, Don't Fix it"
> 616 Liberty Street              Martinsville, Va 24112-1809
> Phone: 276-632-5045  Cell: 276-732-7781   Fax: 276-632-0868
> http://www.phillipmjones.net            http://www.vpea.org
> mailto:[hidden email]
>
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au


--
Jonathan Fletcher
FileMaker 9 Certified Developer
FileMaker 10 Certified Developer

Project Foreman
NewMedia Construction Co.
[hidden email]

Instigator
The BB&J Network
The "Go-To Guys" for
FileMaker Development in Louisville
www.thebbandj.net

FileMaker Louisville Blog and Podcast:
www.filemakerlouisville.posterous.com

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Colm Osiris-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
In reply to this post by Phillip Jones-3
Phillip

> Try dragging the lower right corner down to fill the screen vertical  
> and Horizontally then click the the green dot and make it bounce  
> back to original size. Then click again it should fill out where you  
> set it.
>
> Then quit FileMaker and restart. See what happens on the iMac.
>
> once you do this , this sets the normal size used.

No, this does not work, unless I don't then open any other windows of  
different sizes. As soon as I do that, even if I close the main window  
last, when I open the database again, the window size is shrunk to  
that of the smaller window.

> And the screen size and resolution does make a difference.

Well, of course it does, but it should *not* make a difference to the  
*ratio* of the x and y sizes, which is what it did - see my screen  
shots.

Colm
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Phillip Jones-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
Can you adjust your script to conform to the screen Resolution of the
machine that looks strange?

Colm Osiris wrote:

> Phillip
>
>> Try dragging the lower right corner down to fill the screen vertical
>> and Horizontally then click the the green dot and make it bounce back
>> to original size. Then click again it should fill out where you set it.
>>
>> Then quit FileMaker and restart. See what happens on the iMac.
>>
>> once you do this , this sets the normal size used.
>
> No, this does not work, unless I don't then open any other windows of
> different sizes. As soon as I do that, even if I close the main window
> last, when I open the database again, the window size is shrunk to that
> of the smaller window.
>
>> And the screen size and resolution does make a difference.
>
> Well, of course it does, but it should *not* make a difference to the
> *ratio* of the x and y sizes, which is what it did - see my screen shots.
>
> Colm
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>

--
Phillip M. Jones, C.E.T.  "If it Ain't Broke, Don't Fix it"
616 Liberty Street              Martinsville, Va 24112-1809
Phone: 276-632-5045  Cell: 276-732-7781   Fax: 276-632-0868
http://www.phillipmjones.net            http://www.vpea.org
mailto:[hidden email]

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Winfried Huslik

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
In reply to this post by Colm Osiris-3
You have to do just a little more than to just resize a window and  
close the file again.

FileMaker does NOT STORE these settings unless you make ANY other  
modification to either the data or the structure in the same session  
(for example modify a field and undo again).


Winfried
www.fmdiff.com




On 2009-07-05, at 13:13, Colm Osiris wrote:

> Phillip
>
>> Try dragging the lower right corner down to fill the screen  
>> vertical and Horizontally then click the the green dot and make it  
>> bounce back to original size. Then click again it should fill out  
>> where you set it.
>>
>> Then quit FileMaker and restart. See what happens on the iMac.
>>
>> once you do this , this sets the normal size used.
>
> No, this does not work, unless I don't then open any other windows  
> of different sizes. As soon as I do that, even if I close the main  
> window last, when I open the database again, the window size is  
> shrunk to that of the smaller window.
>
>> And the screen size and resolution does make a difference.
>
> Well, of course it does, but it should *not* make a difference to  
> the *ratio* of the x and y sizes, which is what it did - see my  
> screen shots.
>
> Colm
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Colm Osiris-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jonathan Fletcher
Thanks Jonathan.

> Another trick:
>
> If you are saving user preference data you can save the final window  
> position and dimensions to fields in their user record upon close.  
> Then anytime you go to set a window size you can use those metrics--
> such as on startup the next time.

I'm not sure what you mean here. Do you mean using the '( Get  
( Window..... ) )' functions?

Well, I can't save them to any user's record, because people don't  
always log on using the same machine with the same screen size and  
resolution. Perhaps I could set up a table for information about the  
machine, using its IP address, rather than for the user. Trouble is,  
then the database isn't independent, and it will have to be adjusted  
every time a computer is replaced or added.

I think the only way round this would appear to be to hard-code the  
actual screen size and not allow window-stretching.

All the window sizes in this solution, except for the main window  
itself, are set by means of an opening script which sets global  
variables for them. In FMP9 and before, this was never a problem, but  
due to FMP10's inconsistent way of handling window sizes, I can't let  
it work that way, because it doesn't. Ah, well. I suppose that's  
progress for you!

Colm






_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Jonathan Fletcher

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
Colm,

I see. In that case I would just maximize the window and let the  
interface elements stretch to fit. It's not perfect, but it gives you  
a little bit of control. You can also set the zoom size by what the  
pixel count on the screen is. Always set the zoom so the window fits  
completely on the screen and a little more and then let the variable-
size objects take up the slack.

The problem is that screen sizes and aspect ratios vary all over the  
place. In an environment like the Mac that is not a big issue because  
you can set the window to fit your app. No such luck on Windows  
because setting the app window to a certain size is not doable within  
FileMaker. You can externally script it and I have done that before,  
but with the advent of resizable layout objects I have have my new  
favorite way to get windows to look clean.

Enjoy!

j.


On Jul 5, 2009, at 5:05 PM, Colm Osiris wrote:

> Thanks Jonathan.
>
>> Another trick:
>>
>> If you are saving user preference data you can save the final  
>> window position and dimensions to fields in their user record upon  
>> close. Then anytime you go to set a window size you can use those  
>> metrics--such as on startup the next time.
>
> I'm not sure what you mean here. Do you mean using the '( Get  
> ( Window..... ) )' functions?
>
> Well, I can't save them to any user's record, because people don't  
> always log on using the same machine with the same screen size and  
> resolution. Perhaps I could set up a table for information about the  
> machine, using its IP address, rather than for the user. Trouble is,  
> then the database isn't independent, and it will have to be adjusted  
> every time a computer is replaced or added.
>
> I think the only way round this would appear to be to hard-code the  
> actual screen size and not allow window-stretching.
>
> All the window sizes in this solution, except for the main window  
> itself, are set by means of an opening script which sets global  
> variables for them. In FMP9 and before, this was never a problem,  
> but due to FMP10's inconsistent way of handling window sizes, I  
> can't let it work that way, because it doesn't. Ah, well. I suppose  
> that's progress for you!
>
> Colm
>
>
>
>
>
>
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au


--
Jonathan Fletcher
FileMaker 9 Certified Developer
FileMaker 10 Certified Developer

Project Foreman
NewMedia Construction Co.
[hidden email]

Instigator
The BB&J Network
The "Go-To Guys" for
FileMaker Development in Louisville
www.thebbandj.net

FileMaker Louisville Blog and Podcast:
www.filemakerlouisville.posterous.com

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Colm Osiris-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
In reply to this post by Phillip Jones-3
Thanks Philip.

(Delay caused by client's wishes suddenly changing!)

> Can you adjust your script to conform to the screen Resolution of  
> the machine that looks strange?

I'll have to, but I shouldn't have to, if you see what I mean!

Colm
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Colm Osiris-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
In reply to this post by Winfried Huslik
Thanks for that, Winfried.

> You have to do just a little more than to just resize a window and  
> close the file again.
>
> FileMaker does NOT STORE these settings unless you make ANY other  
> modification to either the data or the structure in the same session  
> (for example modify a field and undo again).

Sometimes it seems not to store them regardless of what happens, and  
sometimes it does. Curiouser and curiouser!

FileMaker is usually pretty logical, otherwise we couldn't make our  
livings developing in it, but it seems to me that what they've done  
with window sizes in FMP10 is stupid, illogical and inconsistent.

In FMP9 and below, if you opened a window, and the status area was  
showing, then hiding the status area would not shrink the window, you  
would just be able to see more of the layout than you could before.  
This makes perfect sense to me. But FMP10 no longer acts in the way  
that all its predecessors have. It's just crazy.

And sometimes a window will be sized correctly, and sometimes it won't  
be, regardless of the status toolbar or formatting bar.

Colm
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Colm Osiris-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jonathan Fletcher
Thanks Jonathan.

Again, sorry for the delay in replying.

> I see. In that case I would just maximize the window and let the  
> interface elements stretch to fit.

It's not really the maximising that's the problem, it's the  
minimising! What I mean is that the window is too big for the MacBook,  
so I have to make a special smaller window just for that machine,  
That's what's causing the problems.

> It's not perfect, but it gives you a little bit of control. You can  
> also set the zoom size by what the pixel count on the screen is.  
> Always set the zoom so the window fits completely on the screen and  
> a little more and then let the variable-size objects take up the  
> slack.

If the window was smaller than the monitor's resolution, I could do  
this, but unfortunately it's too big.

> The problem is that screen sizes and aspect ratios vary all over the  
> place.

I understand that, and I know that monitor ratios vary, but that  
doesn't explain why FileMaker would change its ratio, unbidden by me,  
and ignore the fact that that I've specified the height and width.  
Sizes, yes, of course they change, as do the ratios of monitors, but  
FileMaker windows should not change their ratio when I've told it  
specifically not to. So it is doing what it thinks is best, and  
overriding what I've told it to do.

> In an environment like the Mac that is not a big issue because you  
> can set the window to fit your app. No such luck on Windows because  
> setting the app window to a certain size is not doable within  
> FileMaker.

Really?! How on earth do you cope with that? I have all sorts of  
windows in my solution, including a lot of small dialogue windows. Are  
you saying that I couldn't do that on a PC? Wow! And I thought *I* had  
problems.

It does strongly indicate that FileMaker is more Windows-orientated  
than Mac-orientated, otherwise they would make sure that these things  
work properly. Okay, so you can do it on a Mac but not a PC, but  
what's the point, if it doesn't work properly?!

Colm
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Jonathan Fletcher

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
Colm,

When you're used to the way Mac windows work and you design these nice  
multi-window interfaces for your users, you have to throw all that out  
when you go to the PC. It is not FileMaker's fault. Windows manages  
windows differently. That's just a fact of life. Like gravity, it's  
painful when you don't respect the way it works.

On a Mac you can set the position and size of every window by script.  
On Windows, you can set the size and position of every file window,  
WITHIN THE APPLICATION WINDOW. That means that you have to pay  
attention to what the application window is doing before you attempt  
to set the arrangement of file windows. The app window is not  
scriptable within FileMaker, leaving the sizing to only two options:  
manually, or with an external script.

In order to get a FileMaker solution to fit on a screen you will need  
to grab the size of the screen, subtract off the menu bar and then set  
your windows accordingly. Because of the aforementioned varying screen  
sizes and ratios I never use more than one window at a time, unless it  
is a temporary utility window. That way I have fewer variables to deal  
with from monitor to monitor.

As to the issue of the layout being too big, you can set the zoom  
lower to enable it to fit in less space. If is becomes hard to read  
then you need to redesign the window to be smaller or set the type  
size bigger. You might consider putting less information on one  
layout, too.

I have found that when FileMaker doesn't give me the window size and  
location that I have specified, then I probably made a mistake. I do  
find that I call my screen resize script more often when switching  
between windows (an absolute necessity on XP/Vista/7).

Another reason why the size and ratio can change on OS X is when you  
call the Adjust Window [Resize to Fit] script step: FileMaker will  
attempt to fit all the layout elements tightly within the window. That  
means that if you have any off screen elements, it will try to include  
them. If you have some adjustable layout objects, they will reduce to  
their non-expanded size. Either way your window can resize to  
something you might not have expected. Sometimes you can use that to  
your benefit, and sometimes that can masticate your posterior.

j.



On Jul 10, 2009, at 5:22 PM, Colm Osiris wrote:

> Thanks Jonathan.
>
> Again, sorry for the delay in replying.
>
>> I see. In that case I would just maximize the window and let the  
>> interface elements stretch to fit.
>
> It's not really the maximising that's the problem, it's the  
> minimising! What I mean is that the window is too big for the  
> MacBook, so I have to make a special smaller window just for that  
> machine, That's what's causing the problems.
>
>> It's not perfect, but it gives you a little bit of control. You can  
>> also set the zoom size by what the pixel count on the screen is.  
>> Always set the zoom so the window fits completely on the screen and  
>> a little more and then let the variable-size objects take up the  
>> slack.
>
> If the window was smaller than the monitor's resolution, I could do  
> this, but unfortunately it's too big.
>
>> The problem is that screen sizes and aspect ratios vary all over  
>> the place.
>
> I understand that, and I know that monitor ratios vary, but that  
> doesn't explain why FileMaker would change its ratio, unbidden by  
> me, and ignore the fact that that I've specified the height and  
> width. Sizes, yes, of course they change, as do the ratios of  
> monitors, but FileMaker windows should not change their ratio when  
> I've told it specifically not to. So it is doing what it thinks is  
> best, and overriding what I've told it to do.
>
>> In an environment like the Mac that is not a big issue because you  
>> can set the window to fit your app. No such luck on Windows because  
>> setting the app window to a certain size is not doable within  
>> FileMaker.
>
> Really?! How on earth do you cope with that? I have all sorts of  
> windows in my solution, including a lot of small dialogue windows.  
> Are you saying that I couldn't do that on a PC? Wow! And I thought  
> *I* had problems.
>
> It does strongly indicate that FileMaker is more Windows-orientated  
> than Mac-orientated, otherwise they would make sure that these  
> things work properly. Okay, so you can do it on a Mac but not a PC,  
> but what's the point, if it doesn't work properly?!
>
> Colm
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au


--
Jonathan Fletcher
FileMaker 9 Certified Developer
FileMaker 10 Certified Developer

Project Foreman
NewMedia Construction Co.
[hidden email]

Instigator
The BB&J Network
The "Go-To Guys" for
FileMaker Development in Louisville
www.thebbandj.net

FileMaker Louisville Blog and Podcast:
www.filemakerlouisville.posterous.com

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Corn Walker

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
On Jul 10, 2009, at 11:39 PM, Jonathan Fletcher wrote:

> It is not FileMaker's fault. Windows manages windows differently.  
> That's just a fact of life. Like gravity, it's painful when you  
> don't respect the way it works.

Actually, it IS FileMaker's "fault" (although "fault" is perhaps not  
the best term - "design choice" might be more appropriate). Please  
submit a software change request if you'd like to see this changed for  
the next version of the product.

Cheers,
-corn


Corn Walker
The Proof Group
http://proofgroup.com/

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Jonathan Fletcher

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
On Jul 11, 2009, at 10:56 AM, Corn Walker wrote:

> On Jul 10, 2009, at 11:39 PM, Jonathan Fletcher wrote:
>
>> It is not FileMaker's fault. Windows manages windows differently.  
>> That's just a fact of life. Like gravity, it's painful when you  
>> don't respect the way it works.
>
> Actually, it IS FileMaker's "fault" (although "fault" is perhaps not  
> the best term - "design choice" might be more appropriate). Please  
> submit a software change request if you'd like to see this changed  
> for the next version of the product.


I don't submit requests because it's kind of frustrating when they put  
stuff in that we didn't ask for and haven't fixed bugs that have been  
there for several versions.

I just throw my hands up and murmer "cest la vie" when they do  
something different that I would. FMI has their own priorities and my  
role is just to take what they serve me and eat it. That's the way I  
feel about window management, the infernal "status bar" in all it's  
glorious inadequacy, and the fact that a backspace in the calc engine  
still takes you up two lines sometimes.

I love FileMaker--there is no other--but sometimes she's a fickle and  
a frustrating mistress.

j.

--
Jonathan Fletcher
FileMaker 9 Certified Developer
FileMaker 10 Certified Developer

Project Foreman
NewMedia Construction Co.
[hidden email]

Instigator
The BB&J Network
The "Go-To Guys" for
FileMaker Development in Louisville
www.thebbandj.net

FileMaker Louisville Blog and Podcast:
www.filemakerlouisville.posterous.com

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Peter Newland-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
In reply to this post by Colm Osiris-3
Guys,

Coming a bit late to the thread but might have something to add.

Being Mac centric developers we also were quite frustrated by the Windows
method of treating FMp sizing we've attempted to control it by establishing
a 'natural' size for all of our parent windows, currently 1024 x 768 which
is predicated by our clients average smallest screen size.

Then using Kevin Frank's excellent utility [WinControl] we MAXimise the APP
window and then using FMp 10 GET values set the FMp window to 1 pixel
smaller than the internal dimensions of the APPwindow and also implement
elastic fields within the layouts. Most people don't seem to mind/notice the
slight loss of real estate. A huge benefit is that we are then able to open
child windows centered on the parent window without affecting the background
window size.

If a user wants the 'natural' size, and a number with 22inch, and larger,
screens do, we again use Kevin's utility to set the APPwindow just large
enough to take the FileMaker window set to 1024 x 768 and then centre it.

A couple of standard scripts to test for platform and that's it.

Problem not solved...but at least overcome to reasonable satisfaction.

Cheers,

Peter Newland

pntechnology, brisbane australia

e: [hidden email]
t: 617 3711 4057
m: 604 1069 5985

member:  FileMaker Business Alliance



On 11/07/09 7:22 AM, "Colm Osiris" <[hidden email]> wrote:

> Thanks Jonathan.
>
> Again, sorry for the delay in replying.
>
>> I see. In that case I would just maximize the window and let the
>> interface elements stretch to fit.
>
> It's not really the maximising that's the problem, it's the
> minimising! What I mean is that the window is too big for the MacBook,
> so I have to make a special smaller window just for that machine,
> That's what's causing the problems.
>
>> It's not perfect, but it gives you a little bit of control. You can
>> also set the zoom size by what the pixel count on the screen is.
>> Always set the zoom so the window fits completely on the screen and
>> a little more and then let the variable-size objects take up the
>> slack.
>
> If the window was smaller than the monitor's resolution, I could do
> this, but unfortunately it's too big.
>
>> The problem is that screen sizes and aspect ratios vary all over the
>> place.
>
> I understand that, and I know that monitor ratios vary, but that
> doesn't explain why FileMaker would change its ratio, unbidden by me,
> and ignore the fact that that I've specified the height and width.
> Sizes, yes, of course they change, as do the ratios of monitors, but
> FileMaker windows should not change their ratio when I've told it
> specifically not to. So it is doing what it thinks is best, and
> overriding what I've told it to do.
>
>> In an environment like the Mac that is not a big issue because you
>> can set the window to fit your app. No such luck on Windows because
>> setting the app window to a certain size is not doable within
>> FileMaker.
>
> Really?! How on earth do you cope with that? I have all sorts of
> windows in my solution, including a lot of small dialogue windows. Are
> you saying that I couldn't do that on a PC? Wow! And I thought *I* had
> problems.
>
> It does strongly indicate that FileMaker is more Windows-orientated
> than Mac-orientated, otherwise they would make sure that these things
> work properly. Okay, so you can do it on a Mac but not a PC, but
> what's the point, if it doesn't work properly?!
>
> Colm
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au


_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Colm Osiris-3

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jonathan Fletcher
Thanks to Jonathan and Corn.

Delay due to re-prioritisation by client, and my working 25 hours a  
day!!!

Well, I guess I'll have to live with the limitations, though they seem  
pretty stupid to me.

> I love FileMaker--there is no other--but sometimes she's a fickle  
> and a frustrating mistress.

Ain't *THAT* the truth!!!

Colm
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Jonathan Fletcher

Re: a question about screen sizes in FMP10

Reply Threaded More More options
Print post
Permalink
On Jul 19, 2009, at 3:56 PM, Colm Osiris wrote:

> Delay due to re-prioritisation by client, and my working 25 hours a  
> day!!!

Reminds me of yesterday's Dilbert:

"Have you tried sacrificing your health?"

<http://www.dilbert.com/2009-07-18/>

::-)


--
Jonathan Fletcher
FileMaker 9 Certified Developer
FileMaker 10 Certified Developer

Project Foreman
NewMedia Construction Co.
[hidden email]

Instigator
The BB&J Network
The "Go-To Guys" for
FileMaker Development in Louisville
www.thebbandj.net

FileMaker Louisville Blog and Podcast:
www.filemakerlouisville.posterous.com

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au