Thatâs really powerful stuff
Created another app using this extension this time custom ratings/review in using this extension⊠Still the UI part is left⊠Really a great extension⊠Thanks to @yusufcihan for this extension
How to set height and width automatic using any component?
Type;
-1 for Automatic
-2 for Fill Parent
By the way, all created components will have an automatic width and height by default. So you donât need to set to automatic again.
Yes thatâs right but wanted to know how can one set back to automatic If have set to fill parent
what about trying -1?
Taifun
Referring to a previous post of mine (SetProperety block not working for Android v7), after installing v.1.3, now it is fixed.
Thanks and best regards.
What is the internal name for RatingBar component?
No need to know the internal name anymore
There Might be Some Issue With The Extension itâs Creates Duplicate id Error whenever Extension is use With Two or more arrangements after exporting the app was showing duplicate of error But It shows No Error In Companion. I was Facing this Issue in one of my Recent Project Where I Use This extension to make Table Layout and post layout dynamic in single screen. Itâs fixed after I split post function in to two Different screens. I am Not Confirm itâs an Issue or Something wrong with my Blocks But I Think if Itâs working properly with Companion but Showing error after exporting there might be something wrong. Hope this is not an issue and If Needed I can Provide Blocks Image too. Although Itâs a Most Use full extension for me.
Extension says its all. You are creating another component with same ID.
This mostly happens with stored variables, like TinyDB, etc. Because companion and exported have own TinyDB tags. So if you saved settings manually (by âDo Itâ or adding testing blocks and executing them) in the companion in TinyDB, and donât add them to the exported app, then it is normal to see this error.
Yes, that would be nice.
Thanks For You Response I will Look into it and Inform You as fast as Possible.
Hi I am using MakeroidCardView as a component name but I am getting this error
Property setter was expecting a com.google.appinventor.components.runtime.KodularDynamicCardView component but got a MakeroidCardView instead.
Note: You will not see another error reported for 5 seconds.
this result in this error
Property setter was expecting a com.google.appinventor.components.runtime.KodularDynamicCardView component but got a MakeroidCardView instead.
Note: You will not see another error reported for 5 seconds.
Donât use Dynamic Card View component, use Any Component blocks for Card View.
thanks for the reply. the block I used was already Any component for dynamic card view there isnât any component card view.
but i used set properties block in the extension and itâs now working.
thanks again your extension made my app possible >3
You could just add a normal CardView to Screen and use any CardView blocks
But, yes, you can use SetProperty block too.
How i set second click of button reaction?
Use a variable when button click add 1 to variable. If variable is 2 then put your code what you want to do