Search found 64 matches: adjustments

Return to advanced search

Switching my setup program to webview2

... 3) I am using the program that I posted here a few days ago with source code and am making a few adjustments. The data is read from the INI and written back. https://mybergland.com/fwforum/scini.jpg https://mybergland.com/fwforum/wvini2.jpg
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 396

Re: Color a Groupbox Frame

I don't use BCC55. I use BCC 7.3. *** FWH-20.07, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC *** With your scripts (making adjustments to my paths) it compiles and works perfect. Maybe it's something in your path. Could you indicate what compile/linking error you have ? Regards, ...
by karinha
Tue Jun 13, 2023 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1151

Re: Color a Groupbox Frame

I don't use BCC55. I use BCC 7.3.

*** FWH-20.07, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***

With your scripts (making adjustments to my paths) it compiles and works perfect.

Maybe it's something in your path.

Could you indicate what compile/linking error you have ?

Regards,
by Cgallegoa
Mon Jun 12, 2023 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1151

Re: vocabulary book for Harbour / Javascript

... HarbourWriter and you can add RTF editing to every <p></p> HTML paragraphs. LINK in Tinymce - open editor - save with AJAX. Only small adjustments in the blocks are necessary. The big advantage is that you can insert whole blocks instead of single lines in your source code. And that ...
by Otto
Sat Oct 22, 2022 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbour / Javascript
Replies: 2
Views: 251

Programming with the M1 Mac

... and installed Visual Studio Community 2022, Version 17.3 PREVIEW 2. This is the one designed for ARM 64 bit programming. I made some minor path adjustments to the necessary files, in my previous project file, and then told it to rebuild the program. IT WAS SUCCESSFUL. I will have a lot of testing ...
by TimStone
Thu Jul 07, 2022 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming with the M1 Mac
Replies: 2
Views: 336

Re: To Maurizio, to Dutch

... via the domain, I only see those programs that are already available as WEB programs. I made it easy for us and we make changes, extensions and adjustments in an existing CRM code. The backend we change to mod harbour. We have already finished many blocks and program parts and will now group ...
by Otto
Thu Dec 09, 2021 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2196

xbrows function

... bSelect, lExcel, lFastEdit, bValid, cSerial, lNoModal, lAutoFit ) It is also interesting that you can get the xBrowse object back and make further adjustments with it. e.g. size and position Best regards, Otto https://mybergland.com/fwforum/xbrfunc.gif
by Otto
Sat Dec 04, 2021 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrows function
Replies: 3
Views: 614

Re: RADIO Button problem

... the normal radios are to small For better viewing I created my own buttons like ( the new gradientpainter with a brightness slider color-adjustments ) http://www.service-fivewin.de/images/Radiobut1.jg regards Uwe
by ukoenig
Wed Jun 09, 2021 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO Button problem
Replies: 2
Views: 482

Re: Color palette (solved)

Hello guys.

Some adjustments are still missing, but it's perfect!

Image
by ctoas
Sat Feb 06, 2021 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 828

Re: How to implement PeekStr()

...     hb_retc( * ( pStrs + hb_parnl( 2 ) ) );}  this a example use for harbour_mod. to work with only harbour, some adjustments would have to be made #ifdef __PLATFORM__WINDOWS   #include "c:\harbour\include\hbdyn.ch"#else   #include "/usr/include/harbour/hbdyn.ch"#endif#define ...
by FWExplorer
Mon Jun 15, 2020 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 2009

Re: How to implement PeekStr()

...     hb_retc( * ( pStrs + hb_parnl( 2 ) ) );}  this a example use for harbour_mod. to work with only harbour, some adjustments would have to be made #ifdef __PLATFORM__WINDOWS   #include "c:\harbour\include\hbdyn.ch"#else   #include ...
by carlos vargas
Mon Jun 15, 2020 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 2009

Re: Spirin's fastreport library

... Spirin's fastreport library. More with his death I had to upgrade to FASTREPORT (x a i le...). The change was not transparent, had to make several adjustments in the original code, I had the support in the time of the -. Nowadays I use the FR perfectly. I live with some bugs. In time, FASTREPORT ...
by AngelSalom
Wed Sep 12, 2018 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spirin's fastreport library
Replies: 23
Views: 4175

Re: Spirin's fastreport library

... Spirin's fastreport library. More with his death I had to upgrade to FASTREPORT (x a i le...). The change was not transparent, had to make several adjustments in the original code, I had the support in the time of the -. Nowadays I use the FR perfectly. I live with some bugs. In time, FASTREPORT ...
by MGA
Wed Sep 12, 2018 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spirin's fastreport library
Replies: 23
Views: 4175

Re: several questions about GET class

... and than move back with the left arrow, he can put in alphanumeric char's. But I think that this is solvable in the function. I will make some adjustments in the next days and let you know. :D
by plantenkennis
Fri Jun 29, 2018 4:24 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 5459

Re: A problem with GETCURSORPOS() and widescreen-monitor ?

... and can work with a fixed factor ? other resolution with a factor 1.25 -> 1600 x 900 of 125 % zoom works as well. it means only 2 possible adjustments are needed : factor 1,25 for 125 % zoom and 1.5 if 150 % zoom is used. I tested : nZoom := GetScaleFactorForDevice( 0 ) MsgAlert( nZoom, ...
by ukoenig
Sat Nov 18, 2017 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GETCURSORPOS() and widescreen-monitor ?
Replies: 24
Views: 4894
Next

Return to advanced search