hi, I have a problem, when I set the ball speed to move the ball in canvas it not work.
If a try to use SET PROPERTY I get this error
method com.google.appinventor.components.runtime.Sprite.Speed argument 1 has type float, got gnu.math.IntNum
Set Property block is only works with booleans at the moment, Iâm trying to find a way to support all types. In this time, please continue using Any Component.
Thankyou very much .
if I set the property by any component the value is set, becausae I did try to read the value with âGetPropertyâ method. but the sprite not move .
I really wish for a new update as soon as possible. thankyou very much
I understand that âSet Propertyâ is experiental block for time being. Is it supposed for setting properties editable in designe mode? Is it possible to set designer-only properties (e.g. TextAlignment for a Label) using âAny Componentâ method?
Actually I added that method for property blocks which only have a Setter or Getter. It dynamically calls the method which declared in componentâs source code. So, if designer-only properties have not a method declared in component code which is for setting and getting, then Set Property block wonât work for the property.
@yusufcihan I have one suggestion
Can u add loading sytem in whch dynamic components gets loaded one by one if we are working with long lsist of data so that app does not crashes
⊠Ummm⊠Something like recycler view!!!