PDA

View Full Version : Custom Button locations?


thetford
08-24-2008, 10:06 AM
Hey guys, I've been pondering ways to keep more files stored locally on the users system to decrease large project load times.

For example, is it possible to store button files in:
C:\Program Files\My App\buttonX.btn
and load them on a pages pre-load event? Any ideas on where to start?

I've never really used Page.CreateObject(OBJECT_BUTTON, "NewObject", nil);

but this dosen't really load a file, and it's a lot more code than just loading a button, that calls an external script.

Thanks in advance
Mike

arb
08-25-2008, 01:01 AM
What about this?