Search found 946 matches

by Richard Chidiak
Thu Jun 13, 2013 10:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

Re: FWH 13.05 xbrowse and fonts

Mr Rao Your code works fine, i have particular processing in certain xbrowse with arrays and there a backwards compatibility has been broken . Not a big deal i have updated my code. I store the "last" column sorted and retreive it next time they the user enters the browse. I added a obrw:g...
by Richard Chidiak
Thu Jun 13, 2013 10:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 36444

Re: Fivedroid on Qt

Antonio

I wish you success for all of us also, if i can be of any help, let me know.

I think you need all our support.

:D

Richard
by Richard Chidiak
Thu Jun 13, 2013 3:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 36444

Re: Fivedroid on Qt

Antonio It is a great idea , if you feel you can do it, go ahead. It is a good opportunity to bring new customers to fivetech also. I have tested a "universal" solution "appcelerator" that promised same code for android and ios and finally it was not as universal as they claimed ...
by Richard Chidiak
Wed Jun 12, 2013 5:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 36444

Re: Fivedroid on Qt

Stefan I agree that Android is important on the smartphone part , i personnaly have an Android phone, so does my wife and all my children. Again we are talking about a smartphone where you can "phone" , go to facebook , internet etc... we are not doing business with our phones at least not...
by Richard Chidiak
Wed Jun 12, 2013 4:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

Re: FWH 13.05 xbrowse and fonts

Mr Rao

The font issue is fixed but there is a bad side effect , the cursor now is focused on the end of the array (last row) instead of the first one

Richard
by Richard Chidiak
Tue Jun 11, 2013 5:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

Re: FWH 13.05 xbrowse and fonts

Mr Rao

The change is OK , problem solved

Thank you

Richard
by Richard Chidiak
Tue Jun 11, 2013 11:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

Re: FWH 13.05 xbrowse and fonts

Mr Rao

You pointed in the correct direction

the problem comes from array and autosort , removing the autosort makes the font display as it should.

Richard
by Richard Chidiak
Tue Jun 11, 2013 11:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

Re: FWH 13.05 xbrowse and fonts

Mr Rao

Thank you for your efforts, i appreciate your help

Richard
by Richard Chidiak
Mon Jun 10, 2013 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

Re: FWH 13.05 xbrowse and fonts

Antonio

There is no test.rc in the samples , is it supposed to be from test.dll ?

Richard
by Richard Chidiak
Mon Jun 10, 2013 12:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

Re: FWH 13.05 xbrowse and fonts

Antonio

I added xbrowse.prg from fwh 13.02 to my project and now again all my browses look as they should.

I think there is a problem, let us wait for other users.

I am trying to find what has changed between 13.02 (my previous version) and 13.05 on the font part in xbrowse.prg.

Richard
by Richard Chidiak
Mon Jun 10, 2013 12:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

Re: FWH 13.05 xbrowse and fonts

Antonio whatever font i select , it does not show, i forgot to mention only happens on array browse DEFINE FONT aFONT NAME "Segoe UI Light" SIZE 0,-14            REDEFINE XBROWSE oBrw ID 201 OF ODLG ;             COLUMNS 02,34,4,22,31,23,6,7,8,24,21 ;             HEADERS "Date" +...
by Richard Chidiak
Mon Jun 10, 2013 11:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 3591

FWH 13.05 xbrowse and fonts

Mr Rao I have several xbrowse that do not show the font they were supposed to show. They are all used from resources. With fwh 13.02 (my previous version) this is not happening, All my xbrowse use the same font retreived from a function , i have put msginfo and the font is correct so i think somethi...
by Richard Chidiak
Mon Jun 10, 2013 11:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.05
Replies: 26
Views: 3198

Re: New FWH 13.05

Antonio

Ok that fixes

Btw I am not using xhab.com but the latest xharbour published by you

Richard
by Richard Chidiak
Mon Jun 10, 2013 10:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.05
Replies: 26
Views: 3198

Re: New FWH 13.05

Antonio

Using latest download with xharbour

Error: Unresolved external '_hb_parns' referenced from C:\FWH\LIB\FIVEHX.LIB|HARBOUR

Richard
by Richard Chidiak
Mon Jun 10, 2013 7:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: function to create tables for Access and MySQL
Replies: 17
Views: 2413

Re: function to create tables for Access and MySQL

Lucas

What provider do you use to connect to Mysql with ADO ?

Richard