#PB_ANY for AddGadgetItem()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

#PB_ANY for AddGadgetItem()

Post by Shannara »

This is in relation to MDI Children, but it would be nice to have it for everything this command is for... This is yet another missing element for #PB_ANY.

Heh, I seem to be finding more and more things that are missing #PB_ANY support...
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Well, gadget items are always treated as one list starting from 0. #PB_Any
would make no sense there.

Timo
quidquid Latine dictum sit altum videtur
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Heh, damn, you answered in another thread :)


MODIFICATION:

ADDGADGETITEM to return a PB usable window handle, so you can actually use the result with GETGADGETITEMATTRIPBUTE, and SETGADGETITEMATTRIBUTE commands.. whew, after all, whats the use of returning an API handle when you cant use it with PB commands?
Post Reply