Data-aware gadgets

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Lewis
User
User
Posts: 47
Joined: Fri Nov 25, 2005 1:12 pm

Data-aware gadgets

Post by Lewis »

Are we likely to get data-aware gadgets in the near future? (Data-aware gadgets are capable of watching database connections, such that the gadget data is automatically updated when changed by another database user.)

IMHO this is a natural consequence of having a Database library. :wink:

Cheers,
Lewis
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: Data-aware gadgets

Post by c4s »

Doesn't make much sense to me.
What should this be? a ListViewGadget() with a database as a parameter that automatically looks for updates of that database? With an optional time-out, update-speed etc. parameter? :lol:

C'mon we are programmers and we know how to manage this by ourselves.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
User avatar
Lewis
User
User
Posts: 47
Joined: Fri Nov 25, 2005 1:12 pm

Re: Data-aware gadgets

Post by Lewis »

c4s wrote:Doesn't make much sense to me.
What should this be? a ListViewGadget() with a database as a parameter that automatically looks for updates of that database? With an optional time-out, update-speed etc. parameter? :lol:

C'mon we are programmers and we know how to manage this by ourselves.
Yeah, but some are lazier than others... :D

Cheers,
Lewis
Post Reply