Search found 35 matches: xbrwdisk

Return to advanced search

Re: New FTDN January/Enero 2021 (FWH 21.01)

... := { || If( <cond1>, 1, If( <cond2>, 2, "c:\bitmaps\xyz.bmp" ) ) } - Mira el ejemplo revisado y el nuevo: \fwh\samples\xbrwdisk.prg y \fwh\samples\zodiac.prg - Generación automática de TreeBrowse: Después de crear un objeto Browse con cualquier fuente de datos ordenada, ...
by Antonio Linares
Sun Feb 07, 2021 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1256

New FTDN January/Enero 2021 (FWH 21.01)

... Eg: oCol:bBmpData := { || If( <cond1>, 1, If( <cond2>, 2, "c:\bitmaps\xyz.bmp" ) ) } - See revised sample: \fwh\samples\xbrwdisk.prg and new sample zodiac.prg - Automatic generation of TreeBrowse: After creating a browse with any ordered datasource, calling oBrw:SetTree( ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1256

XBrowse 2101: bBmpData : enhancment

... any other image source. The image source can be name of any image file, resource, web ref, image buffer, symbol or shape. The revised fwh\samples\xbrwdisk.prg uses this enhancement to display the icons of the files. If the file is an image file like bmp,jpg,png,gif,ico, etc the image is displayed ...
by nageswaragunupudi
Mon Feb 01, 2021 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 2101: bBmpData : enhancment
Replies: 3
Views: 559

Re: xbrwdisk change directory

Dear Mr. Rao, Thank you. In the meantime I use a workaround and have finished Harbourino Manager. This video shows the Harbourino Manager. All functions can be carried out from one console. https://mybergland.com/fwforum/harbourinomanager.mp4 If anyone would like to install and try Harbo...
by Otto
Sun Jan 17, 2021 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

Re: xbrwdisk change directory

Do you think you will provide "Search" for treeview shortly?


Yes, please.
by nageswaragunupudi
Sat Jan 16, 2021 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

Re: xbrwdisk change directory

Dear Mr. Rao,
Thank you for your help.
Now Harbourino Manager is ready.
Do you think you will provide "Search" for treeview shortly?
Have a lovely weekend and best regards,
Otto

Image
by Otto
Sat Jan 16, 2021 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

Re: xbrwdisk change directory

Dear Mr. Rao, I tried to have the tree open at the directory change to use ToggleFolder. This works. But is this the way how to do it. @ 0,0 ;      BUTTON "Change directory" ;      ACTION ( aDrives := { "c:\fwh\samples"}, oTree := MakeTree( aDrives ),  ;   ...
by nageswaragunupudi
Thu Jan 14, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

Re: xbrwdisk change directory

Dear Mr. Rao, I tried to have the tree open at the directory change to use ToggleFolder. This works. But is this the way how to do it. @ 0,0 ;      BUTTON "Change directory" ;      ACTION ( aDrives := { "c:\fwh\samples"}, oTree := MakeT...
by Otto
Wed Jan 13, 2021 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

Re: xbrwdisk change directory

Dear Mr. Rao,
Many Thanks. I made the changes, and everything worked.

Is there any way that you can seek in the tree?

Best regards,
Otto
by Otto
Wed Jan 13, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

Re: xbrwdisk change directory

     @ 0,0 ;      BUTTON "Change directory" ;      ACTION ( aDrives := { "c:\fwh\samples"}, oTree := MakeTree( aDrives ),  ;            oBrw:oTree := oTree, oBrw:GoTop()...
by nageswaragunupudi
Wed Jan 13, 2021 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

Re: xbrwdisk change directory

Sure, please wait.
by nageswaragunupudi
Wed Jan 13, 2021 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

xbrwdisk change directory

Dear Mr. Rao, I try to extend xbrwdisk.prg to change directory with a click on a button. I use :SetTree. But then inside xBrowse it adds a new column item. Can you please help me. Best regards, Otto #include "FiveWin.ch"#include ...
by Otto
Tue Jan 12, 2021 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 763

Problem with two xbrowse tree - possible bug in dblclick ?

Hi all, I made some changes to the xbrwdisk.prg sample (fwh\samples) in order to navigate folders through two separate xBrowse. My problem is that selecting folders using the mouse dblclick any xbrowse interfere with the other, instead using ...
by Marco Turco
Sun Jun 01, 2014 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with two xbrowse tree - possible bug in dblclick ?
Replies: 2
Views: 853

cGetFile replacement

... looking for a replacement for the cGetFile function because I want to restrict the directory where the user can select the file. I have found the xbrwdisk sample in FWH that with some changes should be fine. My problem: I have no experience using trees, at the moment doing a dblclick on the file ...
by Marco Turco
Thu Feb 27, 2014 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile replacement
Replies: 2
Views: 773

Re: oBrw:bKeyDown VK_LEFT y VK_RIGHT

Maestro Antonio: Porque los ejemplos que hay en samples no se adecuaron a lo que necesitaba, excepto xbrwdisk.prg que era lo más próximo por la facilidad que da xbrowse, lo adapte y modifique para lograr el objetivo, no sin antes haber probado con Treeview, pero era todo ...
by cuatecatl82
Tue Aug 27, 2013 12:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oBrw:bKeyDown VK_LEFT y VK_RIGHT ( SOLUCIONADO )
Replies: 7
Views: 2483
Next

Return to advanced search