Search found 811 matches

by fraxzi
Sat Jan 03, 2009 8:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateDlgError and ResEd Resource Editor (Solved)
Replies: 21
Views: 4636

Re: CreateDlgError and ResEd Resource Editor

I did only this:
D:\PellesC\Bin\PORC.EXE %RC% /I D:\pellesc\include /I D:\pellesc\include\win
On my xmate->linker 'resource compiler command' box

see above for my resed option.

Regards,
by fraxzi
Sat Jan 03, 2009 8:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateDlgError and ResEd Resource Editor (Solved)
Replies: 21
Views: 4636

Re: CreateDlgError and ResEd Resource Editor

Dear Anser, Here's the screenshot: http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/to_anser.jpg Removing only #define TESTDLG 1000 I just copy and paste your code .PRG and .RC BTW, here's the resed option I have: http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/to_anser2.jpg Anyth...
by fraxzi
Sat Jan 03, 2009 8:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateDlgError and ResEd Resource Editor (Solved)
Replies: 21
Views: 4636

Re: CreateDlgError and ResEd Resource Editor

Mr. Anser,

Please remove this from your .RC

Code: Select all

#define TESTDLG 1000

It will work.


Regards,
by fraxzi
Tue Dec 23, 2008 5:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: MERRY CHRISTMAS AND A HAPPY NEW YEAR!!!!
Replies: 19
Views: 2907

So glad to be here! And be a part of a great community!


Merry Christmas and MABUHAY!


Regards,
by fraxzi
Mon Dec 22, 2008 12:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a transparent Tab-Aerea in Folders ?
Replies: 8
Views: 1818

Dear Fraxzi, Can I use other Resource Compiler along with BCC. I mean by just replacing the below given Line in my .rmk file to change the resource compiler to some other app and the rest without any change MyApp.res : MyApp.rc $(BCDIR)\bin\brc32.exe -r WinAcs.rc If so, what are the other options f...
by fraxzi
Mon Dec 22, 2008 12:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH8.11 Dialog Flickers when Refresh
Replies: 12
Views: 3953

Antonio, The themes must work for aesthetic winxp-like controls. If we override the function IsAppThemed() all of my controls are in bad shape on winxp themed. It's similar to TGROUP issue on themed. Well, a workaround is needed. This situation suggest that FWH + Theme has serious issue. I hope I ca...
by fraxzi
Sat Dec 20, 2008 7:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a transparent Tab-Aerea in Folders ?
Replies: 8
Views: 1818

Dear Fraxzi, I need one more clarification I'm also using PellesC Resource Compiler for that too without any issue. I am using BCC 5.5 compiler, xHarbour which is bundled along with FWH Do I have to use PellesC to use ResEd 2.2 with FWH ? Regards Anser YES. brc32.exe (Borland's Resource Compiler) d...
by fraxzi
Sat Dec 20, 2008 5:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a transparent Tab-Aerea in Folders ?
Replies: 8
Views: 1818

Dear Fraxzi, Are you able to use ResEd with FWH without any problems. Till now I have not used any resource editors. I am planning to use a resource editor. In this forum most are using Borland Resource Workshop (BRW) and most of the Sample .Rc files are made using BRW. BRW looks very old. What's y...
by fraxzi
Sat Dec 20, 2008 4:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a transparent Tab-Aerea in Folders ?
Replies: 8
Views: 1818

I Hope this helps. Using ResEd 2.2 On my RC: ... CONTROL "",903,"SysTabControl32",WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS|WS_CLIPCHILDREN|WS_TABSTOP|TCS_TOOLTIPS|TCS_MULTILINE|TCS_FLATBUTTONS,109,0,237,314,WS_EX_TRANSPARENT ... Take note of WS_EX_TRANSPARENT My Tab kinda blend with d...
by fraxzi
Sat Dec 20, 2008 4:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH8.11 Dialog Flickers when Refresh
Replies: 12
Views: 3953

Frances, Solved! :-) Please include this code in your function and no need to refresh the dialog: function IsAppThemed() ; return .F. GREAT!!! Works like a charm.... NO FLICKERING TOO Thanks GURU! Please enlighten me of what happened there why we need to override the function.... PS - looking for m...
by fraxzi
Sat Dec 20, 2008 2:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: A much faster Class TDataBase !!!
Replies: 18
Views: 6594

Dear Uwe,


Sorry for that. I'm using xHarbour only. 8)


Is there a way to compile this class using xHarbour (build.6195 from Fivetech) :?:


Regards,
by fraxzi
Sat Dec 20, 2008 1:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: A much faster Class TDataBase !!!
Replies: 18
Views: 6594

I have this error during compilation using xMate:

Image


Also, I can't find some files like "hbapicls.h" on my development directory...


Regards,
by fraxzi
Sat Dec 20, 2008 1:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: A much faster Class TDataBase !!!
Replies: 18
Views: 6594

Mr. Antonio,

I suggest that this class be included/updated with FHW8.11 so I (we) can start downloading the 8.11....


2Cents!



P.S.
- ....before my 2 months update expires :lol: :lol: :lol:


Happy Holidays!


Regards,
by fraxzi
Sat Dec 20, 2008 1:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH8.11 Dialog Flickers when Refresh
Replies: 12
Views: 3953

Frances, If we could have a small and simple example to reproduce it here, it may be easier to find a fix for it, thanks Hello again Sir! Here is the exact skeleton of that procedure array version. notice that the oDlg:Refresh() is commented. Code: PROCEDURE uTest_Me() LOCAL bErrorHandler, oErr LOC...
by fraxzi
Sat Dec 20, 2008 12:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH8.11 Dialog Flickers when Refresh
Replies: 12
Views: 3953

Frances, Try to refresh just those controls: oGroup:Refresh() oCheckbox:Refresh() oButton:Refresh() Hello Mr. Antonio, I already tried this: ... REDEFINE SPLITTER oVSplit ID 1004 ; VERTICAL _3DLOOK ; PREVIOUS CONTROLS aGroup[1], oLocalXbrw ; HINDS CONTROLS aGroup[2], oServerXbrw; OF oDlg UPDATE; ON...