Search found 447 matches: grid

Return to advanced search

Re: can use SWITCH Control in XBROWSE ?

hi, thx for Answer under HMG i can put any Control in a Cell of "GRID" (WC_LISTVIEW) under Xbase++ i have use "DatePicker" in XbpBrowse() which is like XBROWSE not sure about how it work with "GRID" but under Xbase++ i can create ...
by Jimmy
Wed May 17, 2023 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can use SWITCH Control in XBROWSE ?
Replies: 7
Views: 524

Re: U-Dbu

Excelente, Charly, funcionado con DBF locales y en el servidor
y sobre todo que hace todo un GRID apartir de una leer la estructura del DBF

Gracias Chaly
Saludos
by ramirezosvaldo2
Tue May 09, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1221

Re: XBROWSE Column Question

hi,
nageswaragunupudi wrote:But we can go to only a column which is already visible on the screen. (not hidden or outside the grid width)

thx for Answer

is there a Way to "scroll" horizontal by CODE :?:
by Jimmy
Thu May 04, 2023 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 890

Re: XBROWSE Column Question

... 5 )  But we can go to only a column which is already visible on the screen. (not hidden or outside the grid width)
by nageswaragunupudi
Thu May 04, 2023 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 890

Cambiar Parámetros Columna Report

... elemento de la tabla cambia como se debe imprimir la columna, si su valor es 1 la columna debe ir centrada y si es 0 deber ir a la izquierda con grid He estado probando algunos códigos pero me da error de compilación. Se que será fácil para algún maestro pero yo ya no sé que probar. Agradezco ...
by Garbi
Tue Apr 18, 2023 9:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Parámetros Columna Report
Replies: 1
Views: 197

New Version of TGantt

Is there an updated, or modified version of the TGantt object where it can produce a charge with a grid other than a month, and works with dates, and the ability to label, around and within the item bar. And is it easy to take the output to the printer or do you need to ...
by byron.hopp
Thu Apr 13, 2023 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Version of TGantt
Replies: 0
Views: 171

Re: CLASS TGrid() for FiveWin

... to get "Dark-Mode" Style i have change Menu, Button and use Ownerdraw (*1) for Combobox. https://i.postimg.cc/RC1Zjrr6/Dual-Grid-Black.jpg but TGrid-Column Header was still WHITE so i need Customdraw (*2) https://i.postimg.cc/8P8nf3sH/Dual-Grid-Black-Header.jpg ...
by Jimmy
Mon Feb 20, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3503

use Icon from Windows DLL Resource

... :create()   ::IcoDn:load( WinDir+"\System32\NetShell.dll", 2300,16,16 ) these are up/down Arrow for my Listview "Grid" Header how under Fivewin :?: --- LOADIMAGEFILEICON() seems for "File"-Icon but i want to use Resource "in" DLL LOADIMAGERESICON() ...
by Jimmy
Tue Feb 14, 2023 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Icon from Windows DLL Resource
Replies: 7
Views: 441

Re: Imagelist : Icon and Bitmap from Resource

... DEFINE BITMAP oBMP RESNAME "GRID_ASC"   iImage := ::oImageLHeader:Add( oBMP )   DeleteObject( oBMP ) now i got Bitmap in Grid-Header :D ... but Icon look better ... Transparency of Bitmap is not working ... https://i.postimg.cc/fWBBqNmL/Grid-Header-No-Transparency.png
by Jimmy
Tue Feb 14, 2023 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imagelist : Icon and Bitmap from Resource
Replies: 5
Views: 471

Re: Imagelist : Icon and Bitmap from Resource

... before had Idea to use Icon :roll: as i use Fivewin Imagelist also for File-Icon and Bitmap i know CLASS TImagelist() does work with Bitmap in Grid but it fail in Grid-Header where i use up/down Arrow to show how it is "sort" i need to look deeper why HB_FUNC for Fivewin does only ...
by Jimmy
Sun Feb 12, 2023 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imagelist : Icon and Bitmap from Resource
Replies: 5
Views: 471

Re: CLASS TGrid() for FiveWin

hi, have clean up CODE and Upload to Github https://github.com/AugeOhr/TGRID Source is for Fivewin 22.07 and BCC7 32 Bit or MSVC 64 Bit Environment ! Note : no Icon / Bitmap include (might make Copyright Problem) --- latest News : have add Sample "virtual" ...
by Jimmy
Sun Jan 08, 2023 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3503

Re: Save Multi-TAB to "re-build"

hi Antonio, thx for Answer. i got AddItem() "dynamic" working which also need to "fill" Grid after Create() your Sample show how "Static" Item can be used at ON INIT but i can have n-Dim Items --- as i want to "save" last Session i ask ...
by Jimmy
Tue Dec 27, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Multi-TAB to "re-build"
Replies: 7
Views: 548

Re: The more fancy Xbrowses the more slow they become ?

... are GDI32 which are not Hardware Accelerated big IMAGE need "more" Time to "paint" than small IMAGE 10 ROW in Browse / GRID is faster than 20 ROW --- to use a "external" Graphic Card is much quicker that "build-in" Graphic also for "Desktop" ...
by Jimmy
Thu Nov 03, 2022 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 465

Re: Splash Screen for Startup

... after execution of bAction is finished. that is what i say as i can be 1 Sec. up to 5 Min ... --- have forgot to say in last CODE oExplorer:FillGrid( oDlg ) METHOD FillGrid( oWnd ) CLASS TExplorer   ...   ::oProgress := TProgress() :New( 0, 0, oWnd, 0,,, .T., .F., ...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 834

Re: HMG 64 Bit Constante -> FiveWin ?

hi Enrico , No, it is not. Please look at the PRGs of the FWH directories and you will find many samples of HB_FUNC() usage. HB_FUNC( GETGRIDVKEY ) is not available under Fivewin it is only for Listview LV_KEYDOWN Structure Fiviwin have a Sample with used Listview-"Group" but you ...
by Jimmy
Sun Oct 23, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1302
PreviousNext

Return to advanced search