I donât understand. You want to say it is not worked by using firebase
This post was flagged by the community and is temporarily hidden.
Store taglist in a global variable when got taglist. And compare it before calling foreach loop
If length of taglist variable = length of Title variable
Call for each loop
Boban
(Boban Stojmenovic)
August 21, 2020, 10:45am
#1145
Put this blocks on top in the event got value
4 Likes
how to create card view component
1 Like
Read the past posts you will know your answer :
Edited: Yes, just use MakeroidCardView name.
Looks like Kodular added their components in the same package name as in App Inventor. (Kodular staff might need to confirm it) So I donât need to update the extension for supporting Kodular specific components!
I donât have a full available component names for Kodular components (because I donât know their internal names), so looks like you will need to find out which will work.
For example to create a CardView dynamically with this extension, use MakeroidCardView name in the coâŠ
âMakeroidCardViewâ is the internal name of CardView as I said in earlier posts.
Ok, I know the issue.
The WebView name is correct, the error comes in Get CardView By Id block. Kodularâs Dynamic Component returns different value than componentâs itself. So DynamicComponents extension canât add a component to Kodularâs built-in dynamic components.
Solution:
Delete Dynamic CardView component and create dynamic CardView components with my extension too. Use MakeroidCardView name for CardView.
Please use âMakeroidCardViewâ in the name. It is already said once in every 10 posts, and it is annoying to repeat that every time.
8 Likes
yusufcihan
(Yusuf Cihan)
August 21, 2020, 4:16pm
#1149
Can you show your current blocks?
1 Like
yusufcihan
(Yusuf Cihan)
August 21, 2020, 4:20pm
#1151
Can you try again with typing âMakeroidCardViewâ in the componentName parameter?
please tell me why it is showed
ADDYLIN
(ADDYLIN)
August 21, 2020, 4:26pm
#1154
in Component Name of Create Block
Place a text block and in that write âMakeroidCardViewâ
ADDYLIN
(ADDYLIN)
August 21, 2020, 4:33pm
#1157
Try one thing change your id system.
Make it like this -
Here a variable is used to set idâs.
Hi,
I am not able to set Font Bold property while creating Label using Dynamic component. I have tested using .Schema method also. But unable to do that.
I know that the Bold property is only available in Designer (not in blocks) of Lebel. But still I need that. Kindly suggest me a process.
Hi @nirmalya_lahiri , welcome to the community,
Can you show your blocks?
{
ânameâ: âFont Templateâ,
âmetadata-versionâ: 1,
âauthorâ: âNirmalyaâ,
âplatformsâ: [
âKodularâ
],
âkeysâ: [
âobj_idâ
],
âcomponentsâ: [
{
âidâ: âLabel_{obj_id}â,
âtypeâ: âLabelâ,
âpropertiesâ: {
âTextâ : âNirâ,
âFont Boldâ: true
}
}
]
}
yusufcihan
(Yusuf Cihan)
August 24, 2020, 3:29pm
#1161
Thatâs was the main reason why I added SetProperty
and GetProperty
blocks. It basically allows you to set/get properties even for Designer Only properties.
nirmalya_lahiri:
âFont Boldâ: true
Can you try FontBold
without spaces? And you donât need to use Schema for that. You can try it on SetProperty block.
1 Like