April 26, 20241 yr 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.
April 26, 20241 yr 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
April 29, 20241 yr Author 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
April 29, 20241 yr 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
June 25, 20241 yr 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???
June 25, 20241 yr 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.
June 25, 20241 yr 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 ???? 🥵
June 25, 20241 yr 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).
June 26, 20241 yr 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
Create an account or sign in to comment