Search found 103 matches
- Mon Oct 24, 2016 6:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Calendar integrated with Google Calendar
- Replies: 14
- Views: 4222
Re: Calendar integrated with Google Calendar
Good job! Thanks for sending the code! My customers look forward for having it into my app. Thanks a lot also for the very good contact and fast answers of my emails.
- Fri Nov 07, 2014 10:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Considering moving to Korea to build FiveTouch
- Replies: 30
- Views: 6551
Re: Considering moving to Korea to build FiveTouch
Dear Antonio,
thanks for sharing your plans.
행운
thanks for sharing your plans.
행운
- Fri Nov 07, 2014 9:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Long standing bug in FWH
- Replies: 7
- Views: 1426
Re: Long standing bug in FWH
o.k. Good solution.
- Wed Apr 30, 2014 3:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 64 promotional offer
- Replies: 10
- Views: 2601
Re: FWH 64 promotional offer
Is it possible to use FWH 64 together with Harbour64 and MinGWx64?
- Mon Dec 16, 2013 9:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: What about FWH 13.10 and 13.11?
- Replies: 25
- Views: 6268
Re: What about FWH 13.10 and 13.11?
Good solution.Antonio Linares wrote:I would propose every two months
- Mon Feb 18, 2013 3:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: questions about 64 bits and FWH
- Replies: 31
- Views: 6621
Re: questions about 64 bits and FWH
Great! Good news. Thanks, Antonio.Antonio Linares wrote:Class TImage for 64 bits seems to be ready
- Fri Feb 15, 2013 12:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Last FWH version. Memory leak.
- Replies: 48
- Views: 8721
Re: Last FWH version. Memory leak.
Great! Thanks to all.Antonio Linares wrote:It seems as we finally found the bug and solved it
- Sat Feb 09, 2013 8:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Last FWH version. Memory leak.
- Replies: 48
- Views: 8721
Re: Last FWH version. Memory leak.
Antonio,
Thanks. But with this change the problem with fonts/memory leak still exists.Antonio Linares wrote:IBTC wrote:Instead of removing such code, please change the Method End() in Class TComboBox this way:
METHOD End() INLINE ::Hide(), If( ::oGet != nil, ::oGet:End(),), Super:End()
- Sat Feb 09, 2013 10:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Last FWH version. Memory leak.
- Replies: 48
- Views: 8721
Re: Last FWH version. Memory leak.
My customers reported it also on Windows XP.fgondi wrote:It can happen only on Windows 7?
We use Harbour.fgondi wrote:We all use xHarbour?
- Fri Feb 08, 2013 2:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Last FWH version. Memory leak.
- Replies: 48
- Views: 8721
Re: Last FWH version. Memory leak.
I had also problem with memory leaks. For me they disappeared after I disabled
at METHOD Initiate of CLASS TComboBox. In older version of FWH this line wasn't there.
Code: Select all
::oGet:SetFont( ::oFont )
at METHOD Initiate of CLASS TComboBox. In older version of FWH this line wasn't there.
- Thu Feb 07, 2013 1:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Objects that disappear within the control Group (SOLVED)
- Replies: 25
- Views: 5644
Re: Objects that disappear within the control Group
I did also noticed this problem and I got reported too from my customers. My customers also reported this (similar) problems. For me the solution was removing TRANSPARENT from Group, because I don't need TRANSPARENT in my app. But there is a problem. Maybe in combination with Checkboxes. If I disab...
- Fri Dec 21, 2012 11:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tool to store data encrypted
- Replies: 10
- Views: 2850
Re: Tool to store data encrypted
Thanks!
But if somebody look inside source.cdx he can see the password.
But if somebody look inside source.cdx he can see the password.
- Tue Nov 06, 2012 4:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SMB2
- Replies: 13
- Views: 7715
Re: SMB2
How is it with Windows 8?
- Tue Nov 06, 2012 2:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Suggestion to Antonio
- Replies: 4
- Views: 1718
Re: Suggestion to Antonio
Good idea!Otto wrote: I would beg you to open a section “new UI inspired programming” or whatever we will call it to productively share our experiences with “new UI programming” style.Touch.prg from the Fivewin samples is such a great source to start.
- Fri Nov 02, 2012 12:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Loosing buttons in RibbonBar
- Replies: 29
- Views: 6527
Re: Loosing buttons in RibbonBar
If at any moment it fails a msg will be displayed that will help us to know what it is going on. Thanks for your help! :-) I had this situation today again, but there was no message. So it seams that the reason is somewhere else. Could the reason maybe in pressing a key in a special situation befor...