Search found 8 matches: propertys

Searched query: propertys

by ukoenig
Wed Oct 21, 2009 12:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to show changed Propertys of a Font at Runtime ?
Replies: 2
Views: 665

Re: How to show changed Propertys of a Font at Runtime ?

Antonio,

the Screenshot shows, what I'm trying to do :
Each Browse-Record includes the Var's of a Project ( and different Fonts )
Changing the Record-Position, I want to show the used Font-Style with a SAY.
The SAY shows only the Font from the 1. Record at Start.
Maybe still another Solution to ...
by Antonio Linares
Sat Oct 17, 2009 5:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to show changed Propertys of a Font at Runtime ?
Replies: 2
Views: 665

Re: How to show changed Propertys of a Font at Runtime ?

Uwe,

As far as I know there is no way to dinamically change the properties of a FONT as it uses a handle (HFONT) to the created one, which it is a Windows own GDI object.

You may have to destroy the previous handle of the font, using DeleteObject() and then create a new font using CreateFont ...
by ukoenig
Tue Oct 06, 2009 9:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to show changed Propertys of a Font at Runtime ?
Replies: 2
Views: 665

How to show changed Propertys of a Font at Runtime ?

Hello,

is it possible, to change the Propertys of a defined Font at Runtime ?
I want to change the Font-Size with a Slider and show the Result of the changed Font.
I used : oTextFont:nWeight := nNewWeight, oGet:Refresh()
but it doesn't work for the Get-Field, only in a new opend Preview-Dialog.
Bold ...
by Otto
Mon May 18, 2009 12:05 pm
Forum: FiveWin for Pocket PC
Topic: fwppc Ide
Replies: 3
Views: 1052

Re: fwppc Ide

... project scope goals.
But trying by now only as form editor, I still think some users like me with regular knowledge of FWPPC development, current beta could be better than combination of uestudio-peles_c, maybe only as a form designer option for a limited control and propertys universe of FWPPC.
by Arturo Lopesoria
Wed Mar 18, 2009 1:58 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: visualfw 4 fwppc instead resource editor
Replies: 2
Views: 1744

Re: visualfw 4 fwppc instead resource editor

... project scope goals.
But trying by now only as form editor, I still think some users like me with regular knowledge of FWPPC development, current beta could be better than combination of uestudio-peles_c, maybe only as a form designer option for a limited control and propertys universe of FWPPC.
Do U?
by Wanderson
Sun Mar 08, 2009 8:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute and Outlook
Replies: 9
Views: 3783

Re: ShellExecute and Outlook

... and deletes serverbased rules.
/cleansniff
Deletes double existing Remember-messages.
/cleansubscriptions
Deletes Abonnement-messages and propertys for Abonnementfeatures.
/cleanviews
Reconstructs Standard-views. All user defined Views are getting lost.
/designer
Starts Outlook, without ...
by ukoenig
Sat Mar 07, 2009 9:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute and Outlook
Replies: 9
Views: 3783

Re: ShellExecute and Outlook

... and deletes serverbased rules.
/cleansniff
Deletes double existing Remember-messages.
/cleansubscriptions
Deletes Abonnement-messages and propertys for Abonnementfeatures.
/cleanviews
Reconstructs Standard-views. All user defined Views are getting lost.
/designer
Starts Outlook, without ...
by ukoenig
Sun Aug 17, 2008 10:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3730

Propertys

Dear Antonio,

to do it this way, seems to be a better solution.
The difference is, propertys itself are selected sometimes
from previews as well.
( not as a text-selection from a listbox )

A sample ( only NO LINES is a property )
NO LINES comes from STYLE but belongs to a new GRID-selection ...