Java Question Modifying Stdactionbar

PABLO2013

Well-Known Member
Licensed User
Longtime User
Greetings

Has been using the lib with two tabs, a data base and in the other a map (osm).
My main reason is try to eliminate the effect of manual displacement upon touching the screen (Sliding Pages), because it interfere with the displacement of the map, I have proven with:

sub bar_TabChanged (Index Int Ace, STab StdTab Ace)
Activity.RemoveAllViews........................

but removing the views, and pass of a to another. make my app that is slow or lost things.

thank you

I want to know if you could help me to correct these errors. thank you
 
Last edited by a moderator:

giga

Well-Known Member
Licensed User
Longtime User
In my opinion this should be placed under libraries development section.

Looks like you are using eclipse. The reason for the red "error" squiggly lines is because the android.view is not referenced libraries of your project.

Make sure you have android, B4AShared, Core jars in your referenced libraries
 

walterf25

Expert
Licensed User
Longtime User
Greetings

Has been using the lib with two tabs, a data base and in the other a map (osm).
My main reason is try to eliminate the effect of manual displacement upon touching the screen (Sliding Pages), because it interfere with the displacement of the map, I have proven with:

sub bar_TabChanged (Index Int Ace, STab StdTab Ace)
Activity.RemoveAllViews........................

but removing the views, and pass of a to another. make my app that is slow or lost things.

thank you

I want to know if you could help me to correct these errors. thank you



View attachment 36260
Have you added the Android.jar file to your project?
 

PABLO2013

Well-Known Member
Licensed User
Longtime User
TKS YES I PUT android (20), B4AShared, Core...ECLIPSE SAY ..."The import android.view.Window.Callback collides with another import statement"
 

DonManfred

Expert
Licensed User
Longtime User
LOL
 

PABLO2013

Well-Known Member
Licensed User
Longtime User
Greetings. I wanted to know if you are the complete the owner of the rights of the code and this way request permission for the modification of the lib.

The idea is eliminate the effect of displacement of the lib, interferes with the displacement of the map (osm) and on the other hand if eliminate the views upon changing between [tabs] it makes slow my application. I want to maintain the [tabs]

[tks]

[pd]: I will need alone their permission or another...
--------No para Risueños hombres solitarios de 46 años----------
 
Last edited:
Top