Search found 1768 matches: delete

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... well. I have seen that the binaries can be downloaded from https://www.apachefriends.org. If I now copy the new binaries into the bin folder and delete the entire folder beforehand, then mod harbour no longer works. I have seen that I need the following files additionally: c:\Apache24\bin\libssl-1_1-x64.dll ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 94

Re: Another for Btnbmp

If that black box is the focus of btnbmp how I can delete that focus?
by Silvio.Falconi
Fri Mar 22, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4931

Re: Another for Btnbmp

I wish only delete that internal Black Box https://i.postimg.cc/Z5y5F83c/llll.png I tried also with For n= 1 to len(oBtn) obtn[n]:bClrGrad := < |u,oBtn| local clr := RGB( 245,245,235) if oBtn:lActive if oBtn:lMOver ...
by Silvio.Falconi
Wed Mar 20, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4931

Re: Compiling with new harbour_bcc770_32_20240309

Dear Silvio, Please delete all uuid.lib entries and just use this one: %C_LIB_INSTALL%\PSDK\uuid.lib=32,.T.,0,0, same error Progetto: yunus, Ambiente: bcc7Harbor:[1]:Harbour.Exe yunus.prg  /m /n0 /gc1 /es2 /a /iC:\work\fwh\include ...
by Silvio.Falconi
Wed Mar 20, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3365

Re: Compiling with new harbour_bcc770_32_20240309

Dear Silvio,

Please delete all uuid.lib entries and just use this one:

%C_LIB_INSTALL%\PSDK\uuid.lib=32,.T.,0,0,
by Antonio Linares
Wed Mar 20, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3365

Re: XIMAGE

... In the function FW_SaveImage() you please locate this code in Line No:2304 ? "here",valtype( uimage ), nwidth,nheight Please delete this line and include the modified "imgtxtio.prg" in you application.
by nageswaragunupudi
Wed Mar 06, 2024 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 382

Re: Bug FWH2402 - Botones

But Can you please delete the font definition of DEFINE DIALOG.

I removed the font and still it is working correctly.
I tried with FW_SetUnicode() .F. and .T. and still it is working correctly.
by nageswaragunupudi
Wed Mar 06, 2024 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 645

Re: Bug FWH2402 - Botones

... reserved.raotest1.RC(2) : error RC2104 : undefined keyword or key name: DS_MODALFRAME* Application successfully built * But Can you please delete the font defination of DEFINE DIALOG. DEFINE DIALOG oDlg RESOURCE "Main" TITLE FWVERSION
by Horizon
Wed Mar 06, 2024 1:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 645

Re: To Nageswrao Del Objs on TscrollPanel

... as you can see on this picture https://i.postimg.cc/SxTbV6sG/project.jpg the problems are only on Manage buttons because when I delete a button not refresh good the panel scroll  for a sample If I delete some records  (1,3,4) I have on xbrowse  admin, procedure2 and procedure ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 653

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 ...
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: 653

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.
by nageswaragunupudi
Tue Mar 05, 2024 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 653

Re: To Nageswrao Del Objs on TscrollPanel

...  += 100      nCol  :=  20   else      nCol  += 90   endifreturn nilstatic function DelImage( oBrw, oPanel )   local nItem    := oBrw:nArrayAt   if DeleteControl( oPanel, nItem )      oBrw:Delete()      oBrw:Refresh()   endifreturn nilstatic function DeleteControl( oPanel, nItem )   local nTop, ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 653

Re: To Nageswrao Del Objs on TscrollPanel

function DeleteControl( oPanel, nItem )   local nTop, nLeft      for n := Len( oPanel:aControls ) to nItem + 1 STEP -1      oPanel:aControls[ n ]:nTop := oPanel:aControls[ n - 1 ]:nTop      oPanel:aControls[ ...
by Silvio.Falconi
Mon Mar 04, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 653

Re: To Nageswrao Del Objs on TscrollPanel

... also if I make ASize( oPanel:aControls, Len( oPanel:aControls ) -1 ) then not refresh the panel if there are any deleted objects the btnbmp should reposition themselves https://i.postimg.cc/W41gmkM7/frds.jpg if I delete products 3 and 4, product ...
by Silvio.Falconi
Thu Feb 29, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 653

Re: To Nageswrao Del Objs on TscrollPanel

To delete nth control of a Panel/dialog/window oPanel:aControls[ n ]:End()HB_ADel( oPanel:aControls[ n ], n, .t. ) To delete current row in XBrowse ( applies to arrays, dbf, ado or any data source) ...
by Silvio.Falconi
Wed Feb 28, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 653
Next

Return to advanced search