Search found 646 matches: understood

Return to advanced search

Re: strange error of fiveh lib

... ; return nil I allready make function BetaVersion() ; return nil function setmasked() ; return nil function showgrid() ; return nil But I not understood perhaps I use name of function same of ereport ? these the list of function Immagini() Creation_Small TakeImages DelImmagine Refresh_Images ...
by Silvio.Falconi
Sun May 05, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 91

Re: combobox color

hi Silvio, hi Silvio. Perhaps you not understood my problem , please ready my message please I not Wish bitmap i Wish colorize only the text of item , i not want list of colors, i Wish only colorize the First item text and the last item text ...
by Jimmy
Sun Apr 28, 2024 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 585

Re: combobox color

hi Silvio. We use combobox with bitmaps. Solution from Otto, using colored Bitmap, seems me a easy Solution Perhaps you not understood my problem , please ready my message please I not Wish bitmap i Wish colorize only the text of item , i not want list of colors, i Wish only colorize ...
by Silvio.Falconi
Sat Apr 27, 2024 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 585

Re: combobox color

... Now with WEBVIEW2 or mod harbour, these things are easily done. https://mybergland.com/fwforum/cbxfarbemod.jpg Perhaps you not understood my problem , please ready my message please I not Wish bitmap i Wish colorize only the text of item , i not want list of colors, i Wish only ...
by Silvio.Falconi
Sat Apr 27, 2024 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 585

Re: also error with btnbmp SHOWPOPUP

Nages, sorry perhaps I understood , now it seem not make error @ 148, 350 BTNBMP aBtnBrow[3] ; RESOURCE "GRID_MNU", "", hBmp2, "" ; SIZE 15, 13 PIXEL FLAT NOROUND GDIP WHEN lMenu OF oDlg ; ACTION ::ShowPopUp( ...
by Silvio.Falconi
Mon Apr 01, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1756

Re: also error with btnbmp SHOWPOPUP

... { |oBtn,nRow,nCol| ColonneMenu(oBtn,oBrw,oDbf,nRow,ncol,oDlg,cSection,cIniUser) } ) with the return ENDMENU return oMenu I saw your sample and not understood where is the error on my source
by Silvio.Falconi
Sun Mar 31, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1756

Re: also error with btnbmp SHOWPOPUP

Dear Silvio, > Called from: source\comuni\Pcomuni.prg => END( 0 ) Look for an End() call in source\comuni\Pcomuni.prg I not understood How it came out the error is go out when I click on left mouse and show a popup when the mouse is on the xbrowse  Error description: Error BASE/1004 ...
by Silvio.Falconi
Sat Mar 30, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1756

Re: Crear librerias de Harbour BCC74 Me genera error

Understood and thank you very much.
by sygecom
Tue Mar 26, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6931

Re: Another for Btnbmp

...  ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil https://imagizer.imageshack.com/img923/8479/urcbDK.gif Nages I understood but I need the border extern of color RGB(195,195,185) as this picture https://i.postimg.cc/JnCGfM6p/hhhhh.jpg
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5124

Re: Another for Btnbmp

I NOT UNDERSTOOD OTTO PLEASE TRY THIS https://i.postimg.cc/fbnnDQWc/KKKKKK.png #include "FiveWin.ch"#include "Constant.ch" #define DLG_nColorDlg     RGB( 245,245,235) #define ...
by Silvio.Falconi
Sun Mar 24, 2024 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5124

Re: TITLE CLASS BUG with oDLg TRansparent

... https://i.imgur.com/vZ67LOJ.png I LOVE FIVEWIN!! hahahahahaha, Regards, saludos. You still haven't understood anything!!!! and you insist on taking the piss out of me look at your image, the TTitle class has the same color as the dialog ....this is ...
by Silvio.Falconi
Sun Mar 17, 2024 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1703

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button Yes. The function I provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake for me https://i.postimg.cc/G34Z81nn/1.png
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 737

Re: I'm not asking for the moon...

... where you always have to go back with the mouse. Please test this small test https://i.postimg.cc/tRZ43pKk/ju.png On Modify I not understood how convert the fields numeric to use cesar test this test create a demo dbf to try ( please not change the structure of dbf I must use it) ...
by Silvio.Falconi
Fri Jan 19, 2024 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2274

Re: I'm not asking for the moon...

I tried to make a mini class but not run just to make it clear what I wanted, I understood that tget doesn't work well and a subclass is needed // TGetNumeric class #include "fivewin.ch"function Main()   local oDlg, oGet   local nVar :=0   local ...
by Silvio.Falconi
Thu Jan 18, 2024 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2274

Re: I'm not asking for the moon...

Do you mean something like this? https://mybergland.com/fwforum/gettest.gif No, you not understood the values are numeric ( 6 digit , 2 decimals) 1. at init see only a zero "0" at Right, so I not must see 0.00 2. when digit 12345 the get must transform ...
by Silvio.Falconi
Thu Jan 18, 2024 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2274
Next

Return to advanced search