PB.Ex-Wishes

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

PB.Ex-Wishes

Post by RSBasic »

Hello,

I have already implemented some libraries (send JSON to a website with HTTPS support, WMI, speech recognition, MSSQL, FTP/SFTP/FTPS).
If you have wishes for another library that you absolutely want to use in PB, you are welcome to post here.

Happy Easter.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB.Ex-Wishes

Post by RSBasic »

Thank your for your answer.
mohsen wrote:In my opinion, PB is limited in controls.
That's right.
mohsen wrote:Please add these controls library to pb
1- Grid
2- RibbonBar
3- PropertyBox
4 - advanced Buttons
Good ideas
mohsen wrote:3- PropertyBox
This will probably be my next library. I have tried to implement this control:
Image

So far, it works. Now I have to wrap all methods and properties and events.
Image
Image
User avatar
blueb
Addict
Addict
Posts: 1041
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: PB.Ex-Wishes

Post by blueb »

Louise wrote:... My wish is the DataGrid_gadget. This gadget is used in many database related projects.
Hi Louise / Ray...

One thing I really miss is Visual Basic's 'Data Aware' controls. It made building data aware forms much easier.

see: https://docs.microsoft.com/en-us/previo ... 7(v=vs.60)

So a series of 'Data Aware' controls would be terrific, and could one day be included in PB itself. :D
- It was too lonely at the top.

System : PB 6.10 Beta 9 (x64) and Win Pro 11 (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PB.Ex-Wishes

Post by Kuron »

A few years back, I would have loved a property box which was configurable to use custom controls. I had a need for a "compass" control, that could handle pointing N, S, SE, etc. A must-have for level editors for the game I was working on.
Best wishes to the PB community. Thank you for the memories. ♥️
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB.Ex-Wishes

Post by RSBasic »

@mohsen
I'm sorry, but I haven't programmed since, because I haven't had that much time. I hope to be able to continue the development next weekend.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB.Ex-Wishes

Post by RSBasic »

mohsen wrote:1- Grid
Louise wrote:... My wish is the DataGrid_gadget.
viewtopic.php?f=27&t=72834

@Louise
Database binding comes later.

@mohsen
Unfortunately, it is not so easy to create a PropertyGadget for PB because the PropertyGrid is always bound to an object or class. I'am sorry. Maybe someday I'll find a solution.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB.Ex-Wishes

Post by RSBasic »

Where's the posting by Louise? :?:
Louise wrote:... My wish is the DataGrid_gadget. This gadget is used in many database related projects.
Image
Image
Mindphazer
Enthusiast
Enthusiast
Posts: 340
Joined: Mon Sep 10, 2012 10:41 am
Location: Savoie

Re: PB.Ex-Wishes

Post by Mindphazer »

RSBasic wrote:Where's the posting by Louise? :?:
Vanished !!
Maybe Louise was a ghost ? :mrgreen:
MacBook Pro 14" M1 Pro - 16 Gb - MacOS 14 - Iphone 15 Pro Max - iPad at home
...and unfortunately... Windows at work...
User avatar
pf shadoko
Enthusiast
Enthusiast
Posts: 280
Joined: Thu Jul 09, 2015 9:07 am

Re: PB.Ex-Wishes

Post by pf shadoko »

Hello RSBasic and thank you for your exemplary work
your DLLs with their well-documented function sets, are an extension to PB
would it be possible instead of DLLs to have lib ?
(I don't know the subject well, but I did a test (with MLF and MiniLib), it seems to work)
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 340
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Re: PB.Ex-Wishes

Post by ar-s »

Hi RSbasic.
That's a cool idea.

Some more advanced options concerning text in a canvasgadget (and therefore for imagegadgets) to manage centering and automatic line breaks.
It's not very complicated in itself but I didn't have the courage to make a lib/module so I usually use (at least for centering) a classic procedure.

Something Like

Code: Select all

DrawCanvasText(ID, text.s, $textcolor, #PB_CanvasTextCenter|#PB_CanvasTextWordWrap)
~Ar-S~
My Image Hoster for PB users
My webSite (french) with PB apps : LDVMULTIMEDIA
PB - 3.x / 5.7x / 6 - W11 x64 - Ryzen 7 3700x / #Rpi4

Code: Select all

r3p347 : 7ry : un71l d0n3 = 1
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB.Ex-Wishes

Post by RSBasic »

@pf shadoko
As far as I know you can create a lib file with polib.exe.

@ar-s
This is not possible because the PB team created the CanvasGadget themselves. I cannot modify or extend the CanvasGadget.
You can post your wish here: viewforum.php?f=3
Image
Image
Post Reply