Search found 84 matches: captions

Searched query: captions

by TimStone
Mon Oct 24, 2022 6:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 0
Views: 1743

Re: Splash Screen for Startup

Silvio brings up an interesting behavior.

If I have a screen with a series of checkboxes. If I check one with a mouse click, the captions on the other ones disappears. Moving the mouse around, or clicking outside the checkboxes, might bring them back.

I noticed this several years back, then it ...
by cuatecatl82
Fri Aug 19, 2022 4:00 am
Forum: FiveWin para Harbour/xHarbour
Topic: Caption Vertical BtnBMP (SOLUCIONADO)
Replies: 4
Views: 725

Caption Vertical BtnBMP (SOLUCIONADO)

... que necesita algunos botones con titulos e imagenes y la clase TBtnBMP es perfecta, me pregunto si hay alguna forma de hacer que los titulos o Captions se muestren en Vertical, ya que al dibujar el botón en esa forma se muestra cortado como en la imágen

https://i.postimg.cc/nrD6Drdd ...
by AngelSalom
Fri Jan 08, 2021 5:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Como subir o bajar controles encimados
Replies: 9
Views: 2274

Re: Como subir o bajar controles encimados

Esto es lo que estoy realizando, la barra lateral es una simple BUTTONBAR a la que le cambio el tamaño y asigno captions al pulsar un botón.
Se puede observar claramente como el botón del diálogo "pringa" la buttonbar
* También he probado creando un TPanel en el que contener la buttonbar con idéntico ...
by Rick Lipkin
Tue Jul 28, 2020 12:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1554

Re: TButton Icon Alignment

Rao

Using a fixed length Prompt "Abc" does make all the button icons line up correctly .. unfortunitly, not all captions will have the same length...

http://img4.imagetitan.com/img4/small/22/22_buttons.jpg

It would be nice if you could add a space before the Resource to be able ...
by shri_fwh
Tue Oct 29, 2019 3:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: IMAGE Control does NOT display .PNG resource
Replies: 10
Views: 1602

Re: IMAGE Control does NOT display .PNG resource

HI Uwe ,

Yes ...! This is works but in the application the DIALOG windows are defined without CAPTIONS ( excludes WS_CAPTION ) .

When the DIALOG Window is defined with

Code: Select all | Expand

STYLE nOR( DS_MODALFRAME, WS_POPUP )
then it is NOT working.
by vilian
Thu Jun 27, 2019 12:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 3
Views: 38785

Re: Ribbon Theme

I think we could do this with the new user defined captions, I'm trying...
by ukoenig
Thu May 30, 2019 1:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

I created a new example with a included panel ( added to my sample-collection )
using the basics with some extensions
I'm still waiting for Otto's answer if he likes to resize the panel-images as well.
The top-lines are centered on resize.

there are cursorchanges added
on top the cursor changes ...
by ukoenig
Tue May 14, 2019 9:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

The calculation of a image-matrix
resized in both directions

http://www.pflegeplus.com/IMAGES/Zoom21.jpg

FUNCTION SHOW_IMG( oWnd, nImgRow, nImgCol, nImgSpace, nFactorW, nFactorH, lWZoomed )LOCAL oGraphics := Graphics():New( oWnd:hDC ) LOCAL oImage ...
by Silvio.Falconi
Tue May 14, 2019 7:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

many year ago I made a game ...game finds the differences for children and for adults
and this dialog with two image, reminded me of this game
if I can find it, I send it to you
I remember that I had made so many images for Garombo Ugo's baby
and every week he had fun with my game
by Antonio Linares
Tue May 14, 2019 6:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

thank you :-)
by ukoenig
Mon May 13, 2019 6:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

Dear Antonio,

They seem to fit in 16x16 pixels

to small 45 x 24 used
in case the lines are to heavy I can make them a little bit smaller

now it looks the same like the windows-systembuttons
do You want the vertical lines between the buttons as well ( added ) ?
I changed the close-button-color ...
by Antonio Linares
Mon May 13, 2019 4:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

Dear Uwe,

Could you please provide the images the most similar possible to Windows 10 ones ? They seem to fit in 16x16 pixels

Black and white also

many thanks
by Silvio.Falconi
Mon May 13, 2019 3:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

Uwe,
with 2 images can be easy
try with 800 btnbmp 40X20 on a Tscrolpanel
by ukoenig
Mon May 13, 2019 2:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

Antonio,

thank You very much.
With Your solution It is easy to do a zoom / unzoom of image-groups inside a window
It is A GDIPLUS-solution
calculated : zoomlevel of images, top / left space, space between images
On top I displayed the new wnd-size and the calculated zoom-factor
It works as well ...
by Antonio Linares
Sat May 11, 2019 4:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 6052

Re: User defined Windows captions

Here we have right and bottom resize support:

#include "FiveWin.ch"#define CLR_MSPURPLE RGB( 128,  57, 123 )#define CLR_MSRED    RGB( 232,  17,  35 )#define CLR_MSGRAY   RGB( 229, 229, 229 )#define TME_LEAVE    2function Main(&#41 ...