Compile to Libraries Feather is not completely.

Theera

Expert
Licensed User
Longtime User
Hi Erel,
I see your the sample this ,and then to use the feather compile to libraries. It can run finished,but it isn't gather with Datepicker.bal in the libraries. Please help me to over come this problem.
 

Theera

Expert
Licensed User
Longtime User
Libraries cannot hold layout files. You will need to manually add the layout file to your project.

Hi Erel,

I've ever tried to insert the Datepicker.bal in the files tab,but it's not work. I guess that you haven't tried.

P.S. I test only on linux Mint v.14
 
Last edited:
Upvote 0

Theera

Expert
Licensed User
Longtime User
Hi Erel,
I think that it's not work because it has used designer script for Datepicker.bal.
 
Upvote 0

Theera

Expert
Licensed User
Longtime User
Just tried it and it works properly here. Which error do you get?

I'm sorry for my stupid.
I'm just tried again,and found my mistake about programming. I comment Activity.loadlayout("1") and delete 1.bal , after then I use coding instead of them,but I created these
Label1.Initialize("Label1_Click") <== my mistake
Activity.AddView(Label1,30,40,190,50)
 
Upvote 0

Theera

Expert
Licensed User
Longtime User
However, I have learned that if creating Library via designer,I must always include the layout file.
 
Upvote 0
Top