Search found 265 matches: layout

Return to advanced search

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, I tried your sample and confirm the problem. I have no clue about the cause, though... :-(
by Enrico Maria Giordano
Tue Jan 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 962

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Can you tried with the latest version (5.2.0), please? Just to exclude something wrong in the version you are using.
by Enrico Maria Giordano
Tue Jan 30, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 962

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, so the problem is only with PDFCreator. Which version of PDFCreator are you using?
by Enrico Maria Giordano
Tue Jan 30, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 962

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, now try this and report back:

Code: Select all  Expand view
@ 1 , 1 BUTTON oButton OF oDlg ACTION  ( oExcel := CreateObject( "Excel.Application" ) , MsgInfo( oExcel ) )
by Enrico Maria Giordano
Mon Jan 29, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 962

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Emag, in this version the program is ok! King regards Marco #include "fivewin.ch" FUNCTION MAIN LOCAL oPdfCreator LOCAL oDlg LOCAL oButton DEFINE DIALOG oDlg // @ 1 , 1 BUTTON oButton OF oDlg ACTION ( oPdfCreator := CreateObject( "PDFCreator.PDFCreatorObj" ) , MsgInfo( oPdfcreato...
by MarcoBoschi
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 962

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Change this and report back if the problem persist, please:

Code: Select all  Expand view
@ 1 , 1 BUTTON oButton OF oDlg ACTION MsgInfo( "Test" )
by Enrico Maria Giordano
Mon Jan 29, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 962

CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

It's just a report. In my notebook I have 125% in the screen options in Scale and layout "chang the size of text, apps ant other items." If I run this little app, when I click on the button the dialog become more little and it moves. The question is: Pdfcreator ...
by MarcoBoschi
Mon Jan 29, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 962

Re: DateTime calculation

... layout=782&lang=de&currency=EUR&beginsearch=1&isnewsearch=1&searchId=218d74e0-8bfd-43df-970d-e5f4c6f59ed1&nsid=fb5f36a1-7c31-40de-9c6e-8c7837b6a130&winding=1&searchId=e7cfbe49-4afc-4c0e-ae7b-69180634164f[/url] ...
by Ruth
Sat Jan 27, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 705

Re: xbrowse and tooltip

... I didn't look the tread, but I would look into it. Maybe the colored box can be changed in layout like you would. 2 If the browse is not to big, create 1 png with the data of the cell and combine a transparent png with the red dot in upper ...
by Marc Venken
Fri Nov 24, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and tooltip
Replies: 5
Views: 567

Detached Local

...  MENUITEM "Player &9" ACTION PlayNoNext(9)   ENDMENU now i want to make this while it can be Different Layout   MENUITEM "Player"   MENU      AddMenuPlayer()   ENDMENU but i always get only "last" Element ... #include "fivewin.ch"#define ...
by Jimmy
Thu Sep 14, 2023 10:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detached Local
Replies: 2
Views: 186

Re: Create help system with F1

... and modify the structure of your help file. 7. Customize appearance: You can customize the appearance of your help file by modifying the style and layout. Help Workshop provides options to change fonts, colors, and other visual elements. Use the "Project" menu to access these customization ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 878

FOLDEREX ON PAINT -> TFolderEx() how ?

... ; [\{<nAlign>\}], <.lAdjust.>, <nSep>, <nOption>, [{|Self,nOption| <upop>}],; <.lStretch.>, [ Upper(<(layout)>) ], [{|Self,nOption| <uAction>}], <nBright>,; <.lAnimate.>, [<nSpeed>], <oFont>, <.lTransparent.>, [\{<cDlgsName>\}], ...
by Jimmy
Fri May 19, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 204

DEFINE DIALOG are so small ...

... are so small ... :( --- i have nZoomX and nZoomY which work with PIXEL when "re-Size" a WINDOW it does work on "Original" Layout and "calculate new Pos / Size also for FONT but how about DIALOG ... no "re-size" and use "other" @ X,Y Style ... and ...
by Jimmy
Sat May 13, 2023 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEFINE DIALOG are so small ...
Replies: 0
Views: 137
PreviousNext

Return to advanced search