Search found 283 matches: scrolling

Return to advanced search

xBrowser

... the size of the columns, it does not display the browser; I clarify that the browser does not have a header, lines and vertical and horizontal scrolling, it looks like a form. Below is the browser code   DEFINE FONT oFontBrowser  NAME "Arial"    SIZE 0,  -20 ...
by oliveiros junior
Wed Dec 20, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1238

Re: Using Microsoft AI Phi-2 from FWH

... ( LONGLONG ) callback ); A Stop button would be useful. After a certain amount of line of text it seems to freeze. Maybe a scrolling is needed?
by Enrico Maria Giordano
Mon Dec 18, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8328

Re: Convert a print to Rtf or doc

... a large html code with same functionality as a one line program in FWH XBROWSER "CUSTOMER.DBF" FASTEDIT with vertical and horizontal scrolling and facility to edit values inside the cell, validate and immediately save to dbf,recordset or whatever. So they choose what helps them to ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: xbrowse Border

For Antonio & NagesWarao Lines 2674/2675 of Xbrowse class I propose this solution for displaying the border in the presence of vertical scrolling if ::lDrawBorder // ::Box( 0, 0, ::nHeight - 1, ::nWidth - 1, IfNil( ::nClrBorder, ::hColPen ) ) ::Box( 0, 0, ::nHeight - 1, ::BrwWidth(), IfNil( ...
by Silvio.Falconi
Mon Nov 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 279

xbrowse Border

... I need to use Vscroll https://i.postimg.cc/1zwPXZ0g/lll.png I think we need to tell the xbrowse class that when there is vertical scrolling the border must be drawn after the scroll any solution ?
by Silvio.Falconi
Fri Nov 10, 2023 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 279

Re: Cut & Paste limit

I was not talking about the width of the Get control.
I was talking about the width of the Get variable.
The behavior of the Paste, as I explained has nothing to do with the issue of horizontal scrolling.
by nageswaragunupudi
Thu Sep 07, 2023 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 551

CLASS modification

... it in my App, or do I create a new CLASS FROM, or how do I build a new LIB with modified Source? For example, I asked ChatGPT about horizontally scrolling in a TScrollPanel. Here is the answer, and I would like to try a solution. Thank you for providing the second part of the TScrollPanel class ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: Resize a tpanel

We did not provide horizontal scrolling as of now.
We will look in to this and get back to you.
by nageswaragunupudi
Sun May 21, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 339

Re: Nuevo! Kinetic Scrolling en FWH 9.08 !!! :-)

Hola a todos

Aunque años más tarde porque estoy migrando ahora mis herramientas, agradezco y felicito estas funcionalidades de mover el contenido de los navegadores como objetos físicos y el desplazamiento inercial... MUY BUENOS.
by José
Thu Mar 16, 2023 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo! Kinetic Scrolling en FWH 9.08 !!! :-)
Replies: 5
Views: 1143

Contextual visualization of images

Hi,

I'm flipping through xBbrowse. In the bChanged code block, bitmap files are loaded into XImage. However, if I do continuous scrolling (arrow, scrollbar slider, mouse wheel), there is a strong slowdown. Is it possible to optimize the contextual visualization of images ?
by Natter
Mon Nov 14, 2022 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Contextual visualization of images
Replies: 2
Views: 318

Re: Browse edit of cell with brush

On my program I have a XBrowse with fast edit and brush. My problem is when I edit last visible row and go down to end the edit the scrolling does not update well: Here is the real bug. This has nothing to do with colors or brushes. Bug: When the user edits a cell in the last row and then ...
by nageswaragunupudi
Sun Sep 25, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 577

Browse edit of cell with brush

On my program I have a XBrowse with fast edit and brush. My problem is when I edit last visible row and go down to end the edit the scrolling does not update well: https://imagesharing.com/uploads/12ef69db7cf5c989104f504a9c117bcadf9be0dd.gif This piece of code reproduces the ...
by AntoninoP
Tue Sep 20, 2022 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 577

Re: hb_strToUTF8 en xHarbour con BUG

... files, and now also RTF files. It keeps only a small part of the file in memory (except for bitmaps), the rest is automatically loaded when scrolling through the text. Best regards, Otto
by Otto
Tue Aug 09, 2022 9:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: hb_strToUTF8 en xHarbour con BUG
Replies: 10
Views: 692

Hidden objects in Excel file

Hi. Users complain that sometimes they come across Excel files that are wildly slow when opening / scrolling. Along the way, it turned out that this is due to the presence of so-called hidden objects in these files. These objects need to be deleted. I can open the file in ...
by Natter
Sat May 21, 2022 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hidden objects in Excel file
Replies: 0
Views: 177

Re: Test Windows Mdi with panel right

... determina el área interna de la ventana en modo MDI, si creas una ventana mdichild se posiciona en el área gris que tienes a los lados tendrá el scrolling hscroll y vscroll. Di un ejemplo porque tomaría una clase como la tbuttonbar que no afecta el área interna de la ventana mdi. Si usa la solución ...
by Silvio.Falconi
Tue May 03, 2022 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 690
Next

Return to advanced search