TLB_Frame_Attr weirdness/compile issue? [message #68369] |
Thu, 29 October 2009 13:24  |
rdh
Messages: 6 Registered: October 2009
|
Junior Member |
|
|
Hello,
I'm seeing something odd on Windows with widget_base and the
TLB_Frame_Attr option. In my code I set the TLB_Frame_Attr on a
widget_base to 11 (no close, minimize, or bar menu), but when I open
the project and "build all" and run the program, it basically sets it
to '1'. I can keep on compiling this way and running and it never
changes. However, If I then compile that individual source file
(either .compile or the toolbar button) and run the program again, it
works as expected.
Is there something I'm not understanding about "Build All", or is
something else?
thanks,
Romy
|
|
|
Re: TLB_Frame_Attr weirdness/compile issue? [message #68517 is a reply to message #68369] |
Thu, 29 October 2009 14:36  |
rdh
Messages: 6 Registered: October 2009
|
Junior Member |
|
|
Thanks David,
File_which() returned the expected result, but I looked more closely
at the compileoutput from build_all() and it was restoring a
manual .sav file that i had in my project directory which had older
versions of some of my code in it. I moved this and it is now fixed.
romy
|
|
|
Re: TLB_Frame_Attr weirdness/compile issue? [message #68518 is a reply to message #68369] |
Thu, 29 October 2009 13:42  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
rdh wites:
> I'm seeing something odd on Windows with widget_base and the
> TLB_Frame_Attr option. In my code I set the TLB_Frame_Attr on a
> widget_base to 11 (no close, minimize, or bar menu), but when I open
> the project and "build all" and run the program, it basically sets it
> to '1'. I can keep on compiling this way and running and it never
> changes. However, If I then compile that individual source file
> (either .compile or the toolbar button) and run the program again, it
> works as expected.
>
> Is there something I'm not understanding about "Build All", or is
> something else?
I would be guessing some kind of path problem. If you
do a File_Which on that file, does it find the one you
expect it to?
Cheers,
David
|
|
|