[Implemented] Native Date Gadgets

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

[Implemented] Native Date Gadgets

Post by Karbon »

The subject says it all. Dates are some of the most complicated things to validate, store and manipulate so having controls for them is a HUGE time saver. I'm currently using the API gadgets but it makes it hard for event capturing..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
downi
New User
New User
Posts: 4
Joined: Mon Aug 30, 2004 6:29 pm

Post by downi »

How did you enable images in Panel-Gadgets in K-Billing?

In PB 3.90 I can create images in Panel-Gadgets, but in PB3.91 it doesnt work correctly(Linkerprob?!).

POLINK: error : Unresolved external symbol '_ImageList_AddIcon'
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Change AddIcon to ReplaceIcon - the former was a macro that isn't supported by the new linker..

PureVision (www.reelmedia.org/pv) took care of the panels for me.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply