On Thu, 20 Aug 2009, toni...@fwi wrote:

Hi Toninho,

> >hbwin library does not create any GUI objects directly so the Pritpal
> >question is still open. Where do you want to "attach" activex controls?
> Maybe we can create a class that need a hWnd parameter from external
> gui like FWH.

AFAIK FWH still uses numbers without any automatic destructors to hold
window handles. It does not pass our code quality standards so we cannot
add it. Other GUI libraries may not give direct access to any OS handles
or structures neither as numbers nor pointers. I.e. they can use only
objects with some public API. User will not able to use such extension
so we will force breaking well encapsulated API and reducing it to FWH
level.

> I user corrent Harbour activeX with FWH in this way:
> ---cut---
>    ::oOle = WIN_AxGetControl( WApi_CreateWindowEX( 0, "AtlAxWin",
> ::cProgId, ::nStyle, ::nLeft, ::nTop, ::nWidth, ::nHeight, win_N2P(
> ::hWnd ), 0 ), ::bEvent )
> ---cut---
> IMO ::hWnd, ::nTop, etc. can be received by parameters for a Harbour
> class.

Your example shows that we are giving enough functionality to add such
class to FWH or any other GUI library so you can ask about it on FWH
forum. Of course if some important functionality is missing in our code
then 3-rd party GUI developers should ask about it on Harbour forum and
we can add it if it's accepted by our Ole/Active-X developers.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to