Search found 3755 matches: default

Return to advanced search

Re: Help to friends to Config Xmate with bcc7.7

... as you can see there is not hbpcre.lib into xharbour and all libs are on hb lib folder default perhaps the problem for harbour is that libs are on \harbour\lib\win\bcc and not on folder standard type \harbour\lib
by Silvio.Falconi
Mon Apr 15, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 190

Compiling error Antonio Nages resolved

Antonio today sent me two libs I have this error Progetto: test, Ambiente: bcc7Harbor: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /kh /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\TEST_G~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\test.c Harbour 3...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 195

New txbrowse

... defined xbrowse without having to copy the same lines every time for each procedure. Furthermore, in the xbrowse columns I need to set many (default) columns but in reality the end user can only show some of them at the beginning, the procedure must show the standard columns. I found how ...
by Silvio.Falconi
Fri Apr 12, 2024 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 3
Views: 208

Re: Centrar texto VERTICALMENTE

Using PRINT oPrn FILE <pdffile>, there are 3 ways to generate PDFs. 1. Using Microsoft Word, if installed on the PC. This is the default. Printer class generates emf files and embeds them into Word document and saves as PDF. pros: Good quality and medium size pdfs cons: (1) Does not ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 431

Re: FWErrorsys()

FWH procedure FWErrorSys() is identical to FWH procedure ErrorSys() that it is automatically called by Harbour.

procedure ErrorSys() invokes function ErrorBlock() to replace the default application errorBlock:

ErrorBlock( { | e | ErrorDialog( e ) } )
by Antonio Linares
Wed Apr 03, 2024 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1795

Re: Talking to your apps

... this in our programs, as you have suggested, then we should have a program wide flag that allows the client to use, or NOT use, voice. Maybe a default on setup, and/or a hot key to toggle it. That way we don't always have a live microphone picking up unwanted comments. Of course, this is a ...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3829

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 1973

Re: Another for Btnbmp

... keyboard navigation, to understand which element is currently active. Yes. I know very well. No argument over this. That is what FWH does it by default in case of all classes of buttons. Still, in case some programmer does not want a border, my solution is for them.
by nageswaragunupudi
Mon Mar 25, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4893

Re: Another for Btnbmp

Dear Mr. Silvio when I press a button then a black border forms how do I remove the black border? By default, this border, called FocusRect is drawn around the button in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4893

Re: Another for Btnbmp

Dear Mr. Silvio when I press a button then a black border forms how do I remove the black border? By default, this border, called FocusRect is drawn around the button in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4893

Re: Compiling with new harbour_bcc770_32_20240309

... to the lib C0W32.OBJ in fact seeing the generated env file I have [Files] %HOME%\test.prg=1,.F.,0,0, %HOME%\tslines.prg=2,.F.,0,0, %HOME%\Resource\default.rc=3,.F.,0,0, %HOME%\uuid.lib=4,.F.,0,0, %C_LIB_INSTALL%\C0W32.OBJ=5,.T.,0,0, %C_LIB_INSTALL%\CW32.LIB=6,.T.,0,0, then there is also at bottom ...
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3347

Fulltext-Search

...       REQUEST HB_Lang_DE    HB_LangSelect("DE")    SET DATE TO GERMAN    rddsetdefault( "DBFCDX" )        EXTERN DESCEND    RETURN//----------------------------------------------------------------------------//function ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1226

Re: XAMPP through PortableApps.com or Server2Go

... by runner rx. What exactly does runner rc do with the prg code I pass. From the video, it seems to me that Runner RX switches mod harbour to default to html code and harbour is integrated just like php. For me, it's practical that I can simply hide the TEMPLATE /ENDTEXT and then edit and ...
by Otto
Thu Feb 29, 2024 10:04 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9243

Re: TUrlLink on Xbrowse

... can open a "extra" Dialog using TURLLink() --- as i know it is not possible to use a "external" Object as Column for XBROWSE Default XBROWSE can use CLASS TXBrwColumn or CLASS TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 232

Re: how to get Childlist of a Control ?

hi Antonio,
Antonio Linares wrote:EnumChildWindows( hWndControl, { | hWndChild | ... } )

In FWH 24.02 the codeblock must returns .T. to continue with the next child, or .F. to stop the enum
In previous FWH builds, .T. is used by default

ok, understand
THX
by Jimmy
Thu Feb 29, 2024 5:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Childlist of a Control ?
Replies: 2
Views: 117
Next

Return to advanced search