Search found 936 matches: extra

Return to advanced search

Re: Xbrowse and Touchscreen best use

... with -50,-10.-1, OK, +1, +10 and +50 it need less Space and is better to handle on Table-PC That input window will have only the num keys, maybe a extra .... key and thats it i think. Is it possible to share the code for that dialog ? I could use it as a starting point.
by Marc Venken
Sun Feb 19, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Touchscreen best use
Replies: 8
Views: 731

Re: SUB-CLASS TFolderEx()

hi Antonio, Instead of creating a new Class TFolderDXE inherited from TFolderEx, you could dynamically modify Class TFolderEx to add the extra DATAs and/or Methods that you may need using the functions __objAddData( oObject, cSymbol ) and __objAddMethod( oObject, cSymbol, nFuncPtr ), __objModMethod( ...
by Jimmy
Sat Feb 04, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1349

Re: SUB-CLASS TFolderEx()

Dear Jimmy, Instead of creating a new Class TFolderDXE inherited from TFolderEx, you could dynamically modify Class TFolderEx to add the extra DATAs and/or Methods that you may need using the functions __objAddData( oObject, cSymbol ) and __objAddMethod( oObject, cSymbol, nFuncPtr ), __objModMethod( ...
by Antonio Linares
Sat Feb 04, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1349

Re: What is the best PDF Printer Driver Windows to use with Five

... the email system you have ( hopefully ) built into the program to automatically attach that pdf to an email and send it. Thus you eliminate any extra keystrokes. Tim
by TimStone
Mon Jan 30, 2023 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 832

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... moment just update you data. The import module did a great job, catagories and pics are difficult at Presta, but no problem with the import. The extra spend money (+- 90 euros) was easily won, since a presta update will give you a update also. You will spend much more time looking for solutions ...
by Marc Venken
Tue Dec 27, 2022 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
Replies: 32
Views: 2980

Re: chatGPT writes and executes Harbour code !!!

... the ASCAN keyword to search the table for her favorite dish. She was pleased to find that it had been included and used the AADD keyword to add an extra serving to her plate. After dinner, the family gathered around the tree to exchange gifts. Mary used the AEVAL keyword to evaluate each gift and ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 3002

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

... == 'H'      cRet := cHeaderInfo   ELSE      cRet := cFileInfo   ENDIFRETURN cRet this now give me a Meta Information like Explorer when add "extra" Column from Popup-Menu https://i.postimg.cc/1R2nw5pD/more-Property-x-Browse.png
by Jimmy
Mon Dec 19, 2022 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 544

Re: How to code TScrDlg() for use in folder?

... joy. Please try to reduce the height used by TScrDlg() I reduced the controls from 10 to 7 sets. Seems painting issue is consistent. There will be extra bits painted near the 5th, 7th and 10th TTitle
by hua
Thu Dec 15, 2022 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 681

Re: XBROWSE SetColumns()

This is how I change colums, sizes on the fly. I put some extra data in (index, fieldlen, ....) that is easy while running and programming at the same time. Most of my xbrowses are generated from a dbf-layout. https://maveco.be/fivewin/xbedit.jpg ...
by Marc Venken
Sat Dec 10, 2022 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE SetColumns()
Replies: 3
Views: 591

Re: REDEFINE SAY on Buttonbar

... things. Antonio, I wonder ..... Is this a temporary workaround or something that is going to change in next version ? Seemse strange that it takes extra lines of code in putting a transparent say on a dialog while other items are transparent. I looked into the xbrowse code, but that is high level ...
by Marc Venken
Tue Dec 06, 2022 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2138

Re: How to code TScrDlg() for use in folder?

No joy.

Antonio Linares wrote:Please try to reduce the height used by TScrDlg()


I reduced the controls from 10 to 7 sets. Seems painting issue is consistent.
There will be extra bits painted near the 5th, 7th and 10th TTitle

Image
by hua
Fri Dec 02, 2022 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 681

Re: Newbie Question : XBROWSE

hi Marc,
Marc Venken wrote:For this, simply so :
Code: Select all  Expand view
xbrowser("dbf")

YES, this is what i search

Marc Venken wrote:later for extra's look at samples of xbrowser :
Xbrowser is the shorter function version of xbrowse that need to be setup

Ok, will have a look at it, thx
by Jimmy
Fri Nov 25, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1611

Re: Newbie Question : XBROWSE

... of DBF i "just" want to open DBF as "Viewer" and navigate in DBF For this, simply so : xbrowser("dbf") later for extra's look at samples of xbrowser : Xbrowser is the shorter function version of xbrowse that need to be setup
by Marc Venken
Fri Nov 25, 2022 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1611

Re: Base64 to PDF

Antonio Linares wrote:Dear Miloš,

Yes, as memoWrit() adds an extra HB_CHAR_EOF character

Use SubStr() to remove it when reading the saved string


It is not required. Just add the third parameter to MEMOWRIT():

Code: Select all  Expand view
MEMOWRIT( cFile, cString, .F. )


to not add the EOF character.
by Enrico Maria Giordano
Wed Nov 16, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1116

Re: Base64 to PDF

Dear Miloš,

Yes, as memoWrit() adds an extra HB_CHAR_EOF character

Use SubStr() to remove it when reading the saved string
by Antonio Linares
Tue Nov 15, 2022 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1116
PreviousNext

Return to advanced search