Search found 745 matches: adjust

Return to advanced search

Re: MDI child window appearance

Hi Silvio, If you resize it to much the "bitmap" can't be paited, then it is reason for why the skin disapear. then you need adjust the oDlg:aMinMaxInfo to avoid that :D in case you want some different style you can make your own by editing the BMPs, please check the folder black_skin, ...
by Lailton
Thu Dec 29, 2022 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4645

Re: How to make TFolderEx excel-like?

Thanks Cristobal. I'll give it a try. Thanks Cristobal, it works. However is it possible to adjust the tab width automatically to accommodate long name? Thank you Try with    // n := oFld:nOption   oFld:aPrompts[ n ] := "New Name"   //oFld:Default()  ...
by hua
Mon Nov 14, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 1044

Re: How to make TFolderEx excel-like?

Thanks Cristobal, it works. However is it possible to adjust the tab width automatically to accommodate long name? Thank you Try with    // n := oFld:nOption   oFld:aPrompts[ n ] := "New Name"   //oFld:Default()   oFld:Refresh()  ...
by cnavarro
Thu Nov 10, 2022 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 1044

Re: How to make TFolderEx excel-like?

Thanks Cristobal, it works.
However is it possible to adjust the tab width automatically to accommodate long name?
Thank you

cnavarro wrote:Try with
Code: Select all  Expand view

   // n := oFld:nOption
   oFld:aPrompts[ n ] := "New Name"
   //oFld:Default()
   oFld:Refresh()
 
by hua
Thu Nov 10, 2022 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 1044

Re: Parpadeo de Menu COLOR , Ayuda

Cristobal en ejemplo que me haces referencia no tiene color MENU oMnu 2013 ; NOBORDER ; ROUND 8 FONT oFont ; UPPERMNU ADJUST //NOCENTER //Add or Remove clausule and look height of menu bar and items MENUITEM "Test" FILE "..\icons\fivewin.ico" es el ejemplo mnu01.prg ...
by devwin2010
Wed Oct 26, 2022 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de Menu COLOR , Ayuda
Replies: 29
Views: 2062

Re: Readonly and/or disable GETs background color

Hi Otto, you can find the latest release on my website, in the download section. And no, it is not possible to adjust the columns width, sorry.

EMG
by Enrico Maria Giordano
Fri Aug 05, 2022 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 942

Re: Readonly and/or disable GETs background color

Hello Enrico,

Because I just see you here online I have a question:
Enrico, I am a very satisfied user of your dbf editor.
Is there maybe a newer version.
It would be practical for me if I could adjust the column width.

Best regards,
Otto


EMAGDBU.EXE 595.456 10.03.2011 16:05 -a-
by Otto
Fri Aug 05, 2022 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 942

Re: Problemas al mostrar una imagen en dialogo

... Gracias por interesarte en mi consulta. asi es como tengo el codigo. REDEFINE IMAGE oImg ID W_Img of oDlgSue FILENAME "SoelSac.BMP" //ADJUST REDEFINE BITMAP oImgBmp ID W_ImgBmp of oDlgSue FILENAME "SoelSac.BMP" el BITMAP es el que me da error y lo anulo. el IMAGE muestra ...
by jvtecheto
Mon Jul 18, 2022 7:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al mostrar una imagen en dialogo
Replies: 8
Views: 1047

Re: Problemas al mostrar una imagen en dialogo

... Gracias por interesarte en mi consulta. asi es como tengo el codigo. REDEFINE IMAGE oImg ID W_Img of oDlgSue FILENAME "SoelSac.BMP" //ADJUST REDEFINE BITMAP oImgBmp ID W_ImgBmp of oDlgSue FILENAME "SoelSac.BMP" el BITMAP es el que me da error y lo anulo. el IMAGE muestra ...
by José Camilo
Mon Jul 18, 2022 4:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al mostrar una imagen en dialogo
Replies: 8
Views: 1047

Re: Location of groups in the ribbonbar

... for me to see the groups pressed to the right. It would be very convenient to specify the horizontal position of the group - this way you can adjust to any screen
by Natter
Tue Jul 05, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Location of groups in the ribbonbar
Replies: 16
Views: 732

Xbrowse Error

... 24 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:CHECKSIZE( 1388 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:ADJUST( 1495 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:RECALCWH( 9595 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:FONTSIZE( ...
by mauri.menabue
Wed Mar 30, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 914

Re: dbfntx very slow with 2+ users

... unfortunately, didn't make any noticeable difference On the main PC, tried tweaking the performance options and changed "Adjust for best performance of Background Services" Searched the forum, did not find a solution that could solve this issue. I am wondering what ...
by anserkk
Wed Mar 30, 2022 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 7107

Re: print pixels in certain positions

Dear Silvio, It looks like you will have to play with the #define values of _MARGIN_LEFT, _MARGIN_TOP, _SQUARE_LEFT and _SQUARE_DIST to adjust the printing to your image. Maybe the vertical squares need an own 'margin top'. https://i.postimg.cc/Cxzgf7xy/kjkj.png Note on number ...
by Silvio.Falconi
Thu Mar 24, 2022 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 819

Re: print pixels in certain positions

Dear Silvio, It looks like you will have to play with the #define values of _MARGIN_LEFT, _MARGIN_TOP, _SQUARE_LEFT and _SQUARE_DIST to adjust the printing to your image. Maybe the vertical squares need an own 'margin top'. ok but it eas only a test because i not know how it can print on ...
by Silvio.Falconi
Sun Mar 20, 2022 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 819

Re: print pixels in certain positions

Dear Silvio,
It looks like you will have to play with the #define values of
_MARGIN_LEFT, _MARGIN_TOP, _SQUARE_LEFT and _SQUARE_DIST to adjust the printing to your image.
Maybe the vertical squares need an own 'margin top'.
by Detlef
Sun Mar 20, 2022 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 819
PreviousNext

Return to advanced search