Thank you so much guys ! This plugin is a game changer !!! Well done !
@bestbubbledev Жыл бұрын
Means a lot! Thank you so much 🙏
@tifeolayinka5380 Жыл бұрын
Great Tuts
@bestbubbledev Жыл бұрын
Initially I read “great tits” and I was like wtf?! 😂
@tifeolayinka5380 Жыл бұрын
@@bestbubbledev ha ha ha😂
@fabrizionastri9484 Жыл бұрын
Question: are all the GCS elements that share the smame "State Name" equal, or is there a "parent" element where you define the data type, and other child elements where you only specify the name ? What happens if you create two GCS elements with the same "State Name" and different data types ?
@bestbubbledev Жыл бұрын
There are not parent/child as long as they have the same name. This being said where you have element in the element tree may affect the performance. Which one gets loaded first and so on. If you have issues let me know ✌️
@fabrizionastri9484 Жыл бұрын
What about default values ? If I don't put a default value in the main page, but I do put a default value in a reusable component (with the same state name), it seems that it does not pick up the default value.@@bestbubbledev
@bestbubbledev Жыл бұрын
@@fabrizionastri9484 make sure the default gcs is on top of the element that childs the second gcs. If this doesn’t help I think setting the default value on all gcs elements should be fine.
@minmaxsa3 ай бұрын
I liked the idea of global custom state and i implemented in a project. But having hard time to add and remove items from the state list. Add an item of property a → remove a item if there is already an item with property a … This is what i am trying to achieve. When i add items to the state list - It works. Proof can be seen in a Text View in project, which shows the items in the list. When i have to remove the item [minus item] , the above said text shows nothing [which is the desired value] , but a toast shows the value/item is still there. in next action i have to add another item to the state list. The item was added along with the removed ones. That is i have 2 items now; the removed one + the new one. It is confusing … is this a bug.