Search found 24 matches: pushbuttons

Return to advanced search

Re: Themed Manifest Files

... and here are the results and YES, there is a difference in the Field gets and the grouping but the controls look about the same... ( not using pushbuttons in this example ) The App on the left is without the XP manifest and the same app on the right has the xp manifest linked in. Rick Lipkin ...
by Rick Lipkin
Fri May 23, 2014 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Themed Manifest Files
Replies: 11
Views: 1573

Re: Themed Manifest Files

Rick,

When I use it (the XP one) on Windows 7/8 I see a clear difference on how the controls are painted. PushButtons, Gets and combos look quite different.

Haven't you noticed it ?
by Antonio Linares
Fri May 23, 2014 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Themed Manifest Files
Replies: 11
Views: 1573

was bedeutet das ||

... in cTxt. Es gibt nun also eine MsgBox( "Hallo Welt" ) aus. Codeblocks werden häufig eingesetzt um Aktionen für Clicks auf z.b. von PushButtons oder Menüs bereitzustellen. Man kann einen Codeblock auch zusammenbauen und zur Laufzeit compilieren: Code: Alles auswählen cBlock := "{ ...
by Otto
Wed Jan 16, 2013 5:19 pm
 
Forum: All products support
Topic: was bedeutet das ||
Replies: 0
Views: 924

Re: Tabs or similar ..

Just use two pushbuttons (or bitmap buttons) instead. EMG Hello Enrico , Sometigh similar I'm using at this moment . But ... maybe this question is to Antonio . I'm sure that TTabs class can have some move improvements , and "x" ...
by Rimantas
Sat Oct 01, 2011 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tabs or similar ..
Replies: 5
Views: 1105

Re: Tabs or similar ..

Just use two pushbuttons (or bitmap buttons) instead.

EMG
by Enrico Maria Giordano
Fri Sep 30, 2011 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tabs or similar ..
Replies: 5
Views: 1105

Re: Error FiveWin/3 Cannot create Dialog Box

... just erase "BtnBor" but instead replace it with the name of the class that is going to be used "tButton", or just use standard PushButtons (As you are already using control ID 1004)... Check the Samples directory to check the way RC files are made in there so you have a better ...
by Bayron
Sun Feb 06, 2011 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box [Solved]
Replies: 10
Views: 5079

New FTDN October/Octubre (FWH 10.10)

... Some changes were required. * Fix: FWH 64 bits, non modal dialog boxes created from resources are properly working! * Fix: SkinButtons(), Now pushbuttons only fire their action once. Commented in: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=19978&start=15 * Enhancement: TFolderEx ...
by Antonio Linares
Sun Oct 31, 2010 2:05 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre (FWH 10.10)
Replies: 0
Views: 1405

New FTDN September/Septiembre 2010 (FWH 10.9)

... to Armando! * New: Class TWebCam, please review samples\webcam.prg. It is a great example! Thanks to Lailton! * Fix: SkinButtons(), Now default pushbuttons automatically fire their actions if enter is pressed from another control. Commented in: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=19813&start=0 ...
by Antonio Linares
Mon Sep 27, 2010 7:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2010 (FWH 10.9)
Replies: 0
Views: 1377

Re: How to set the default pushbutton

James, thank you, I've overlooked that :oops: in the guide: DEFAULT For default PushButtons: Automatically executes when the user press Enter, even from other controls. Use this clause only when building the Button from source code. When using resources, this clause ...
by frose
Thu Jun 24, 2010 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set the default pushbutton
Replies: 4
Views: 798

Re: Problem with buttons in FWH 8.12

Michel,

Are they standard pushbuttons ? or ButtonBmp ? or BtnBmp ?

Are they placed on dialogboxes ?

We have not modified anything in the buttons for 8.12. Its strange...

Could you provide some screenshots ? Or an example ? thanks
by Antonio Linares
Mon Jan 12, 2009 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with buttons in FWH 8.12
Replies: 7
Views: 1775

Buttons and ButtonBmps

... NIL Enrico, do you know if it is possible to change the background colour of a button? No. As far as I know, background color of standard Windows pushbuttons can't be changed. Maybe you can paint your own color over the existing one during ON PAINT event (not tested). You can't. That's why Manuel ...
by Antonio Linares
Wed Aug 27, 2008 7:37 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65438

Silvio wrote:How ?
the first colums is an header and the user can press on it
can you create a small sample ?
Hi Silvio

Just use pushbuttons instead of the first column in the listbox.

Regards.

Manuel Mercado.
by mmercado
Thu Jun 05, 2008 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio and ALL : LISTBOX WITH TWO HEADER
Replies: 13
Views: 2394

... samples\TestMnu2.prg Mejora: La clase TBtnBmp usa por defecto el valor subtitulo (caption), si es definido. Mejora: En FWPPC, los botones tipo PushButtons en los diálogos funcionan perfectamente en los menús deslizantes (pulldown) si son definidos en el diálogo. Corrección: La búsqueda incremental ...
by Antonio Linares
Thu Apr 05, 2007 11:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2007
Replies: 4
Views: 4409

New FTDN April/Abril 2007

... SetCheck(). Please review samples\TestMnu2.prg * Enhancement: Class TBtnBmp uses the RC control default caption, if defined. * Enhancement: FWPPC, PushButtons on dialogs work fine if a pulldown menu is defined for the dialog. * Fix: FWH 7.01 Class TComboBox incremental search was not properly working ...
by Antonio Linares
Thu Apr 05, 2007 1:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2007
Replies: 4
Views: 4409

Angelo,

You are welcome,

Class TBtnBmp is for pushbuttons with images on them. Class TButton is for Windows standard pushbuttons (without images).
by Antonio Linares
Mon Mar 05, 2007 12:29 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: TBTNBMP with Recource - Button Prompt
Replies: 3
Views: 2158
Next

Return to advanced search