#include<GLFW/glfw3.h>#include<stdlib.h>intmain(intargc,char**argv) {GLFWwindow*window;constGLFWvidmode*mode;if(!glfwInit())exit(EXIT_FAILURE);glfwWindowHint(GLFW_VISIBLE,GLFW_FALSE);window=glfwCreateWindow(640,480,"Test",NULL,NULL);if(!window) {glfwTerminate();exit(EXIT_FAILURE); }mod...
On PowerBITile component, use this formula for Visible 1. If(ScreenNum = 2, true, false) On Gallery component, use this formula for OnSelect 1.UpdateContext({ScreenNum: ThisItem.ID})