Window Slide Effect and Opening Effect...

sitajony

Active Member
Licensed User
Hi, I'm doing a Lib who make slides effect on any Form, there's SlideToLeft, ToRight, ToTop, ToBottom, FromLeft, FromTop... and Opening and Closing... (For PPC but also for PC (not as well as PPC))
I would know if it's a good idea :)
When I'll finish I post my Lib...
There'll be also the WindowStyle I think...
Thanks for your comments! :)
 

corwin42

Expert
Licensed User
Longtime User
This is a nice idea.

I'm currently working on a weather application and I would like to add a nice user interface for it. For changing forecast between the days I have thought about some sliding effects (slide one day out and the next day in etc.). Would be perfect if this could be done with your lib.

The best feature would be if you can slide the pages with your finger...

Best regards,
 

sitajony

Active Member
Licensed User
This is a nice idea.

I'm currently working on a weather application and I would like to add a nice user interface for it. For changing forecast between the days I have thought about some sliding effects (slide one day out and the next day in etc.). Would be perfect if this could be done with your lib.

The best feature would be if you can slide the pages with your finger...

Best regards,
Yes you can slide with the Finger (with MouseEvent) I'm doing some examples...

I'll post my Lib in few hours...
 

sitajony

Active Member
Licensed User
This is my First example (without the lib for the moment)...
I'll add the dynamic Slide function:
When we click on a point and drag it so the form slide while you keep pressing this point... Like Android OS and some applications...

Edit:
Also Like WP7...
 

Attachments

  • Example.zip
    192.1 KB · Views: 389
Last edited:

JOTHA

Well-Known Member
Licensed User
Longtime User
... but it is too slow ...

Hi sitajony,

this is a good idea.

I tried your example, but it is too slow.
I think it is possible to speed up in your "Ready-DLL", so I´m waiting ... :)
 

sitajony

Active Member
Licensed User
The speed can be changed, it's depend of your CPU...
I'll do a Slide with the stylus like WP7 etc...
With this function you can move each Form directly with the stylus/finger so it'll be faster...
Thanks for your comments :)
It'll be maybe available today...
 

JOTHA

Well-Known Member
Licensed User
Longtime User
Sorry, It'll be maybe available in few days or maybe today but not sure...
I'm very busy :)
... no problem, I will have a look to agrahams DLL on the while ...

Thank you for response! :)
 

sitajony

Active Member
Licensed User
It's comming, I've to check something and normaly this night it'll be available...
In fact the effect moving with the stylus should be do in B4P but the slide effect is directly implented in my Lib...
 

JOTHA

Well-Known Member
Licensed User
Longtime User
Hi sitajony,
It's comming, I've to check something and normaly this night it'll be available...
... don't hurry ... and therefore make it good!
 

sitajony

Active Member
Licensed User
It's nearly finish, in few minutes an other example will be available but without the lib yet...
I've to fix some problems and add some features...
In the new example there will be the WP7 Music image in backgound... :)
 

sitajony

Active Member
Licensed User
An other example available:
4 panoramic Forms :)
3 in Horizontal and 1 vertical (Just test lol)
Thanks for your comments! :)
There's still some bug who will be fixed in few minutes and maybe tomorrow the Lib will be available :)

Note:
Don't try to click on the items cause it's not implented, it's just an example (Only the Window logo and the Cross icon are avaible)...

Recommanded screen: WVGA WQVGA...

Tested on Desktop but it's not very well...

Have a nice test :)
 

JOTHA

Well-Known Member
Licensed User
Longtime User
Hi sitajony,
3 in Horizontal and 1 vertical (Just test lol)
I've tested, but there is no "vertical" ...
... and there is no sbp-File, just an exe-file ... :confused:
 

sitajony

Active Member
Licensed User
Hi, I'll upload the SBP with the Dll lib when it'll be finish and without problems :)
The vertical menu is show when you click on the Windows Logo on the bottom on the second Form...
It'll be available today normaly :)
Anyway, It works? :)
 
Last edited:

JOTHA

Well-Known Member
Licensed User
Longtime User
The vertical menu is show when you click on the Windows Logo on the bottom on the second Form...
... Anyway, It works? :)

1) I can't find a Windows-Logo on the bottom of any form.
2) It seems to work. When I click the first time on the desktop to slide the picture, the window closes and the picture apears in the top left side of my monitor. When I slide the picture, the 2-nd part of the picture arrives at the top right side of my monitor (and so on). Is this what you wanted to do the app?
 

sitajony

Active Member
Licensed User
I understand now, on desktop there's some problem cause I get the screen size and not the Form size so the window logo is on the bottom so it's normal if you don't see the window logo...
I did this for PPC only but I'm making it for PC ;)
On PPC we see the next form attached to the actual form and it's normal if you see the Form further cause your screen resolution it's not the same size that the Form...
It'll be avaible in few hours or maybe few minutes :)
Edit:
I tried to do it for PC and I've not the good background images and I noticed that there're some graphic problems on PC...
In few minutes it'll be available, I've to write some comments on the B4P Source code...
 
Last edited:

sitajony

Active Member
Licensed User
I post now the Lib but there's still some problems, it's in beta version :)
Thanks for your comments!
(No CHM Help File available yet)
 
Top