Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileRSRC_OBFIX(tree,obj) tree, obj: iexp This function converts the coordinates of an object within a tree, from character coordinates to pixel coordinates, taking into account the current screen resolution. It is called automatically by RSRC_LOAD(), but must be used if the object is created directly in memory by POKE, etc. Return value will always be 1. tree - Address of the appropriate object tree. obj - Object number of the object to be adjusted. rsrc_obfix()+