Search found 28 matches: tscrwnd

Return to advanced search

Error brush with scroll Panel class

I use a Dialog and inser a scrolPanel into this Panel have a brush with a Image then I use TScrWnd class ( not fwh) to scroll because scrolpanel have only vertical scroll I need also Horizontal scroll When I scroll the panel not refresh the image is under as you can ...
by Silvio.Falconi
Thu May 02, 2019 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error brush with scroll Panel class
Replies: 3
Views: 543

oPanel with Vscroll and Hscroll RESOLVED!!

... into I wish have on orizontal and vertical scroll only for the tpanel When I create the panel the scrollbar are not created I use the class TScrWnd() to create vscroll and hscroll this the small test I made #include"fivewin.ch"#define COLORE_SABBIA    nRGB(255,221,187)static ...
by Silvio.Falconi
Mon Aug 20, 2018 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPanel with Vscroll and Hscroll RESOLVED!!
Replies: 1
Views: 620

Problem with scroll and bRush

... WS_CAPTION, WS_SYSMENU, ; WS_MAXIMIZEBOX, WS_MINIMIZEBOX, WS_THICKFRAME,WS_VSCROLL,WS_HSCROLL ) ACTIVATE DIALOG oDlg CENTERED ; ON INIT oScrWnd:=TScrWnd():New( oDlg,1,28,1,18)
by Silvio.Falconi
Thu Aug 09, 2018 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with scroll and bRush
Replies: 2
Views: 526

Re: TscrWnd Problem

Dear Uwe,
not use xbrowse
by Eoeo
Thu Aug 02, 2012 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TscrWnd Problem
Replies: 2
Views: 514

Re: TscrWnd Problem

Silvio, I tested this Solution as well but it is just a painting nothing else. I needed much more like : rearange Images, count on Images, change Status of a Image ... I ended on xBrowse and that was what I needed : very fast and tested with a few thousand of Images. A Possibility, to do Calculation...
by ukoenig
Thu Aug 02, 2012 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TscrWnd Problem
Replies: 2
Views: 514

TscrWnd Problem

Dear friend,

I need to scroll a window and I use Tscrwnd

on this window I use many images and when the user press vertical or horizontal scroll of the window it not refresh the object are in this window

have you an suggestion or help please ?
by Eoeo
Thu Aug 02, 2012 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TscrWnd Problem
Replies: 2
Views: 514

To Antonio Error of refreshing with TScrWnd

Dear Antonio, I use the TScrWnd class to show umbrellas of the beach into a oPanel and this oPanel is created on a dialog ( Tfsdi) a special dialog with ::nStyle := nOR( WS_CHILD, 4 ) Now when I use the Vertical or the Horizontal scrollBar ...
by Eoeo
Wed Aug 01, 2012 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio Error of refreshing with TScrWnd
Replies: 0
Views: 296

Re: DRAW A TEXT ON A BITMAP

... sbutton class of Mercado. It made some errors on the refreshing od dialog I use on the dialog a Panel control where I show the umbrellas and the TScrWnd to scroll the beach . Last year I tried with btnbmp class to show umbrellas of a beach and it run ok only for small beach I tried it run on ...
by Eoeo
Tue Jul 17, 2012 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DRAW A TEXT ON A BITMAP
Replies: 35
Views: 9844

RESIZING A WINDOW

... oPanel:= TPanel():New(40,2,400,400,oSpiaggia) oPanel:SetBrush(oBrush1) oSpiaggia:oclient:=oPanel ACTIVATE WINDOW oSALOON ; ON INIT (oScrWnd:=TScrWnd():New( oPanel,1,TOTY+33,1,TOTX+300), MakeButtons(oPanel) ) RETURN NIL Function MakeButtons(oPanel) NY=1 Numero:= BMP_V for nx= 1 to 20 @ nY*numero, ...
by MdaSolution
Sun Aug 28, 2011 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RESIZING A WINDOW
Replies: 0
Views: 307

Re: Scroll Bar con TScrWnd

Alguna idea?
by RodolfoRBG
Thu Jul 21, 2011 9:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scroll Bar con TScrWnd
Replies: 1
Views: 403

Scroll Bar con TScrWnd

Hola foro, Alguien podria decirme como definir los parametros de TScrWnd para colocar Scroll bars en una ventana MDICHILD que contiene un dialogo? Lo estoy utilizando asi: ..... ACTIVATE WINDOW oWndA ;  ON INIT ( TScrWnd():New(oWndA,1,3,1,2),oWndA:Paint() ...
by RodolfoRBG
Tue Jul 12, 2011 5:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scroll Bar con TScrWnd
Replies: 1
Views: 403

Some Problems using < TScrWnd():New(.. >

Hello, I found some Problems using => TScrWnd():New(... 1. On Image-end ( bottom and right ) the Thumbs are not related to the Image. 2. Using a Brush on a transparent Image, there is a wrong painting scrolling the Image. Without using => ...
by ukoenig
Mon May 09, 2011 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some Problems using < TScrWnd():New(.. >
Replies: 0
Views: 347

Re: ERROR WITH TSBUTTON WITH CLAUSE WHEN

... lib http://img199.imageshack.us/img199/173/picture1yjv.jpg I have the error when I use horizontal and vertical scroll s I use tscrwnd class to create Horizontal and vertical scrolls it is very strange ...............
by Silvio
Fri Jul 31, 2009 9:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR WITH TSBUTTON WITH CLAUSE WHEN
Replies: 4
Views: 650

TO ANTONIO AND ALL : TABS, PANELs WITH SCROLLS

I want insert on a dialog 3 tabs and only on first and second a want insert a panel with a scroll (Tscrwnd class) while on third tab I want insert a Empty dialog How I must make it ? I must create two panels one for each tabs ? I made a test but not run ok and I see a black ...
by Silvio
Thu Jul 30, 2009 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO AND ALL : TABS, PANELs WITH SCROLLS
Replies: 8
Views: 2323

Re: How to use a bitmap instead of tsbutton

Can I see your code for it ? Sorry for the dialog oApp() you can erase it TScrWnd() is a class BuildMenu() you can erase it oIcon you can erase it this is the code right STATIC oWndMain,oScrWndFUNCTION MAIN()DEFINE WINDOW oWndMain ;TITLE "BEACH"DEFINE ...
by Silvio
Sun Jun 21, 2009 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use a bitmap instead of tsbutton
Replies: 15
Views: 4267
Next

Return to advanced search