Search found 6 matches
- Wed May 04, 2011 9:24 am
- Forum: Coding Questions
- Topic: Transparent image with ButtonImageGadget()?
- Replies: 18
- Views: 4178
- Tue May 03, 2011 3:54 pm
- Forum: Coding Questions
- Topic: Transparent image with ButtonImageGadget()?
- Replies: 18
- Views: 4178
- Tue May 03, 2011 12:25 pm
- Forum: Coding Questions
- Topic: Transparent image with ButtonImageGadget()?
- Replies: 18
- Views: 4178
- Tue Dec 14, 2010 1:53 pm
- Forum: Coding Questions
- Topic: Nesting include files (not really a bug but...)
- Replies: 21
- Views: 8323
Re: Nesting include files (not really a bug but...)
Hi helpy,helpy wrote:The Constant #PB_Compiler_FilePath exists since PB Version 4.30 (16th December 2008)
thanks for the info! So the macro should better be like...
Code: Select all
Macro XIncludeFileRelative(FileName)
XIncludeFile #PB_Compiler_FilePath + FileName
EndMacro
- Tue Dec 14, 2010 12:05 pm
- Forum: Coding Questions
- Topic: Nesting include files (not really a bug but...)
- Replies: 21
- Views: 8323
Re: Nesting include files (not really a bug but...)
I know, I'm a bit late to contribute to this thread, but I just came about it looking for a solution for the "relative-include-thing" and I find the "IncludePath #PB_Compiler_File" - trick very nice and working fine. I just wanted to add that for me it gets even more handy using a small macro ...
- Wed Dec 03, 2008 1:47 pm
- Forum: Coding Questions
- Topic: PxLenght of Text in String/TextGadget
- Replies: 22
- Views: 14747