Search found 946 matches

by Richard Chidiak
Sun Mar 05, 2006 12:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xhb February and latest fwh
Replies: 4
Views: 1965

Richard, In the past two months there have been several changes in Harbour/xHarbour that required to modify FWH. The first one was related with _hb_stack that can no longer be used. The second one was with the PHB_ITEM that can not be directly managed (as a pointer to a structure). It was not FWH d...
by Richard Chidiak
Sun Mar 05, 2006 10:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xhb February and latest fwh
Replies: 4
Views: 1965

Xhb February and latest fwh

Antonio, :( I have not yet upgraded my xhb to the latest february build. I still use jan build for Xhb and FWH :cry: One of your posts concerning "C" code changes is worrying me. I use many third party libraries that contain C code almost all of them. Hernan's twbrowse (i saw you published...
by Richard Chidiak
Sat Mar 04, 2006 3:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved externals in new TestRtf Sample
Replies: 19
Views: 7067

Re: Unresolved externals in new TestRtf Sample

Hello to all !! Trying to compile the new TestRTF sample, the following unresolved externals appeared : _GetFileVersionInfoSizeA _GetFileVersionInfoA _VerQueryValueA By the way the new samples for ActiveX (WebeExp.prg and media.prg )doesn't work , as side effect mention that my pc locked out and ne...
by Richard Chidiak
Sat Mar 04, 2006 7:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with webexp.prg in fwh march 2006
Replies: 9
Views: 2567

Alex, Gianni, Fixed. Please download FWH.exe again. Thanks, :( Antonio Can you clarify this a bit more please ? Do we have to remove the ole.obj from fw library for Activex or any Ole related to xharbour. Many of us use Ole with word, excel , etc... What is the correct behaviour ? Thank you Richard
by Richard Chidiak
Tue Feb 28, 2006 9:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Folders in FwH
Replies: 1
Views: 583

Re: Folders in FwH

Hi I'm using Folders in a aplication and It doesn't appear !. In Fw works Ok. FwHX 2.6 May 2005 Regards Pedro Pedro Change the control in your Rc or dialog to systabcontrol32 like example below CONTROL "", 201, "SYSTABCONTROL32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 2, 2, 420...
by Richard Chidiak
Mon Feb 27, 2006 8:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ALT key (pressed alone) on dialogs
Replies: 16
Views: 4911

Richard, Basically this is the missing call: METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TButtonBmp local nResult do case case nMsg == WM_UPDATEUISTATE // Buttons were erased when pressing ALT nResult = Super:HandleEvent( nMsg, nWParam, nLParam ) ::Refresh() return nResult endcase return Sup...
by Richard Chidiak
Mon Feb 27, 2006 3:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ALT key (pressed alone) on dialogs
Replies: 16
Views: 4911

Antonio Linares wrote:Evans,

Its fixed. Its a bug on the build that you are using. I email you the new files.
Antonio

I have the same bug with Tsbutton and ALT key and i use xhb commercial. What has to be changed ?

Richard
by Richard Chidiak
Sat Feb 18, 2006 9:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Text color on button
Replies: 6
Views: 1573

Tim, TSButton has a setColor() method, but I have never tried it. TSButton is included in TSBrowse, and you can get a copy on my website on this page: http://ourworld.compuserve.com/homepages/jbott/program.htm James Tsbutton works OK with Setcolor, i use it in my app here is a working sample REDEFI...
by Richard Chidiak
Thu Feb 16, 2006 8:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX with events - demo!
Replies: 4
Views: 1174

Antonio Linares wrote:Ask,

It will be available on early days of March.
Antonio :D

Excellent !

This is a great job,

Congrats,

Richard
by Richard Chidiak
Thu Feb 16, 2006 8:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource bitmaps on button bar missing?
Replies: 13
Views: 4623

Boris - Here's something I posted on the xBuilder newsgroup some time ago that might be of help... ------------------------------------ Had a problem with my .RC file containing dialog resources, but found the solution. After compiling with xBuilder, the app ran fine on Win '95-'98, but quit on XP ...
by Richard Chidiak
Mon Feb 13, 2006 4:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource bitmaps on button bar missing?
Replies: 13
Views: 4623

Unfortunately, no problem solved :( I replaced all long resource names with the names which are up to 10 characters long. The same problem persists... Using xHarbour October 2005 and FWH December 2005 (I think but I got it on December 2005) Should I take a look into some class or something. It is v...
by Richard Chidiak
Mon Feb 13, 2006 4:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource bitmaps on button bar missing?
Replies: 13
Views: 4623

Unfortunately, no problem solved :( I replaced all long resource names with the names which are up to 10 characters long. The same problem persists... Using xHarbour October 2005 and FWH December 2005 (I think but I got it on December 2005) Should I take a look into some class or something. It is v...
by Richard Chidiak
Sun Feb 12, 2006 5:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource bitmaps on button bar missing?
Replies: 13
Views: 4623

@James Nice to be again among the friends :) @Antonio Yes Antonio, this was my first thought, and will try to shorten the names, even it will be a lots of work, the application is extremly complex and so many resources involved :( The funy thing is, 16-bit version of the same app, does not make me ...
by Richard Chidiak
Fri Feb 10, 2006 12:43 pm
Forum: FiveWin for Pocket PC
Topic: I have error with function delete record
Replies: 6
Views: 1977

Re: I have error with function delete record

HATHAL wrote:Antonio
I have error with function delete record
he is replace record with record up
:cry:
regards
hathal
Hathal

Do you have SET DELETE ON ?

Richard
by Richard Chidiak
Mon Feb 06, 2006 8:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Can't build TestRTF sample
Replies: 2
Views: 780

Re: Can't build TestRTF sample

I wanted to build the sample testrtf.prg with xHarbour ( Feb ) and FWH 2.7. I receive the following undefined external symbols: _GetFileVersionInfoSizeA _GetFileVersionInfoA _VerQueryValueA I am simply trying to build the sample included with 2.7. What am I missing here ? Thanks. Tim, Include Versi...