Search found 34 matches: mauri

Return to advanced search

Re: incremental search on Xbrowse

scusa Mauri siccome mi interessa pure a me mi puoi raggiungere via mail che non ho capito bene
by Silvio.Falconi
Wed Mar 27, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2099

Re: incremental search on Xbrowse

Mauri

Have a look at the samples AdoRick.prg .... sample uses ado but I think you may be able to modify to use dbfcdx ..

Rick Lipkin
by Rick Lipkin
Mon Mar 25, 2024 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2099

Re: FWH64 + bcc64 + hbmk2 example

Dear Mauri, > What are the advantages over the 32-bit version? Much larger memory amount management: 128 GB for Windows 10 Home, 256 GB for Windows 10 Pro, and much higher limits for Windows Server editions > Is the Embarcadero ...
by Antonio Linares
Sat Jun 17, 2023 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 865

Re: oPopUp in class btnbmp

... in future versions to have a variable to fix the width directly in the btnbmp class. prg? (Now I modified the btnbmp.prg class to enlarge it) Maurizio Sorry Mauri, I not understood, are you talking about space see orange arrow? https://i.postimg.cc/4xw02BLR/JJ.png I think you ...
by Silvio.Falconi
Sun Oct 16, 2022 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 795

Re: How to use corretly SYSREFRES() function

Mauri,

If the loop takes too much time, then a call to SysRefresh() is needed to allow Windows process pending msgs
by Antonio Linares
Wed Apr 07, 2021 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use corretly SYSREFRES() function
Replies: 1
Views: 263

Re: Resize dialog

Hello Mauri, Thank you. I would suggest to implement responsive design similar to Bootstrap. Maybe we can start with a function to get the breakpoints. // Extra small devices (portrait phones, less than 576px) // No media query ...
by Otto
Thu Oct 22, 2020 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1723

Re: Resize dialog

Hello Mauri, What is the status of your project? Do you plan to post some more code. Have a look at: https://modharbour.app/compass/ Charly explains how to design screens. Let us try to do it in FIVEWIN the same way. ...
by Otto
Wed Oct 21, 2020 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1723

Re: Resize dialog

Hello Mauri, try:               nTmp := aCon['oGet1']:nWidth                  aCon['oGet1']:oBtn:nleft := nTmp - 21                                                        oPage:Refresh()  Best regards, ...
by Otto
Thu Oct 15, 2020 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1723

Re: Resize dialog

Mauri, you should check the dialog size and then set a predefined Font for the size - which looks nice. Same with buttons. Regards, Otto DEFINE FONT oFontTmp NAME cFaceName SIZE -PERC( oRect:nWidth , oCon:Cargo['%FON'] ...
by Otto
Wed Oct 14, 2020 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1723

Re: Resize dialog

Otto wrote:Hello Mauri,
I tried your code and made following changes.




Otto,

it might be fine, but there is font change that gets big right away it's not scaled to window sizing
by Silvio.Falconi
Wed Oct 14, 2020 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1723

Re: Resize dialog

Hello Mauri, I tried your code and made following changes.     #include "FiveWin.ch"    *----------------------------------------------------------------------------    function ResDlg  ...
by Otto
Wed Oct 14, 2020 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1723

Re: Help for MDI Frame

Hi Mauri,
thank you, and problem resolved.

:D

Regards

Mulyadi
by Mulyadi
Tue Sep 01, 2020 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for MDI Frame
Replies: 4
Views: 278

Re: Strange behavior of the when clause in the menu

Mauri, What version of Fivewin do you use? Please at moment, try with function BuildMenu()LOCAL oMenuMENU oMenu  MENUITEM "Item 1" DISABLED //when .F.    MENU      MENUITEM "Item ...
by cnavarro
Sun Dec 15, 2019 12:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of the when clause in the menu
Replies: 1
Views: 437

Re: Alignment of column CHAR in Xbrowse

Mauri, The xbrowse appears to be working correctly. You could use ALIGN RIGHT, which is what one usually uses with numbers. That is what I would do. Or, you could use something like strtran([fieldname]," ", chr(160)). ...
by James Bott
Wed Jul 26, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alignment of column CHAR in Xbrowse
Replies: 3
Views: 607

Re: Alignment of column CHAR in Xbrowse

Hi James
I post an image to explain better the problem
[img]
https://imageshack.com/i/po8DfT0Kp
[/img]

Regard,
Mauri
by mauri.menabue
Wed Jul 26, 2017 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alignment of column CHAR in Xbrowse
Replies: 3
Views: 607
Next

Return to advanced search