xbrowse in FW 1002

xbrowse in FW 1002

Postby Maurizio » Tue Mar 09, 2010 3:27 pm

Hello

I have this when I click on the last header
Image

Regards Maurizio
User avatar
Maurizio
 
Posts: 824
Joined: Mon Oct 10, 2005 1:29 pm

Re: xbrowse in FW 1002

Postby Antonio Linares » Tue Mar 09, 2010 11:25 pm

Maurizio,

We are unable to reproduce it here.

Could you please provide us a small self contained example to reproduce it ? thanks :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42082
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: xbrowse in FW 1002

Postby Maurizio » Wed Mar 10, 2010 8:16 am

Antonio ,

the problem is the vertical scrollbar

this is the code
Code: Select all  Expand view
#include "FiveWin.ch"
#include "XBrowse.ch"

function Main()

   local oDlg, oBrw

   USE CUSTOMER

 
   DEFINE DIALOG oDlg RESOURCE "Test"
   REDEFINE XBROWSE oBrw ID 10 OF oDlg
   ACTIVATE DIALOG oDlg

return nil



And this is the RC
Code: Select all  Expand view
LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US

TEST DIALOG DISCARDABLE 68, 43, 336, 213
STYLE WS_POPUP|DS_MODALFRAME|WS_CAPTION|WS_SYSMENU|WS_VISIBLE
CAPTION "Test"
FONT 8, "MS Sans Serif"
{
  CONTROL "", 10, "Edit", WS_VSCROLL|WS_BORDER|WS_TABSTOP, 0, 0, 335, 182
}
 
User avatar
Maurizio
 
Posts: 824
Joined: Mon Oct 10, 2005 1:29 pm

Re: xbrowse in FW 1002

Postby nageswaragunupudi » Wed Mar 10, 2010 11:22 am

In the RC file, please replace "Edit" with "TXBrowse". It works correctly with this change. Behavior is the same in previous versions also.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10627
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: xbrowse in FW 1002

Postby Maurizio » Wed Mar 10, 2010 1:56 pm

Rao

Thank
User avatar
Maurizio
 
Posts: 824
Joined: Mon Oct 10, 2005 1:29 pm

Re: xbrowse in FW 1002

Postby Antonio Linares » Wed Mar 10, 2010 3:32 pm

Dear Rao,

Very good observation :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42082
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Marc Venken and 80 guests