Hi I am new to B4X and I am trying to compile a project with ASScheduler in B4J and put keep getting this compile error show below. Does anyone know where I can find Jpager that seems to be missing. I have the same problem when using the developers examples in B4x put I can get it to compile in B4A
This is a high performance pager, optimized for large lists. No flickering or other unwanted behavior when changing index in large lists. Page change via arrow keys on the keyboard, or with the NextPage/PreviousPage function. I spend a lot of time in creating views, some views i need by my...
Hi Alex,
I have added this to my B4J project and to the example projects that came with the As Scheduler that I bought but keep getting tthis error message
B4J Version: 9.80
Parsing code. Error
Error parsing program.
Error description: Unknown type: reflector
Are you missing a library reference?
Error occurred on line: 53 (jPager)
Dim r As Reflector
Hey, thanks to @KZero for his good zPager class, i was able to extract a few things from it to make this cross platform view. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support...
Hi Alex,
I am getting nowhere fast with this I have made sure all the libraries are linked in your example but still get the same error .I have attached a screen shot showing linked libraries and the error on the As Scheduler Example
search for "jreflection"
you don't need to tick all these libaries. I have included all the required ones in the manifest file and they will be used automatically. Your real problem was that you didn't have the AS_ViewPager and the jPager and so it couldn't compile. Also I see that you didn't copy the AS_Scheduler and the AS_ViewPager to your Additional library folder, but to the internal one and that is also a big mistake.
I am getting nowhere fast with this I have made sure all the libraries are linked in your example but still get the same error .I have attached a screen shot showing linked libraries and the error on the As Scheduler Example