Android Question BeeperDelux Lib

artsoft

Active Member
Licensed User
Longtime User
Hi all!

I am trying to use this lib in my app: https://www.b4x.com/android/forum/threads/beeperdeluxe.124084/
(BeeperDelux from Guenter Becker)

While trying to compile my app, I get always this:
B4X:
Not found: C:\Program Files\Anywhere Software\B4A\libraries\fiddlearound.jar

But his example app code works great! (I have the same libs in my app!)

1741085980791.png


What is missing here now?

Regards
 

DonManfred

Expert
Licensed User
Longtime User
What is missing here now?
Not found: C:\Program Files\Anywhere Software\B4A\libraries\fiddlearound.jar

There seems a missing dependency in the library. fiddlearound.jar is not provided.
But his example app code works great! (I have the same libs in my app!)
then you probably have fiddlearound.jar in your additional library folder if it works. Or the jar is not needed at all.
Maybe remove the dependency from the XML.

Or ask the library author if the jar is needed at all or not.
 
Upvote 1

artsoft

Active Member
Licensed User
Longtime User
Not found: C:\Program Files\Anywhere Software\B4A\libraries\fiddlearound.jar

There seems a missing dependency in the library. fiddlearound.jar is not provided.

then you probably have fiddlearound.jar in your additional library folder if it works. Or the jar is not needed at all.
Maybe remove the dependency from the XML.

Or ask the library author if the jar is needed at all or not.

Thx DonManfred :)

In his lib the creator of the lib wrote:

B4X:
' ###############################################
' (C) TechDoc G. Becker - http://gbecker.de
' ###############################################
' Custom View:    BeeperDeLuxe
' Language:        B4A
' Designer:        No
' Version:        1/2020
' Used Libs:    Audio, Core, fiddlearound
'                Phone,XUI
' ###############################################
' Usage is Roayalty free for Private and commercial
' use only for B4X-Anywhere Board Members.
' ###############################################

So, it seems that the lib "fiddlearound" is really needed.

Yes, I will ask him.

Thx for your quick answer :)

Regards
 
Upvote 0

artsoft

Active Member
Licensed User
Longtime User
Not found: C:\Program Files\Anywhere Software\B4A\libraries\fiddlearound.jar

There seems a missing dependency in the library. fiddlearound.jar is not provided.

then you probably have fiddlearound.jar in your additional library folder if it works. Or the jar is not needed at all.
Maybe remove the dependency from the XML.

Or ask the library author if the jar is needed at all or not.

Me again, DonManfred :)

I simply removed the dependency from the lib-xml and I reloaded the lib again in my app.

And now: IT WORKS!!!!!! As your already mentioned before.

Thanks for your help.

Regards!
 
Upvote 0

artsoft

Active Member
Licensed User
Longtime User
What makes me wonder is the fact that the example is WORKING even if the file is not present.
And that let me think it may be not needed at all.

I guess that the dependency - provided within the xml file - is a garbage text and should/can be removed.
But in additional, I will wait for any answer coming back from the lib creator.

So, I think, we can close this thread!!!
Bye and thx again :)
 
Upvote 0

Guenter Becker

Active Member
Licensed User
Dear Sirs due to not knowing the fiddlearound it is definitly not used in the beeper lib. Don't know how it is called.
Please notice that this is an old lib and in the next weeks I will substitute it by a b4x lib.
 
Upvote 0
Top