Search found 113 matches: scrolls

Return to advanced search

Re: Opinions wanted: Browse Refresh Issue

... bar move, it replaces the content of the row with the original one. So, with inventory, if the partnumber 123 is displayed, as the person scrolls down the list of other parts ( rows ), the partnumber and all corresponding data is filled with the 123 data. If I then click on any row, the ...
by nageswaragunupudi
Wed Nov 03, 2021 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinions wanted: Browse Refresh Issue
Replies: 4
Views: 482

Opinions wanted: Browse Refresh Issue

... bar move, it replaces the content of the row with the original one. So, with inventory, if the partnumber 123 is displayed, as the person scrolls down the list of other parts ( rows ), the partnumber and all corresponding data is filled with the 123 data. If I then click on any row, the ...
by TimStone
Tue Nov 02, 2021 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinions wanted: Browse Refresh Issue
Replies: 4
Views: 482

style of xbrowse - Resolved!!

I have a xbrowse on a explorerbar how could i go about hiding that it is an xbrowse table? removing the header and lines and borders and scrolls https://i.postimg.cc/YSDQcVdr/testvtask.png I do not remember where I saw it but in a test there was aun xbrowse but then it did ...
by Silvio.Falconi
Wed Jun 09, 2021 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: style of xbrowse - Resolved!!
Replies: 1
Views: 344

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

... on screen but if we know the hold press (as kinetic behavior), it can work as mobile. Try again. You flip with your fingers and the browse scrolls. XBrowse's touch interface does not depend on the lKinetic setting. It works always. This is my check-in list screen. The customer cannot use ...
by dutch
Wed May 13, 2020 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 907

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

I use touch screen but when I use bLClicked on XBROWSE, lKinetic doesn't work. Because XBROWSE action on bLClicked only.


Try again. You flip with your fingers and the browse scrolls.
XBrowse's touch interface does not depend on the lKinetic setting.
It works always.
by nageswaragunupudi
Tue May 12, 2020 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 907

XBROW BORDER getting wipe out when uses UP/DOWN keys

Dear Rao Sir ,

In the XBROWSE the outline right side BORDER is getting wipe out when uses UP/DOWN keys. The XBROWSE object does not have any kind of scrolls It's neither HScroll nor Vscroll.



Thanks
Shridhar
by shri_fwh
Mon Oct 21, 2019 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROW BORDER getting wipe out when uses UP/DOWN keys
Replies: 2
Views: 515

Re: Image scroll

cnavarro wrote:But I think the movement of the scrolls controls is inverted: when pressed on the vertical scroll moves horizontally and when pressed on the horizontal scroll moves vertically.

This is a bug introduced in FWH1801. Mr Silvio is using 1712 and he does not have this problem.
Fixed in FWH1808.
by nageswaragunupudi
Tue Oct 16, 2018 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image scroll
Replies: 4
Views: 665

Re: Image scroll

Please try with this, But I think the movement of the scrolls controls is inverted: when pressed on the vertical scroll moves horizontally and when pressed on the horizontal scroll moves vertically. function Main()   Local cImage   DEFINE WINDOW ...
by cnavarro
Tue Oct 16, 2018 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image scroll
Replies: 4
Views: 665

Re: ArrayIncrFilter

Yes Rao, your code looks great. Thank you.

I noticed that with a large array, the get fields become messy when the User scrolls quickly. So, Is it possible to refresh the get line when you place the cursor or click on some get field?

Thanks.
by ORibeiro
Thu May 31, 2018 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 12
Views: 1727

Re: Update a RICHEDIT position without focusing

cnavarro wrote:Ok, try with

Code: Select all  Expand view

oRTF:GoToLine( oRTF:GetLineCount() )
 


end tell me

Hi.

I got exactly the same result: without focusing the RICHEDIT doesn't scroll and with focus it scrolls but the TMulitGet deletes what was typed...
by concentra
Mon May 28, 2018 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Update a RICHEDIT position without focusing

... party typed must be presented to the operator, without interfering the typing job. If the RICHEDIT text grows beyond the RICHEDIT size, it must scrolls, in order to the last typed answer can be seen. Basically, I need to update the RICHEDIT control position while typing some text. The only way ...
by concentra
Mon May 28, 2018 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Re: Dialog, xbrowse,splitter,folder and ttitle

... with this type of window is that the end customer sees the list and does not see the data of each record and a customer now wants that when he scrolls a record from the list he must view the data of that record on video without loading the input dialog or change every time. That's why I thought ...
by Silvio.Falconi
Tue Feb 06, 2018 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 5686

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

Rao Interesting idea ... however ... I only want the AddNewRow() to fire when arrow down hits bEof .. when a user scrolls down the vertical bar .. they hit the bEof code block multiple times ..same for the mouse wheel and I end up with a mess. If there was only a way to trap the ...
by Rick Lipkin
Sat Jan 20, 2018 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6036

Re: SCROLLs en MDI

// Testing how to scroll a window with its contents// c:\fwh\samplestestwscr.prg#include "FiveWin.ch"#define D_WIDTH           4#define D_HEIGHT          13FUNCTION Main()LOCAL oWnd,oScrWndLOCAL cGet0101 := space(10),  ...
by karinha
Mon Jan 15, 2018 12:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SCROLLs en MDI
Replies: 4
Views: 1146

Re: SCROLLs en MDI

Xevi, > Control de los SCROLLS Tienes que programarlo. Ejemplo (busca en FWH/samples por *.prg conteniendo PAGEUP): ::oWnd:oVScroll:SetRange( nV1,nV2 ) ::oWnd:oVScroll:bGoDown := {|| ::VScroll() } ::oWnd:oVScroll:bGoUp := {|| ::VScroll() ...
by Antonio Linares
Sun Jan 14, 2018 6:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SCROLLs en MDI
Replies: 4
Views: 1146
Next

Return to advanced search