Search found 33 matches

by LuaDev
Mon Jan 02, 2012 12:03 pm
Forum: Tricks 'n' Tips
Topic: Toolbar+ dropdown arrow, popupmenu, toggle buttons, gadgets
Replies: 32
Views: 21550

Re: Toolbar+ dropdown arrow, popupmenu, toggle buttons, gadg

Hey Eddy

Great include, iv used it many times, but i was asked to create a bigger toolbar with 24x24 icons so i made a small edit to the main function, as i was pleased with the result i thought id post the function in this thread for everyone else

simply replace the CrerateToolBarPlus function ...
by LuaDev
Fri Dec 23, 2011 1:41 am
Forum: Tricks 'n' Tips
Topic: Meridians and Parallels
Replies: 27
Views: 8871

Re: Meridians and Parallels

Yup, that worked, nice example, way over my head tho!
by LuaDev
Thu Dec 22, 2011 2:48 pm
Forum: Tricks 'n' Tips
Topic: Meridians and Parallels
Replies: 27
Views: 8871

Re: Meridians and Parallels

i get:

"invalid memory access (read error at address 0)"

on line 134

Code: Select all

Define Sph=CreateSphere(-1,Radius)
by LuaDev
Fri Dec 16, 2011 11:26 pm
Forum: Coding Questions
Topic: Network library -- unique id's?
Replies: 9
Views: 1846

Re: Network library -- unique id's?

Hey is that you Josh ? (Its Riz from IR)

Anyway, how are you creating the client, are you using a global variable to store the ConnectionID?? (on client side)
by LuaDev
Fri Dec 16, 2011 11:18 pm
Forum: Windows
Topic: ICustomDestinationList - How??
Replies: 2
Views: 1572

Re: ICustomDestinationList - How??

Ha, the codeproject link in that thread is just the ticket, a nice clear explanation is what i needed, now i just got to get my C++ hat on and translate it (not always an easy task, lol)

Thanks for the link.
by LuaDev
Fri Dec 16, 2011 12:45 am
Forum: Windows
Topic: ICustomDestinationList - How??
Replies: 2
Views: 1572

ICustomDestinationList - How??

Hello fellow PB'ers

Has anyone had any luck getting the win7 ICustomDestinationList interface to work in PB, frantically searching for information i can actually understand, but being a interface noob im close to giving up

cant even get the GetCurrentProcessExplicitAppUserModelID API function to ...
by LuaDev
Sun Nov 13, 2011 10:50 pm
Forum: Announcement
Topic: EsGRID, ExGRID and the tBOX grid controls!
Replies: 28
Views: 15250

Re: EsGRID, ExGRID and the tBOX grid controls!

Hi srod

The tBOX is simply fantastic, great job, works like a dream

Do you plan on adding any more cell types to the PropertyBox, like a Spin (for integer) and Date/Time (with drop down date picker)

also, i do miss the treelist gadget from the old nx suite, do you plan on rewriting it for the new ...
by LuaDev
Fri Feb 18, 2011 2:08 am
Forum: Tricks 'n' Tips
Topic: Gauge display
Replies: 35
Views: 14949

Re: Gauge display

Wow, that's pretty amazing, thanks
by LuaDev
Sat Jan 08, 2011 12:32 am
Forum: Windows
Topic: Transparent CheckBox (How To?)
Replies: 4
Views: 2083

Re: Transparent CheckBox (How To?)

Thanks for the tips, i tried it, it didn't quite look like i wanted, looks better in a coloured container with skinned checkboxes
by LuaDev
Fri Jan 07, 2011 12:49 am
Forum: Windows
Topic: Transparent CheckBox (How To?)
Replies: 4
Views: 2083

Re: Transparent CheckBox (How To?)

i also tried all manor of things to draw the background as transparent but no dice

the thing is, my app has a selection of *.msstyle skins that i wanted the checkboxs to adhere to, so im going to have to either recreate each theme checkbox (which i dont want to have to do, i want it to be future ...
by LuaDev
Thu Jan 06, 2011 8:33 pm
Forum: Windows
Topic: Transparent CheckBox (How To?)
Replies: 4
Views: 2083

Transparent CheckBox (How To?)

Hi Guys

I have a few checkboxs over a image and i need the to make the background transparent so it all looks like it should, after searching the forum and MSDN for half the day to find i can only change the actual color of the background, iv conceded to ask for help

Is it possible to make the ...
by LuaDev
Wed Dec 22, 2010 8:20 pm
Forum: Windows
Topic: Reading Structure Argument
Replies: 9
Views: 3799

Re: Reading Structure Argument

yea, that seems to work ok, thanks

how did that happen, was the structure expanded somehow?
by LuaDev
Wed Dec 22, 2010 7:01 pm
Forum: Windows
Topic: Reading Structure Argument
Replies: 9
Views: 3799

Re: Reading Structure Argument

no i cant, didn't try till today and got all sorts of weird problems, back to the drawing board then i guess
by LuaDev
Tue Dec 21, 2010 11:52 pm
Forum: Windows
Topic: Reading Structure Argument
Replies: 9
Views: 3799

Re: Reading Structure Argument

nm, i got there in the end

Code: Select all

*ptr.RECT = @*rcObRect
by LuaDev
Tue Dec 21, 2010 11:03 pm
Forum: Windows
Topic: Reading Structure Argument
Replies: 9
Views: 3799

Re: Reading Structure Argument

Wich SDK?

the SDK is for AutoPlay Media Studio, but it requires you fill a C++ class (which cant be done in PB?) so a friend of mine wrote a wrapper (or proxy) dll that fills the class by calling functions from my dll

I think:

you misunderstand, that function must be defined in my dll and the ...