Search found 275 matches: managed

Return to advanced search

Re: Memory error with FiveWin + xHarbour.com

... compiler. FWH is not related at all with the arrays management that you are basing your tests on, neither on the classes management. All these is managed by Harbour/xHarbour themselves. C compilers use malloc() and free() memory management functions instensively, and their code are not the same ...
by Antonio Linares
Tue Jan 19, 2010 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error with FiveWin + xHarbour.com
Replies: 14
Views: 6050

Re: RibbonBar ALT key

Otto, If you review FWH\include\menus.ch there you will see how nState and nVirtKey are managed: #xcommand MENUITEM [ <oMenuItem> PROMPT ] [<cPrompt>] ;...             [ ACCELERATOR <nState>, <nVirtKey> ] ;...  You can ...
by Antonio Linares
Wed Jan 13, 2010 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar ALT key
Replies: 10
Views: 1952

Re: Bug in Transparent Group

... hDC )  ...  then we are calling Class TControl Method EraseBkGnd() which does nothing for DATA lTransparent. No transparency is managed from there, unless I miss something... Very nice finding for: SetBrushOrgEx( hDC, -::nLeft, -::nTop )  thanks! :-)
by Antonio Linares
Sat Jan 02, 2010 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Transparent Group
Replies: 20
Views: 3782

Re: EXE size is growing

... FWH has grown due to more features requirements and that makes the resulting EXEs grow too. Anyhow those sizes, and much larger, are perfectly managed by modern computers :-)
by Antonio Linares
Tue Dec 22, 2009 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2489

Re: ASSISTANCE NEEDED - Dual xbrowse header

Tim,

Sorry for the delay but I was for a few days out of the office.

Fortunatly our dear friend and master, Rao, managed to provide you a solution :-)
by Antonio Linares
Tue Dec 22, 2009 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASSISTANCE NEEDED - Dual xbrowse header
Replies: 18
Views: 4486

Re: http method post

Marco, Hi, any help about the http post method also ? I think can be managed using the tipclienthttp class but I didn't find any docs related to this class. I regularly do it via IE ActiveX. Please see http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12514&hilit=GetPostData ...
by Davide
Fri Nov 06, 2009 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: http method post
Replies: 1
Views: 517

http method post

Hi, any help about the http post method also ? I think can be managed using the tipclienthttp class but I didn't find any docs related to this class. I need to send a POST with the following parameters: POST /serteadirettiwrapper/sendmessages.asmx/SendSMSEx ...
by Marco Turco
Fri Nov 06, 2009 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: http method post
Replies: 1
Views: 517

Re: New AdoRDD (free)

... better not wasting our time on rddado? Intresting for future replacement od ADO http://pear.php.net/package/MDB2 Massimo, Alias are automatically managed by the Harbour RDD engine. ADO does not need to manage alias at all :-)
by mbelgrano
Tue Oct 20, 2009 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 107454

Re: New AdoRDD (free)

Massimo,

Alias are automatically managed by the Harbour RDD engine.

ADO does not need to manage alias at all :-)
by Antonio Linares
Tue Oct 20, 2009 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 107454

Re: The new TcoverFlow class and resizing images

... You can improve the speed in the dialog reducing the amount of frames for animations, and/or sizes of the covers managed by the coverflow. http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_tcoverflow
by Antonio Linares
Sun Oct 11, 2009 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The new TcoverFlow class and resizing images
Replies: 2
Views: 775

GET STATUS WIFI

... DWORD dwState; // ON/off/[Discoverable for BT] DWORD dwDesired; // desired state - used for setting registry etc. RADIODEVTYPE DeviceType; // Managed, phone, BT etc. RDD * pNext; // Next device in list }; I can send U the other cpp files
by Silvio
Wed Sep 02, 2009 10:47 am
 
Forum: FiveWin for Pocket PC
Topic: GET STATUS WIFI
Replies: 0
Views: 495

Re: lib\user32.lib

Next FWH 9.08 will not need user32.lib (neither prnwnd.lib)

We have managed to dynamically link it:
viewtopic.php?p=84736#p84736
by Antonio Linares
Sun Aug 16, 2009 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lib\user32.lib
Replies: 3
Views: 519

Re: tSmtp() with gmail

Thanks,

This works properly.

Now the pop3 server and all mail can be managed from within FiveWin.

Greetings

Willy
by Willy
Wed Jul 15, 2009 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tSmtp() with gmail
Replies: 3
Views: 721

FWH/xHarbour Menus

Hi all, I have found some C lang. code in \FWH\SOURCE\WINAPI called MENUS.C, and have played a little with this code. I managed to give a nicer look (at least in my opinion) to the menus. This code can be simply pasted preferably inside the main program (see below), and it will work. ...
by E. Bartzokas
Thu May 21, 2009 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 8410

Re: Help :-( (Firebird / AdoRdd)

Hi Jeff, So far this is what I've managed to cook up and some steps that I took in getting there. 1. Download and install Firebird server 2.0 series. 2. Download the free version of ADO driver from IBProvider (NOTE: The free version supports ...
by hua
Fri May 08, 2009 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help :-( (Firebird / AdoRdd)
Replies: 11
Views: 3951
PreviousNext

Return to advanced search

cron