B4A Library ICOSFlip3DView is new for animation

Hello to everybody, i introduce the new library (ICOSFlip3DView)


ICOSFlip3DView library is part of icoslibrary, I have added swap2view, take a look in the example or in pdf. Thank you for choosing my libraries.

Hi SUSU
I think is this what you were looking for?


Fixed when AnimationEnd in Swap2View
 

Attachments

  • ICOSFlip3DView.zip
    209.3 KB · Views: 1,018
  • ICOSFlip3DView_v1.5_Lib.zip
    53.8 KB · Views: 663
Last edited:

myriaddev

Active Member
Licensed User
Longtime User
Great Lib!

I will use lib soon. I noticed some artifacts when running
on v2.2.2 Android (rooted) Samsung M900. Keep up the
Great work! Jerry
 

susu

Well-Known Member
Licensed User
Longtime User
Hi Salvi, why Swap2View don't have AnimationEnd event?
 

stdenis

Member
Licensed User
Longtime User
In the example, Swap2View - it seems as though image i1 and i2 are using the same image. Can't seem to get 2 different images loaded - front and back. Great library btw!
 

lonleystar

Well-Known Member
Licensed User
Longtime User
In the example, Swap2View - it seems as though image i1 and i2 are using the same image. Can't seem to get 2 different images loaded - front and back. Great library btw!
Hi stdenis Thank you for choosing my library, they are 2 different image.

I fixed AnimationEnd event.
Download the Library again and use.

Please let me know any bugs.

Ciao e buona Pasqua = (Happy Easter)
 

stdenis

Member
Licensed User
Longtime User
I just downloaded the library again.
But when I click on the button Flip3DView Horizontal - should it not start with image i1 and then rotate horizontally and then flip to image i2?
I'm not seeing that. I get image i1 starting, and then when it goes to flip, it still shows image i1. It's like the pointer to i2 is not being used.
 

lonleystar

Well-Known Member
Licensed User
Longtime User
I just downloaded the library again.
But when I click on the button Flip3DView Horizontal - should it not start with image i1 and then rotate horizontally and then flip to image i2?
I'm not seeing that. I get image i1 starting, and then when it goes to flip, it still shows image i1. It's like the pointer to i2 is not being used.
Hi stdenis u r right I made a mistake I forgot to put the fixed library i'm sorry for the inconvenience.

Now are 2 examples

download again please

thanks a lot.
 

stdenis

Member
Licensed User
Longtime User
Cool - that's works great now - it's handling both images.

Almost like Swap2View should have another parameter that controls direction: Forward/Backward ie rotate right or rotate left for horizontal, rotate up or rotate down if vertical.

Love your library!
 

buddypepper

Member
Licensed User
Longtime User
I've made a layout using the designer...I've put everything inside of a Panel. How would I go about using swap2view to flip that panel and swap it with another layout (also in a panel)?
 

Smee

Well-Known Member
Licensed User
Longtime User
Hi Lonelystar,

Were you able to complete the coverflow style?
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi Lonelystar,

Were you able to complete the coverflow style?
Hi smee, sorry if i answer later, about my new job i need time.
but in about a week, the new gallery will be completed. very fast and flexible.
for the coverflow I am working on it.
I need just a little more time.

best regard

G.Salvi
 

quimacama

Member
Licensed User
Longtime User
Background

Hello Lonelystar,
I have a background in the second example, and while the animation performs the Swap2View below the image looks black.

Otherwise, by carrying out several times the Swap2View, the background flashes and disappears for a few moments.

This happens in tests for a device with Android 2.3 , in another with 4.0.3 everything goes perfect.

Has a solution for 2.3 ?
 

quimacama

Member
Licensed User
Longtime User
I answer myself

I have put a transparent panel that contains the images and so everything was fine now.
Thanks for this lib :)
 
Top