Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently May 18th, 2024, 9:17 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Change font type question
PostPosted: April 7th, 2019, 11:15 am 
Offline

Joined: May 16th, 2008, 4:50 pm
Posts: 368
Location: Berghem The Netherlands
Opus: Opus Pro 9.75
OS: Windows 10
System: `HP
Hi,
I give users the option to change fonts, size and colors. In that program i use several menus
so the user leaves the page where he did change the font size.
When he comes back the color and position are the same because i stored that in a variable
and tell the page to set that value on show.
How do i set the size after coming back to that page?

Kind Regards,
Ad

_________________
Opus Pro v9.75
Windows 10 on HP EliteBook i7
http://www.csnmedia.nl


For this message Ad Mulders has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Re: Change font type question
PostPosted: April 7th, 2019, 12:30 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Maybe I missed something :-?

But if the user can already change the font size - why not store that change as a variable and re-run the change procedure on load.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: Change font type question
PostPosted: April 8th, 2019, 12:33 pm 
Offline

Joined: May 16th, 2008, 4:50 pm
Posts: 368
Location: Berghem The Netherlands
Opus: Opus Pro 9.75
OS: Windows 10
System: `HP
Changing fonts, size and color is not the problem.
What i like to do is to make an edit screen for the user so he can make his own layout.
After that the layout must be used as a template.

Ad

_________________
Opus Pro v9.75
Windows 10 on HP EliteBook i7
http://www.csnmedia.nl


For this message Ad Mulders has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Re: Change font type question
PostPosted: April 8th, 2019, 5:21 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Still not sure I understand but you change font size by using SetSelectionStyle.

Code:
T1.SetSelection(0,-1);
var newStyle = new Object();
newStyle.fontsize = 28;
T1.SetSelectionStyle(newStyle);


Where T1 is the name of the textbox. Alternatively, you could trigger it from an onShow call for the text box itself and replace T1 with the 'this' keyword.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


For this message mackavi has been thanked by : Ad Mulders


Top
 Profile Visit website  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group