Issue with RecyclerList Extension: Different OnBindView Parameters in My AIA vs Sample AIA**

Hi Kodular Community,

I’m working with the RecyclerList extension and I’m trying to learn from a sample .aia file. However, I’m running into a difference in the OnBindView event between my project and the sample AIA file I’m studying.

In my project, the OnBindView event gives me:

  • root
  • position

But in the sample AIA, it includes:

  • root
  • position
  • dataItem

This is causing some confusion because the sample uses dataItem to access the actual data, while I don’t have access to that in my version.

Here are my questions:

  1. Why is dataItem missing in my OnBindView event?
  2. Is this due to using a different version of the RecyclerView extension?
  3. How can I get the same functionality (including dataItem) in my project?

I’d appreciate any guidance or if someone can share the correct version of the extension that supports dataItem.

Thanks in advance!

Images below

component_event(4)
component_event(3)

yes, you are using old version. click on the extension to know the release date. Instead of dataitem you may use recycler data item from the helper block, i used the same in OnBindView

try this block if available

image

Quite interesting. Post was created 12m ago but comment created on 34th min

Let me try

I can’t see here, else give latest version of it

Thanks alot

1 Like

Count is very old version(version 1), go to the page and download latest version. Latest version will show data and not count

1 Like

I just wake up and trying to make something with this amazing extension, but i can not see my UI created with it, is there something else i am missing to add here for the first Card to appear?

How many lists (rows) are there in the gsheet?


19

Did you tick the listcontainer VA to VISIBLE?

Yes it where the added cardview holder in the screenshot

Its Visible

  1. Do not add any elements in the listcontainer, make it as free
  2. Is it throws any error? If so share us.
  3. Still not work mean remove the fullclickable option from the property dictionary then try once again

oky let me try

No error throws, also i added text to get data from globdata and the data is displaying {look in companion}

I removed the item in VA

Can you share your sample aia?

uiu.aia (820.1 KB)

Here’s it

Expected like this?

Then Test this
uiu (1).aia.zip (775.8 KB)

yes that what it was supposed to be created, let me test