Search found 35 matches

by dave novo
Tue Apr 24, 2007 7:18 am
Forum: Support
Topic: temporarily ignoring styles
Replies: 20
Views: 50530

temporarily ignoring styles

Hi Sergey, We have created a LabelItem descendent with some capabilities to dynamically update its text depending on the state of our program. However, we would also like to change the Style depending on that state of the program. For instance, for a given label item if somevalue>x then label item c...
by dave novo
Sat Sep 23, 2006 2:23 am
Forum: Support
Topic: New Property Suggestion - "ForceFontSize"
Replies: 5
Views: 17398

Hi Dick,

Why would one care if the text style was modified or not. Is your single line editor (where you want 12pt) using the same rich view stream as your main editor, where you are using 30 pt? i.e. are you shuttling the data back and forth?
by dave novo
Sat Sep 23, 2006 2:19 am
Forum: Support
Topic: how can i scale trichedit
Replies: 2
Views: 11058

Hi Sergey, You do not give yourself enough credit. We have scaled the editor quite well. We only handle the things we need (fonts, tables, custom label items) and not others (pictures, components) but its not that tricky. If you do not need to scale the editor, and just the output, then you can just...
by dave novo
Fri Jun 23, 2006 4:53 am
Forum: Support
Topic: Zoom-Feature?
Replies: 5
Views: 17372

Note that pixelsPerInch also does not affect hardcoded spacings like margins etc. If you are going to start, DO not set the Trichview properties directly. Create your own wrappers around the Trichview that takes the values you set (assumed at 100% zoom) and scales them before passing them along to t...
by dave novo
Fri Jun 23, 2006 4:49 am
Forum: Support
Topic: Dual Monitor support in Actions
Replies: 2
Views: 11633

I have never seen this before, and we word on dual monitors all the time. I would suggest to make an onResize method for your form and put some code there to set a breakpoint on. Then check the call stack and see who is moving the form.