Check MniGUI samples, c:\MiniGUI\SAMPLES\Advanced\TrayCountdown\ to get the idea for it.
Regards,
Anand
Search found 257 matches
- Fri Apr 20, 2018 9:43 am
- Forum: Language Related
- Topic: Run as service or minimized
- Replies: 1
- Views: 119
- Thu Apr 19, 2018 12:42 pm
- Forum: HMG General Help
- Topic: Debugger (I think)
- Replies: 23
- Views: 580
Re: Debugger (I think)
Hi Templar,
As per screen shot it looks like you are using Harbour compiler and not HMG.
Harbour will compile and produce clipper like output for 99% of clipper codes. So the error is in 'DispAll()' function in your code.
Maybe uploading the code will help us to check it.
Regards,
Anand
As per screen shot it looks like you are using Harbour compiler and not HMG.
Harbour will compile and produce clipper like output for 99% of clipper codes. So the error is in 'DispAll()' function in your code.
Maybe uploading the code will help us to check it.
Regards,
Anand
- Wed Apr 18, 2018 11:30 am
- Forum: My HMG Projects
- Topic: Harbour MiniGUI Extended Edition build 18.04 is published
- Replies: 7
- Views: 202
Re: Harbour MiniGUI Extended Edition build 18.04 is published
Thanks a lot, Grigory.
Regards,
Anand
Regards,
Anand
- Tue Apr 17, 2018 10:00 am
- Forum: Issues and Discussions related to Harbour
- Topic: Mysterious counting of the INT() function
- Replies: 5
- Views: 310
Re: Mysterious counting of the INT() function
We are using str() with default values of decimal points and again val() to convert it, so problem can come up at random times. I am not sure when and why, but have faced such situation in Clipper and Xbase++ many times. If it can be avoided then use int((129.6-129)*10), else use round(x,n) to keep ...
- Tue Apr 17, 2018 9:56 am
- Forum: HMG General Help
- Topic: Debugger (I think)
- Replies: 23
- Views: 580
Re: Debugger (I think)
Hi Templar
Please attach screen shot of what is displayed on your screen. This will help us in understanding the problem better.
Regards,
Anand
Please attach screen shot of what is displayed on your screen. This will help us in understanding the problem better.
Regards,
Anand
- Tue Apr 10, 2018 9:38 am
- Forum: General Discussions
- Topic: Happy Birthday to MigSoft !
- Replies: 11
- Views: 217
Re: Happy Birthday to MigSoft !
Happy Birthday MigSoft
Regards,
Anand
Regards,
Anand
- Sat Apr 07, 2018 9:54 am
- Forum: General Discussions
- Topic: Happy Birthday to Anand AND m6face !
- Replies: 12
- Views: 272
Re: Happy Birthday to Anand AND m6face !
Thank you Guys. You all make my day 
And Happy Birthday m6face.
Regards,
Anand

And Happy Birthday m6face.
Regards,
Anand
- Wed Apr 04, 2018 10:03 am
- Forum: GUI Basics
- Topic: Partial clear screen
- Replies: 13
- Views: 520
Re: Partial clear screen
Hi Alan, I suggest you try HMG\SAMPLES\Basics\MAIN_DEMO\ When you press "SetValue" button, you will note that the label (say in clipper), textbox (get in clipper) has changed. See screen shot attached. 2018-04-04_152606.jpg 2018-04-04_152628.jpg So basically we do not use different textbox in same s...
- Tue Apr 03, 2018 5:41 pm
- Forum: GUI Basics
- Topic: Partial clear screen
- Replies: 13
- Views: 520
Re: Partial clear screen
Hi Alan, First difference between dos clipper and win hmg is that in clipper you draw on screen but hmg (similarly in VB, C# etc.) you create object and show/hide it. In clipper we have get object, but there is no say or button objects. In hmg we have get/say/button etc. objects. Since objects use m...
- Tue Apr 03, 2018 12:48 pm
- Forum: DataBases
- Topic: Clipper conversion
- Replies: 13
- Views: 510