Re: Default Font ? 4D 15.4 & Windows 10

2018-06-15 Thread Jim Hays via 4D_Tech
And since Cheryl asked on another thread, you can also use OBJECT SET STYLESHEET On Thu, Jun 14, 2018 at 1:50 PM Wayne Stewart via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi, > > I wouldn't hard code Segoe UI necessarily. > > What I do is on startup I launch a small window with a text variable

Re: Default Font ? 4D 15.4 & Windows 10

2018-06-14 Thread Wayne Stewart via 4D_Tech
Hi, I wouldn't hard code Segoe UI necessarily. What I do is on startup I launch a small window with a text variable set to automatic (probably static text would work as well). I then run OBJECT Get font(*;"My Text") etc to retrieve the font name and store that in an IP variable. I guess you cou

Re: Default Font ? 4D 15.4 & Windows 10

2018-06-14 Thread Jim Hays via 4D_Tech
How about: OBJECT SET FONT(*;"@";"Segoe UI") On Thu, Jun 14, 2018 at 10:28 AM David Rose via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Has anyone found a solution? (BTW, I just received a report of this problem > from a Windows 7 user.) > > > > -- > Sent from: http://4d.1045681.n5.nabble.com/4D

RE: Default Font ? 4D 15.4 & Windows 10

2018-06-14 Thread David Rose via 4D_Tech
Has anyone found a solution? (BTW, I just received a report of this problem from a Windows 7 user.) -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.c

RE: Default Font ? 4D 15.4 & Windows 10

2018-05-16 Thread Timothy Penner via 4D_Tech
> If someone finds out what Font has been removed (so that we can put it back), > that would solve a lot of short term headaches, thanks I don’t know if there is a simple answer - The following article is from 2015: https://answers.microsoft.com/en-us/windows/forum/windows_10-start/some-fonts-ar

Re: Default Font ? 4D 15.4 & Windows 10

2018-05-15 Thread Allan Udy via 4D_Tech
Hi all, We have this problem as well. If someone finds out what Font has been removed (so that we can put it back), that would solve a lot of short term headaches, thanks Cheers, Allan Udy Golden Micro Solutions Ltd, Blenheim, New Zealand http://www.golden.co.nz

Re: Default Font ? 4D 15.4 & Windows 10

2018-05-14 Thread Robert ListMail via 4D_Tech
Hi Jim, I have the same problem. From what I understand Microsoft removed the font that was being referenced in a recent update to Windows 10. Do you know what font was deprecated? In a pinch could you add the font back to Windows? Thanks, Robert > On May 9, 2018, at 8:02 AM, Jim Medlen via 4

Re: Default Font ? 4D 15.4 & Windows 10

2018-05-09 Thread Jeffrey Kain via 4D_Tech
Sounds like you're not using style sheets. This is what happens in 4D if you assign fonts from the font menu instead of using style sheets in the property list. Could this be the problem? -- Jeffrey Kain jeffrey.k...@gmail.com > On May 9, 2018, at 9:02 AM, Jim Medlen via 4D_Tech <4d_tech@li

Default Font ? 4D 15.4 & Windows 10

2018-05-09 Thread Jim Medlen via 4D_Tech
A very curious issue came up this week on Windows 10 clients. All Fields and variables on a form that do not have a specific Font declared are defaulting to Windings. On the layout the information looks garbled but it is the display font and not the data. Mac clients display the text correctly.