Search found 103 matches

by IBTC
Wed Feb 09, 2011 4:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Supporting CHM files across a network share
Replies: 7
Views: 2231

Re: Supporting CHM files across a network share

Hi Patrick, Can you tell me what the value is for the constant DLL_OSAPI? It is in the Harbour file \contrib\hbxpp\dll.ch #define DLL_CDECL                   0x08 #define DLL_STDCALL                 0x20 #define DLL_SYSTEM                  0x04 #if defined( __PLATFORM__WINDOWS ) #define DLL_OSAPI   ...
by IBTC
Wed Feb 09, 2011 10:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Supporting CHM files across a network share
Replies: 7
Views: 2231

Re: Supporting CHM files across a network share

Hi Patrick, I guess I'm looking for something like that but at the FiveWin/Harbour level. Maybe this helps you with Harbour: #define CSIDL_PERSONAL       0x0005 #define SHGFP_TYPE_CURRENT   0 FUNCTION GETDOCUMENTSDIR()    LOCAL sBuffer := SPACE(255)    IF Os_IsWin2000_Or_Later()       DllCall( "...
by IBTC
Sun Feb 06, 2011 11:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: smart card
Replies: 2
Views: 588

Re: smart card

Hi Silvio,

do you have a solution for PS/SC already?
by IBTC
Sat Feb 05, 2011 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit C funcs not found in mingw libs 10.9
Replies: 4
Views: 925

Re: RichEdit C funcs not found in mingw libs 10.9

P.S. same result with with 10.7 and 10.8 and the apps are built correctly with bcc Hi Lorenzo, If you want to link and test your app build with MinGW (without your functions which needs RichEdit, ActiveX) insert e.g. this: FUNCTION REDLLVERSION();       DUMMY(PROCNAME(1)); RETURN(NIL) FUNCTION REGE...
by IBTC
Sat Feb 05, 2011 10:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit C funcs not found in mingw libs 10.9
Replies: 4
Views: 925

Re: RichEdit C funcs not found in mingw libs 10.9

As I know
  • RichEdit
  • ActiveX
  • FWCallDll()
is not implemented in FWH for MinGW (yet).
by IBTC
Sat Feb 05, 2011 9:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: the programs from alanit are now freeware
Replies: 8
Views: 1435

Re: the programs from alanit are now freeware

Hi Otto,
If you use this link:

http://www.adressio.de/index.php?mselect=2

mostly you get a higher value, because they include 3 more points. Here you get these results:

alanit.com: 60.004 Euro
avemundi.com: 9.924 Euro
by IBTC
Fri Feb 04, 2011 2:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in RibbonBar?
Replies: 4
Views: 893

Bug in RibbonBar?

Hi! If I press on the first button: http://www.ibtc.biz/tmp/2011-02-04_15-43-48.png I get this: http://www.ibtc.biz/tmp/2011-02-04_15-44-22.png Only the text oft the buttons of the same group get gray, not the others: http://www.ibtc.biz/tmp/2011-02-04_15-45-06.png I tried already a lot with differe...
by IBTC
Fri Feb 04, 2011 2:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in MENU 2007?
Replies: 5
Views: 1221

Bug in MENU 2007?

Hi! With Wine I get this: http://www.ibtc.biz/tmp/2011-02-04_14-56-10.png 1: the colour of the text should be black 2: the background of the arrow should be transparent and on Windows 7: http://www.ibtc.biz/tmp/2011-02-04_14-58-55.png 3: the arrow should be dark How/where can I define the text colou...
by IBTC
Sun Sep 05, 2010 8:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with display of Checkbox and Radio
Replies: 25
Views: 5773

Re: Problem with display of Checkbox and Radio

Antonio Linares wrote: Are you using XP ?
I can see the problem, Taavi reported, on Mac/Linux with Wine 1.2 (Windows XP).
by IBTC
Tue Jul 27, 2010 7:17 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Disable menuitem (Linux)
Replies: 2
Views: 1172

Re: Disable menuitem (Linux)

Antonio Linares wrote:We are actually focused on FiveMac until end of this month. Then we will focus one month on FiveLinux :)
Thanks!
by IBTC
Thu Jul 15, 2010 8:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio & xHarbour Builder
Replies: 22
Views: 5586

Re: UE Studio & xHarbour Builder

We already have FWH built using (MinGW: Minimalist GNU for Windows) gcc and we provide a samples\buildg.bat to build the apps. We have not included those LIBs in FWH setup (we will do it from next version on). If you want them, please send me an email Thanks for the libs. I compiled my big app and ...
by IBTC
Wed Jul 14, 2010 1:41 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: MsgBars (Linux)
Replies: 0
Views: 607

MsgBars (Linux)

Is it maybe also possible to use message bar with the menu? So we can use this:

Code: Select all

MENUITEM [ <oMenuItem> PROMPT ] <cPrompt> ;  
     [ ACTION <uAction> ] ;  
     [ MESSAGE <cMsg> ]
<cMsg> The associated message of this control.

And also Msgitems?

Thanks.
by IBTC
Wed Jul 14, 2010 1:26 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: Disable menuitem (Linux)
Replies: 2
Views: 1172

Disable menuitem (Linux)

MENUITEM [ <oMenuItem> PROMPT ] <cPrompt> ;        [ ACTION <uAction> ] ;        [ WHEN <uWhen> ] Is it possible to have this? So we can use in FiveLinux also: <uWhen> An expression to be bloquified and evaluated to check if a menuitem should be enabled or disabled. Thanks.
by IBTC
Wed Jul 14, 2010 12:43 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: MsgBars support
Replies: 3
Views: 1233

Re: MsgBars support

Great! Is it also possible to use message bar with the menu? So we can use this: MENUITEM [ <oMenuItem> PROMPT ] <cPrompt> ;    [ MESSAGE <cMsg> ];    [ ACTION <uAction> ] ;    [ ACCELERATOR <cKey> ]   <cMsg> The associated message of this control. And also Msgitems? Thanks.
by IBTC
Wed Jul 14, 2010 12:37 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Disable menuitem
Replies: 0
Views: 626

Disable menuitem

MENUITEM [ <oMenuItem> PROMPT ] <cPrompt> ;    [ ACTION <uAction> ] ;    [ ACCELERATOR <cKey> ] ;    [ WHEN <uWhen> ] Is it possible to have this? So we can use in FiveMac also: <uWhen> An expression to be bloquified and evaluated to check if a menuitem should be enabled or disabled. Thanks.