Search found 121 matches: gridgadget

Searched query: +gridgadget

by Axolotl
Fri May 30, 2025 12:54 pm
Forum: Feature Requests and Wishlists
Topic: Enable expandability of the gadget library
Replies: 8
Views: 833

Enable expandability of the gadget library

... the same look and feel (from a programmer's point of view).
I'm thinking of the following gadgets:
+ RichEditGadget()
+ TreeViewGadget()
+ GridGadget()
+ tbc. (maybe many more)

I know that there are implementations for all of them. Unfortunately, they all have a different interface.

BTW: I ...
by rndrei
Thu Apr 24, 2025 3:30 am
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

Re: GridGadget

I can't figure it out!How to hide the title on X?
On y found

Code: Select all

 ShowRowNumbers () 
And what kind of square is hanging in the upper left corner?
by mk-soft
Wed Apr 23, 2025 7:35 pm
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

Re: GridGadget

With Grid Gadget there is no X or Y.
There is talk of Rows and Columns ...
by rndrei
Wed Apr 23, 2025 7:10 pm
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

Re: GridGadget



Here is a very good grid gadget by said: https://www.purebasic.fr/english/viewtopic.php?p=408428#p408428


And for said's grid gadget a few updates: https://www.purebasic.fr/english/viewtopic.php?p=601094#p601094 ;)


I can’t understand how to get the coordinates of X, Y tables in the window ...
by rndrei
Wed Apr 23, 2025 12:07 pm
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

Re: GridGadget

Thank you, working code!
by mk-soft
Tue Apr 22, 2025 7:54 pm
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

Re: GridGadget

Fred wrote: Tue Apr 22, 2025 6:54 pm Here is a very good grid gadget by said: https://www.purebasic.fr/english/viewto ... 28#p408428
And for said's grid gadget a few updates: https://www.purebasic.fr/english/viewto ... 94#p601094 ;)
by Fred
Tue Apr 22, 2025 6:54 pm
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

Re: GridGadget

Here is a very good grid gadget by said: https://www.purebasic.fr/english/viewto ... 28#p408428
by RNBW
Tue Apr 22, 2025 3:14 pm
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

Re: GridGadget

A very interesting way to develop a Grid.

What would be really useful would be if there was also a way of adding rows independent of an increased number of columns. There does not appear to be a AddGadgetRow() to complement AddGadgetColumn().

I've answered my own question. REM out the ...
by infratec
Mon Apr 21, 2025 7:00 pm
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

Re: GridGadget

Btw. you have a bug in your AddGadgetItem() the index is wrong.

If OpenWindow(0, 0, 0, 400, 150, "ListIcon - Add Columns", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ListIconGadget(0, 10, 10, 380, 100, "Standard Column", 150, #PB_ListIcon_GridLines)
ButtonGadget(1, 10, 120, 150, 20, "Add ...
by rndrei
Mon Apr 21, 2025 6:23 pm
Forum: Coding Questions
Topic: GridGadget
Replies: 8
Views: 1101

GridGadget

How to display a table?
I looked on the forum, there is not a single working code!?
As I understand it, you need through ListiconGadget?
Interested in how to remove lines backlighting, so that only on the cells there is a selection?

If OpenWindow(0, 0, 0, 400, 150, "ListIcon - Add Columns", #PB ...
by PBJim
Wed Mar 12, 2025 7:48 pm
Forum: Coding Questions
Topic: Listicon bug or something else?
Replies: 7
Views: 285

Re: Listicon bug or something else?

... Oldc

EndSelect

ProcedureReturn result

EndProcedure


Procedure Main()
Protected i

If OpenWindow(#Win, 100, 100, 400, 300, "#GridGadget Example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
LoadFont(0,"Tahoma",10)

ListIconGadget(#Grid, 10, 10, 380, 280, "Column 1", 100 ...
by mk-soft
Sun Jan 01, 2023 10:59 am
Forum: Coding Questions
Topic: RMB on ListIconGadget header
Replies: 7
Views: 868

Re: RMB on ListIconGadget header

If you still need GridGadget, there is a very good one from Said. I have carried out the last updates.

Link: Said's Canvas based Grid gadget
Link: Last updates from me on Github
by blueznl
Sat Dec 31, 2022 5:21 pm
Forum: Coding Questions
Topic: RMB on ListIconGadget header
Replies: 7
Views: 868

RMB on ListIconGadget header

... much lately, but now need to change a few very old tools, and want to add a bit of GUI to them.

I'm not in the mood to write my own kind of Gridgadget (yet :-) ) and trying to limit myself to PureBasic (so no external libraries). I probably could build it using the CanvasGadget, and might do so ...
by C87
Mon Oct 14, 2019 8:57 pm
Forum: Coding Questions
Topic: Database Example: Master and sub form two related tables
Replies: 6
Views: 2801

Re: Database Example: Master and sub form two related tables

... Topic Titles Only' that you may find helpful

Indexed files
YADA - Yet another database application
Search and replace in multiple files

PB.Ex GridGadget (Windows)
[Module] GridExModule.pbi
GridGadget
Canvas based Grid gadget

Rather than the grid code you may well find that ListIconGadget is an ...
by zikitrake
Sat May 18, 2019 8:50 am
Forum: Applications - Feedback and Discussion
Topic: PB.Ex GridGadget (Windows)
Replies: 8
Views: 4266

Re: PB.Ex GridGadget (Windows)

RSBasic wrote:PB.Ex GridGadget 1.0.2.0 has been released.....
This is wonderful, thank you so much!