IlliaFM Posted April 26, 2024 Posted April 26, 2024 Hi all, I'm trying to use the above mentioned functions to hide/show my search bar when switching between certain panels, but the functions don't return what they are supposed to. I attached a script to OnPanelSwitch that flips a hide variable between 0 and 1, which works, but Get functions just show 0 in my Data Viewer. What could I be missing? Thanks.
comment Posted April 26, 2024 Posted April 26, 2024 Without knowing exactly what you did, we can only guess. I don't like guessing. Take apart the attached demo file and see if you can spot what's missing in yours. OnPanelSwitch.fmp12 1
IlliaFM Posted April 29, 2024 Author Posted April 29, 2024 So the Get functions do work. I overlooked the fact that they don't retain the returned values after a panel has switched, which is why I saw no change in the Data Viewer. @comment I modified your demo file to replicate what I was trying to achieve with the search field. It's supposed to hide when you're on some panels and show when on others. It works, but only if you refresh the object or the whole window. Interesting why Hide/Show needs a refresh to work in this case. OnPanelSwitch_Modified.fmp12
comment Posted April 29, 2024 Posted April 29, 2024 1 hour ago, IlliaFM said: Interesting why Hide/Show needs a refresh to work in this case. Because Claris did not bother to add an "event listener" to monitor variables like they have with fields: OnPanelSwitch_Modified_Again.fmp12 1
Gopala Krishnam Raju Ambati Posted June 25, 2024 Posted June 25, 2024 On 4/30/2024 at 2:55 AM, comment said: Because Claris did not bother to add an "event listener" to monitor variables like they have with fields: OnPanelSwitch_Modified_Again.fmp12 168 kB · 4 downloads hide condition of searchbar is Objects::gHideSearchBar how this is working???
comment Posted June 25, 2024 Posted June 25, 2024 2 minutes ago, Gopala Krishnam Raju Ambati said: hide condition of searchbar is Objects::gHideSearchBar how this is working??? Please ask a more specific question.
Gopala Krishnam Raju Ambati Posted June 25, 2024 Posted June 25, 2024 2 hours ago, comment said: Please ask a more specific question. GetValue ( Get ( TriggerTargetPanel ) ; 2) = "three" how is this working - when script is RUN" gHideSearchBar GETTING VALUE 1 how its happening ???? 🥵
comment Posted June 25, 2024 Posted June 25, 2024 The result of any expression that compares two values, such as: GetValue ( Get ( TriggerTargetPanel ) ; 2 ) = "Three" is a Boolean - either True (1) of False (0).
Gopala Krishnam Raju Ambati Posted June 26, 2024 Posted June 26, 2024 12 hours ago, comment said: The result of any expression that compares two values, such as: GetValue ( Get ( TriggerTargetPanel ) ; 2 ) = "Three" is a Boolean - either True (1) of False (0). some of ur scripts are onliners but ******* still i am not at all understanding my medical brain getting heated up even in dreams im seeing ur script thinking how how how
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now