Multiple fixes/suggestions for objects
Some fixes/suggestions for objects:
- Direct Show/Active Direct Show - loading the file "" causes it to +1 mb in the debugger.
- needs an "End of video" condition, as right now people have to use GetPosition => GetDuration
- IconView object - the LabelAt expression should be LabelAt$
- The IconList object's Invisible at Start property checkbox is reset to unchecked every time the window is closed.
- The binary object has that Load file to replace action bug - it displays it as the "Set bank at" action, which is one above. I'm not sure if the action itself works.
Thanks for your time, let's get these bugs removed for the next build/pack!
Re: Multiple fixes/suggestions for objects
1. Not a bug, it does it only once, probably DirectShow libraries being loaded in memory.
3, 4 & 5. Fixed in next BP update.
Re: Multiple fixes/suggestions for objects
Re: Multiple fixes/suggestions for objects
Also, I have noted a bug in the Tab Control object:
+TabCaption$( "Tab Control", CurTab( "Tab Control" )) = "Updater"
+[color:#FF0000]Never[/color]
-Set [color:#3333FF]Global Value A[/color] to [color:#3333FF]0[/color]
...causes a 8-24kb increase in memory usage every second or so (as seen in Task Manager)
To narrow it down a bit further - it occurs:- in HWA and Standard views
- EXE and MMF2 runtime
- Doesn't care what the other conditions are
- Needs to be 1 or more actions, which can be anything
Hopefully will be fixed soon!
Re: Multiple fixes/suggestions for objects
Quote:
Originally Posted by SortaCore
Also, I have noted a bug in the Tab Control object:
+TabCaption$( "Tab Control", CurTab( "Tab Control" )) = "Updater"
+[color:#FF0000]Never[/color]
-Set [color:#3333FF]Global Value A[/color] to [color:#3333FF]0[/color]
...causes a 8-24kb increase in memory usage every second or so (as seen in Task Manager)
To narrow it down a bit further - it occurs:
- in HWA and Standard views
- EXE and MMF2 runtime
- Doesn't care what the other conditions are
- Needs to be 1 or more actions, which can be anything
Hopefully will be fixed soon!
confirmed, memory going up constantly on my machine.
Re: Multiple fixes/suggestions for objects
Will be fixed soon. Sorry.
Re: Multiple fixes/suggestions for objects
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=211440#Post2114 40 Fixed!