Missing image file? Mac Vs PC

Notes on our latest calendar for FileMaker 13,: DayBack
Posts: 142
Joined: Thu Nov 01, 2012 2:36 pm
PostPosted: Thu Feb 26, 2015 7:11 am
Hi,
I'm printing an Event List layout from my Mac and also from a PC. The fonts are different which is fine but the coloured circle with a ring around it is showing as a coloured square on the PC.

Please see below:
Mac Vs PC.JPG
Mac Vs PC
Mac Vs PC.JPG (75.71 KiB) Viewed 8934 times


When I click this field in Layout mode, a pop up box appears asking me to select a picture. Any suggestions...

Thanks
Brian.
Posts: 142
Joined: Thu Nov 01, 2012 2:36 pm
PostPosted: Sat Feb 28, 2015 2:48 am
Anyone?
SeedCode Staff
SeedCode Staff
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am
PostPosted: Sat Feb 28, 2015 7:18 am
Sorry for the late reply,I Brian.

If you look at the definition for the field "DBk_ColorCalc" you'll see that we're using the following text character to draw that circe with a dot in it: Char ("9673" ) That character is rendering as a square on windows so ten trick is to find a character you like on windows and replace Char ("9673" ) with something like...

If ( Get(SystemPlatform) = -2 ; Char ("8226" ) ; Char ("9673" ) )

...where 8226 is a small bullet likely to show up on windows.

Other options, that may or may not work on windows are 9873 (a flag), 9670 (a diamond), or 9608 (a solid rectangle). Note that you can pick any symbol from your keyboard, just paste it onto the data viewer and wrap it in Code ("yoursymbol") to find its numeric equivalent. =)
John Sindelar
SeedCode
Posts: 142
Joined: Thu Nov 01, 2012 2:36 pm
PostPosted: Tue Mar 03, 2015 6:47 am
Thanks again John...

Return to DayBack Calendar for FileMaker

Who is online

Users browsing this forum: No registered users and 2 guests

cron
(855) SEEDCODE
[email protected]
Follow us: