Search found 1038 matches: seem

Return to advanced search

Re: xbrowse SelectRow method

... 0        HB_ADel( oBrw:aSelected, nAt, .t. )    endif    oBrw:Refresh() return nil It seem run ok if I select two or three records and deselect one, the menu in the buttonbar remains unchanged because I added an if control IiF(LEN(oBrw:aSelected)==0,Btnbar(1,.....) ...
by Silvio.Falconi
Mon Apr 01, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 683

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( Contextual_Menu( ...
by Silvio.Falconi
Mon Apr 01, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1701

RecordSet via Web

... internet. oRs:Open( cUrl ). Actually very fast, works well. What I don't know, or can't figure out is if I can use this on a secure site. Can't seem to get it to work. It works if I use Hamachi (VPN), but not HTTP, or HTTPS on a designated port.
by byron.hopp
Thu Mar 28, 2024 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RecordSet via Web
Replies: 0
Views: 219

Re: Another for Btnbmp

Silvio

FLAT NOROUND GDIP

When these attributes are used, it doesn't work.
I have done tests without them, then it works.
There are so many ifs in the class that it would seem better to me to make a new one without all this legacy.
Best regards,
Otto

I used: C:\fwh2023\source\classes\btnbmp.prg
by Otto
Sun Mar 24, 2024 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4957

Re: Compiling with new harbour_bcc770_32_20240309

Antonio,
Good now I put uuid.lib before of fwh libraries on xmate and seem run ok

Image
by Silvio.Falconi
Wed Mar 20, 2024 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3395

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1654

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1654

TITLE CLASS BUG with oDLg TRansparent - RESOLVED-

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, ...
by Silvio.Falconi
Fri Mar 15, 2024 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1654

Re: To Nageswrao Del Objs on TscrollPanel

Perhaps there are problem with TscrollPanel because I tried only directly on TaskPanel of Explorerbar and it seem run ok
only I must change the height if the link are many
by Silvio.Falconi
Fri Mar 08, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 664

Re: How to include hbCurl?

... works well. What are the disadvantages of shellExec()? I have been using 7Zip in this way for years. On the whole, the path with shellExEc() would seem more maintenance-friendly to me if you would otherwise have no issues or only have to deal with the firewall during the initial setup. Best regards, ...
by Otto
Sun Mar 03, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2947

Re: TUrlLink on Xbrowse

hi Silvio, https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 seem me the Solution which use a "Trick" (blue Color) to show URL https://hymplus.com/forofw/xbrowse_url_3.png when DblClick on Cell you can open a "extra" ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 234

Re: TUrlLink on Xbrowse

hi Silvio, https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 seem me the Solution which use a "Trick" (blue Color) to show URL https://hymplus.com/forofw/xbrowse_url_3.png when DblClick on Cell you can open a "extra" ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 234

Add a new taskPanel on Explorerbar ( on line)

... Second Panel" the procedure must destroy all panels and recreate all to destroy Panel I tried with destroy(9 and end() method but it seem not Know these commands and I cannot destroy the previous panels before to create all this is the small test #include "FiveWin.ch"//----------------------------------------------------------------------------////function ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 217

Re: FWH Gradiens .. seem slower FWH 2310 - RAO

Antonio

Thank you .. been a while since I have looked at those functions .. Your suggestion works!

Rick Lipkin
by Rick Lipkin
Sat Feb 24, 2024 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 177

Re: FWH Gradiens .. seem slower FWH 2310 - RAO

Dear Rick, In function LightGreyGrad() an array with just one element (one subarray) is used In function DarkGreyGrad() an array with two elements (two subarrays) is used so function DarkGreyGrad() is doing more work than function LightGreyGrad() Try with this code: function DarkGreyGrad()  ...
by Antonio Linares
Sat Feb 24, 2024 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 177
Next

Return to advanced search