Question about properties (OpenInsight 64-bit)
At 26 DEC 2023 02:21:07PM Karl Pozmann wrote:
This is from the PRODUCTS commuter in EXAMPLES. I'm trying to understand the usage of ".IMAGE" as it appears to be a property referenced with a period instead of a comma, maybe to allow for properties of an image? Are there other "properties" (besides IMAGE) that have these options? I saw another post referencing "RESIZEPROPERTY" (as opposed to "FILENAMES" here) but it also used ".IMAGE". These additional properties don't appear in the Properties sidepanel under "Image" either.
if get_Status() Then
Whatever End else call set_property_Only ( @Window : ".BMP_PRODUCT_IMAGE" : ".IMAGE", "FILENAMES", valImageInfo<1> ) call set_Property_Only ( @Window : ".BMP_PRODUCT_IMAGE" : ".IMAGE", "COLORKEY", valImageInfo<5> ) call set_Property_Only ( @Window : ".BMP_PRODUCT_IMAGE" : ".IMAGE", "COUNT", valImageInfo<3> ) Call Set_Property_Only ( @Window : ".BTN_CLEAR_PATH", "ENABLED", False$ ) End </QUOTE> —- === At 26 DEC 2023 04:03PM bshumsky wrote: === <QUOTE>Hi, Karl. These are properties of "image objects". You can read about the image object API on Carl's RevDevX blog here. Hope that helps, - Bryan Shumsky Revelation Software, Inc. </QUOTE> View this thread on the Works forum...