On the fwh there is this control ?

Post Reply
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

On the fwh there is this control ?

Post by MdaSolution »

Image


thanks
FWH .. BC582.. xharbour
User avatar
ronaldo
Posts: 137
Joined: Fri Nov 25, 2005 4:38 pm
Location: brasil
Contact:

Re: On the fwh there is this control ?

Post by ronaldo »

Yes, usage TreeView.

Ronaldo Minacapelli
Ronaldo Minacapelli
Sistemas, Hospedagem e Criação de WebSites
http://www.bazevani.com.br
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: On the fwh there is this control ?

Post by MdaSolution »

No it is NO TreeView class.
you can see in this picture as a TreeView but this is a special control in which we can also add chopped images,
imagine you have a drawing that you see only one section at a time and if we press the button "+",
we can see the one below the other parts of the image or a one section or close with button "-" the section

it is called on other language ( Delphi,visual c++..) RADMENU
FWH .. BC582.. xharbour
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: On the fwh there is this control ?

Post by Otto »

Maybe you can do it with xbrowse. Have a look into the visualFivewin sourcecode.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: On the fwh there is this control ?

Post by MdaSolution »

Mr Otto,

I must show on a window or dialog a jpg ( tecnical draw )

xbrowse control can be good for me but I must not many and many lines but only the lines of the draw

But for a sample I must show the section of a motorbike : on this picture you can see only the sections E and F or close each section

Image


How I can make to create it ? any help please ...
FWH .. BC582.. xharbour
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: On the fwh there is this control ?

Post by Otto »

Hello,

Maybe you can paint a bitmap somewhere and change the content with the bChange Codeblock?
But I am sure this is possible only with xbrowse, too.

Best regards,
Otto

Code: Select all

 oBrw:bChange := {|| (oBmp:LoadBMP(cPathBMP + substr(oBrw:aArrayData[oBrw:nArrayAt,1],1,( len(oBrw:aArrayData[oBrw:nArrayAt,1])-4) ) + ".bmp" ))}

      @ 88,697 BITMAP oBmp FILENAME cPathBMP + "snipkeeper.bmp" OF oWnd ;
         SIZE 580,300 PIXEL SCROLL  //ADJUST
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: On the fwh there is this control ?

Post by MdaSolution »

It is too hard for me
Ithinked to create another
Can I insert 3/5 dialog style ws_popup ( NO caption) into a window MDI and scroll them by a vertical scroll ?
where I can found a sample ?
FWH .. BC582.. xharbour
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: On the fwh there is this control ?

Post by Antonio Linares »

Mda,

How many sections will you be showing ?

You could create an user defined control that behaves exatly as your screenshots.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: On the fwh there is this control ?

Post by MdaSolution »

thanks Antonio for Your message

I explain You

the sections can be also many. I don't Know how...

I can use a scanner to save all sections and create obmp sections. and save all data informations as Mr Otto wrote

When I'll show this control that behaves exatly each sections ,

I must have also the possibility to insert small symbols ( bitmaps) and lines or arrow and re-save the new obmp .

Do you think it can be done on fivewin in easy way ?
FWH .. BC582.. xharbour
Post Reply