Search found 77 matches

by Jonathan Hodder
Thu Jan 06, 2011 2:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Touch Pads
Replies: 1
Views: 578

Re: Touch Pads

Happy new year Tim and all Yes I'm interested in this subject too. Seems windows drivers have been available for a couple of years. Is the hardware playing catch up? Touch pads normally respond to single finger movements whereas it needs to respond to multiple finger movements. Interesting presentat...
by Jonathan Hodder
Mon Nov 01, 2010 11:25 pm
Forum: FiveWin for Pocket PC
Topic: Fwppc para Android - linhares
Replies: 3
Views: 997

Re: Fwppc para Android - linhares

¡Estas nuevas tecnologías están sacando!
Las ventanas de M$ parecen faltar el barco.
Nokia está detrás de la bola 8.
el iPhone es costoso.
¡El androide hace tictac todas las cajas y es fuente abierta (con restricciones)!
¡Apenas mis pensamientos!
by Jonathan Hodder
Thu Oct 28, 2010 10:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to check if bank data is still open
Replies: 2
Views: 584

Re: How to check if bank data is still open

I guess this was this put into the 'to-hard basket' by the experts on this site. Here is a solution which I think i'll go with. I decided to go down the path of loading iexplorer as OLE or active-x as the latest terminology puts it. Here is an example I tested which opens an MDI window able to be cl...
by Jonathan Hodder
Tue Oct 26, 2010 10:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to check if bank data is still open
Replies: 2
Views: 584

How to check if bank data is still open

Hi everyone, I know this question has been answered before but I can't find it in this forum! Here is the scenario. The user enters financial info into my program. Sooner or later the user needs more information from their bank. I allow them to open their Bank URL with my program and browse their da...
by Jonathan Hodder
Thu Oct 14, 2010 12:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 9728

Re: OT: .DLL interface

Hi Tim For a matter of interest what is this DLL used for? I am dabbling in writing c (Borland) code for inclusion in my Harbour progs. So far I've only modified existing c functions included in FW od xHarbour. In following your experience tn this toppic this interface has provided me with a few tip...
by Jonathan Hodder
Mon Sep 06, 2010 5:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to know the current control?
Replies: 16
Views: 2959

Re: How to know the current control?

Maybe try

AEVAL(oDlg:aControls,{|oControl,nnumber| iif(UPPER(oControl:ClassName())='TGET',MsgInfo(nnumber),nil) } )

This should list the control number/s with the 'TGet' class if this is what you are trying to obtain.
by Jonathan Hodder
Mon Sep 06, 2010 5:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Microsoft's fix for network corruption
Replies: 3
Views: 754

Re: Microsoft's fix for network corruption

Thank you Antonio. I had suspicions....

Indexes needed to be rebuilt occasionally after accessing common records.

Interesting to see if it solves it.

Thanks again.
by Jonathan Hodder
Mon Jul 26, 2010 12:58 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveMac: Time-limited Giveaway Offer!!!
Replies: 13
Views: 4672

Re: FiveMac: Time-limited Giveaway Offer!!!

Antonio

Looking forward to it with anticipation. Thanks.
by Jonathan Hodder
Thu Jul 22, 2010 10:03 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveMac: Time-limited Giveaway Offer!!!
Replies: 13
Views: 4672

Re: FiveMac: Time-limited Giveaway Offer!!!

Antonio

Can I program the iPad with FiveMac?

The sales of iPad are significant.

Thanks
by Jonathan Hodder
Wed Jun 23, 2010 1:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Drag & Drop with TTreeView/TTVItem classes
Replies: 5
Views: 996

Re: Drag & Drop with TTreeView/TTVItem classes

Sorry I misread your question - Identifying the tree Item it was dropped on

Yes you do it the same way as I ....

Yes you are right we probably can solve most of the problems ourselves or work our way around them.

Keep up the good work.
by Jonathan Hodder
Wed Jun 23, 2010 12:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Drag & Drop with TTreeView/TTVItem classes
Replies: 5
Views: 996

Re: Drag & Drop with TTreeView/TTVItem classes

Hi Luis Good to hear from you on this forum again. For the Tree question this is what I do - I attach a cargo to each item with reference info. Unfortunately this also assumes the reference cannot be dependant upon other tree items. For example it would be a waste of time putting Recno() if you want...
by Jonathan Hodder
Wed Mar 17, 2010 9:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline GET - CRLF
Replies: 12
Views: 2127

Re: Multiline GET - CRLF

multiline GET has not ever been handling the Return key properly. True even if defined in resources. Ottos code should work as the button acts as a wait state. When user decides to go to another task (eg another window) no event is activated in TMultiGet. I had no wait state in my code - customers ...
by Jonathan Hodder
Wed Mar 17, 2010 12:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline GET - CRLF
Replies: 12
Views: 2127

Re: Multiline GET - CRLF

Hi Otto As I see it I think u had the same prob as me a few years back. People would type a line of text into a memo and then move onto the next task but it wouldn't trigger a save unless they pressed <Return>. I solved it as follows Resource EDITTEXT 110, 16, 46, 342, 128, ES_MULTILINE | ES_WANTRET...
by Jonathan Hodder
Wed Feb 24, 2010 9:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How get DPI ?
Replies: 8
Views: 1047

Re: How get DPI ?

Hi Stefan

I see this is for BMP files.

Do you have code to get header information for JPG files?

Thanks
by Jonathan Hodder
Mon Nov 23, 2009 10:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBON NATIVA AVANCES
Replies: 34
Views: 7067

Re: RIBBON NATIVA AVANCES

Excellent. Thank you. http://img339.imageshack.us/img339/3683/ribbonm.jpg Your brilliance (and Ottos lateral thinking) solved the first question. And now... 2) We can paint on the title bar using Method NcPaint(), but we prefer not to paint there. Better leave Windows to use that area itself, or we ...