Dialogs problems

vinny

Member
Licensed User
Longtime User
I'm trying to use a datetime dialog. I downloaded the Dialogs2.4.zip. The example doesn't run. When I try I get:
Error parsing program.
Error description: Unknown type: datedialog
Are you missing a library referance?
Occured on line: 36
Dim Dd As DateDialog

The readme.txt file said to put the jar and xml files in the "Additional Libraries folder". I assume this means the Libraries folder in the folder where b4a is installed. Is there a secret to using these dialogs?
 

agraham

Expert
Licensed User
Longtime User
put the jar and xml files in the "Additional Libraries folder". I assume this means the Libraries folder in the folder where b4a is installed.
No, libraries can be installed in two folders. I recommend you keep the B4A Libraries folder for "official" libraries and install third-party ones in your Additional Libraries folder. See Tools -> Configure paths in the IDE.
 
Upvote 0
Top