Search found 551 matches: mine

Return to advanced search

Re: GDIP Application crash tBitmap

... FIRST. Other INIT PROCEDURES may be executed in any order. So TGDIPLUS.PRG having an INIT PROCEDURE should not cause any problems. The mistake is mine. In the first module I have an INIT PROCEDURE and from within it I call MAIN(). That's why they don't load the other INIT PROCEDURE. I've been ...
by Giovany Vecchi
Wed Apr 12, 2023 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 803

Re: Advise in Server hardware

... time. A RDP server in the own network, data backup directly with WINDOWS server backup on connected hard disks. And the most important: my data is mine and inhouse. Best regards, Otto
by Otto
Mon Apr 03, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1193

Re: Bad look btnbmp disable()

... when are disabled I see a bad btnbmp but I think is for png file ----- just a question : Because of changing the imagepath of some old posts of mine, sometimes I cannot see the normal edit-buttons on top of the post Sample -> I want to change : http://www.pflegeplus.com/images/disable.png ...
by ukoenig
Sun Mar 05, 2023 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 723

How to fill edit box and click button in another application

Hi, I can fill edit box, press button in a webpage using TWebView. I also want to fill edit box and press button in another application from mine. Another application is not mine. I have not any source. It is a java application.     hWnd := FindWindow( 0,"Second Application")  ...
by Horizon
Tue Feb 14, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: View deleted records in xBrowse

... and Antonio, Here is the problem. I have a File Editor built into my ( very large ) application. ( It is NOT FiveDBU though I do work with that. Mine is a full CLASS build and just for DBF at this time ). In the Main() module, I use SET DELETED ON because my clients never want to see Deleted ...
by TimStone
Tue Dec 13, 2022 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 715

Re: REDEFINE SAY on Buttonbar

Enrico Maria Giordano wrote:What's wrong with mine? At least it is simpler. Both codes use bPainted codeblock so they are equivalent.


It is working indeed... But I wonder why bPainted is needed ? What does it do ?
by Marc Venken
Tue Dec 06, 2022 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2025

Re: REDEFINE SAY on Buttonbar

What's wrong with mine? At least it is simpler. Both codes use bPainted codeblock so they are equivalent.
by Enrico Maria Giordano
Tue Dec 06, 2022 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2025

Re: ¿Qué tan seguro es un .EXE Harbour?

karinha wrote:Master Enrico, I respect your opinion. Mine is that PECOMPACT even in older versions is much safer than UPX.exe.


What do you mean with "much safer". Much safer in what?
by Enrico Maria Giordano
Tue Nov 22, 2022 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Qué tan seguro es un .EXE Harbour?
Replies: 14
Views: 1245

Re: ¿Qué tan seguro es un .EXE Harbour?

... the --lzma option, compresses more than PECOMPACT. I don't see any reason to use PECOMPACT instead of UPX. Master Enrico, I respect your opinion. Mine is that PECOMPACT even in older versions is much safer than UPX.exe. Only my opinion. I'm very happy with it, and I won't go back to UPX.exe at ...
by karinha
Tue Nov 22, 2022 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Qué tan seguro es un .EXE Harbour?
Replies: 14
Views: 1245

Re: Problems with Preview

dtussman wrote:Thanks Silvio. Tried that but it won't compile, doesn't recognize oApp


oApp Is Mine....make as Antonio wrote but U must recompile with your application that function U found on fwh source/functions folder
by Silvio.Falconi
Thu Nov 10, 2022 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 830

Re: oPopUp in class btnbmp

... software forum and we seniors have to succumb on that topic I not see that function in my message but only on your message , you published a not mine function I sent you via private mai l!!! the function is of José Luis Sánchez of Alanit Software and integrated on Tinforme class
by Silvio.Falconi
Sat Oct 15, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 777

Re: btnbmp gradient

... https://i.postimg.cc/c4VpZW9b/2.png I wish on Horizontal n1 more clear n.10 more back as this : i look it on another software not mine https://i.postimg.cc/65gfm5jy/wish.png
by Silvio.Falconi
Mon Oct 10, 2022 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp gradient
Replies: 6
Views: 496

BtnBmp.. I not understood this error

... PIXEL oDlgSel:nStyle    = nOR( WS_CHILD, WS_BORDER, WS_VISIBLE,WS_POPUP )ACTIVATE DIALOG oDlgSel  CENTERED       RETURN NIL  PickColors is mine function you can use also choosecolor() I need a btnbmp with popup button but the popup must open My function where is a small dialog as this https://i.postimg.cc/YCsD5bSG/hh.png ...
by Silvio.Falconi
Mon Oct 03, 2022 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp.. I not understood this error
Replies: 0
Views: 314

Re: Shortcut keys to access menu

Thanks for the prompt reply Antonio :) 1. In this module (exe) of mine, pressing Alt+F works to immediately open the menu https://i.postimg.cc/QdYHqSGW/inv.gif 2. In this one, pressing Alt+F doesn't work. I have to press Alt first, then 'File' ...
by hua
Thu Sep 29, 2022 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shortcut keys to access menu
Replies: 2
Views: 214

Re: How install Harbour on web server

... Self-hosting has only recently become possible - fibre optics also for small companies. I think the future is your own web server. My data is mine. Best regards, Otto
by Otto
Sun Sep 11, 2022 8:30 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 5016
PreviousNext

Return to advanced search