View previous topic :: View next topic |
Author |
Message |
szakalit Newbie

Joined: 13 Apr 2006 Posts: 11
|
Posted: Wed May 03, 2006 2:34 pm Post subject: Screen script 1.1 |
|
|
[b]Screen script 1.1[/b]
[b]New:[/b]
- Zoom in /Zoom out in fullscreen mode.
[b]Controls:[/b]
[b]1 :[/b] Zoom in
[b]2 :[/b] Zoom out
[b]Screen script 1.0[/b]
This script is like "Mouse Pointing" (default script) but you also have
possibility to see desktop screen on phone.
It take little screenshots and send them to phone.
The speed of sending image to phone is not fast but you can
change the color mode to get images load faster.
Full screen mode is very slow.
Images are loaded after you make move/click.
I have writed a Component Object Model (COM) in delphi to handle screenshots and save them to disk if someone want the source of it just write me.
[b]How to install[/b]
1- Download script :D
2- Unpack to "My Clicker Scripts" folder
3- Go to "Screen" folder and run "install.bat" (it will register screen.dll if you want to unregister screen.dll run "uninstall.bat")
After that just add Screen script in Clicker ("System" category)
[b]PC test on:[/b] WINXP SP2 but it should work on others version also.
[b]Phone test on:[/b] Nokia 6600 but it should work on others phones also.
Please write my on witch versions/phones also works.
[b]Controls:[/b]
[b]Joy :[/b] Control mouse
[b]Press joy once :[/b] Left click
[b]Press and hold joy :[/b] Lock/Unlock left button
[b]Press left soft key once :[/b] Right click
[b]Press and hold left soft key :[/b] Lock/Unlock right button
[b]0 :[/b] Menu
[b]* :[/b] Switch between windowed and full screen
[b]# :[/b] Refresh
[b]1 :[/b] Zoom in
[b]2 :[/b] Zoom out
PS. Sorry for my english :D
Szakalit
Description: |
|
 Download |
Filename: |
Screen.1.1.zip |
Filesize: |
126.41 KB |
Downloaded: |
6306 Time(s) |
Description: |
|
 Download |
Filename: |
Screen.1.0.zip |
Filesize: |
126.37 KB |
Downloaded: |
2441 Time(s) |
Last edited by szakalit on Mon May 08, 2006 2:23 pm; edited 1 time in total |
|
Back to top |
|
 |
salling Site Admin
Joined: 27 Jul 2004 Posts: 7498 Location: Stockholm, Sweden
|
Posted: Wed May 03, 2006 7:39 pm Post subject: |
|
|
Thanks!
Best.
--
Jonas
|
|
Back to top |
|
 |
HTrance Newbie
Joined: 27 Apr 2006 Posts: 11
|
Posted: Sat May 06, 2006 1:32 pm Post subject: |
|
|
Hey, cool script
One suggestion: is it possible to scale the image? Because in fullscreen it captures +/- 85 pixels of the windows-screen. This makes it very hard to know where the mouse is on your computerscreen.
In smallscreen, the scale is perfect but you can only see a 6th of the cellphonescreen.
So if fullscreen would have an option to zoom in and zoom out this would be very appreciated :)
|
|
Back to top |
|
 |
szakalit Newbie

Joined: 13 Apr 2006 Posts: 11
|
Posted: Mon May 08, 2006 2:25 pm Post subject: |
|
|
[quote="HTrance"]Hey, cool script[/quote]
Thx :)
[quote="HTrance"]So if fullscreen would have an option to zoom in and zoom out this would be very appreciated :)[/quote]
Screen script 1.1 update :)
Best :)
|
|
Back to top |
|
 |
zappen duster Newbie
Joined: 12 Jul 2006 Posts: 3
|
Posted: Wed Jul 12, 2006 6:17 pm Post subject: |
|
|
@ szakalit
very good script.
one question can you write someone like this using the options of mouse pointing?
i use the se p910i on flip open mode. with the feature of the mouse pointing i can use the stylus as mouse. u know?
|
|
Back to top |
|
 |
supik Newbie
Joined: 01 Nov 2006 Posts: 4
|
Posted: Sat Nov 25, 2006 12:00 pm Post subject: |
|
|
perfect tool, thanks! k800i
any updates on the script??
|
|
Back to top |
|
 |
supik Newbie
Joined: 01 Nov 2006 Posts: 4
|
Posted: Sat Nov 25, 2006 1:04 pm Post subject: |
|
|
pic added..
Description: |
|
Filesize: |
85.96 KB |
Viewed: |
47547 Time(s) |

|
|
|
Back to top |
|
 |
lipkiss Newbie
Joined: 12 Feb 2007 Posts: 9
|
Posted: Fri Feb 16, 2007 9:54 am Post subject: |
|
|
8) Thanx Bro works fine on my 3250.
Cheers.
|
|
Back to top |
|
 |
fredzer Newbie
Joined: 19 Feb 2007 Posts: 2
|
Posted: Mon Feb 19, 2007 1:17 am Post subject: no picture :( |
|
|
Hi i got a Nokia 6280 and im not getting any screenshot pictures, just a white area but the mouse still moves please help lol this sounds exremly usefull
|
|
Back to top |
|
 |
theplague Junior Member
Joined: 24 Feb 2007 Posts: 28
|
Posted: Wed Feb 28, 2007 11:31 am Post subject: |
|
|
Works with my sonyericsson w810i
Yeah, cool script!
Like the whole idea.
But I'd wished to have the picture "floating"(so I can see while/where the mouse pointer is moving), but I'd guess that's a bit hard since it's based on taking the pictures.
Also, does it really work faster changing the colors?
Which do you people see as optimized settings for it to work(colors, zoom etc)?
|
|
Back to top |
|
 |
baicker Newbie
Joined: 23 Mar 2007 Posts: 11
|
Posted: Fri Mar 23, 2007 4:25 pm Post subject: |
|
|
fixed the code , or it coundn't zoom in and zoom out
} else if( theKey == "#") {
image(theScreen);
} else if( theKey == "1") {
plus = plus-zoom;
[color=red]theScreen.imageStyle = scFill;[/color]
image(theScreen);
} else if( theKey == "2") {
plus = plus+zoom;
[color=red]theScreen.imageStyle = scFill;[/color]
image(theScreen);
add the [color=red]theScreen.imageStyle = scFill;[/color] after theKey is 1 and theKey is 2, also you can add it after theKey is "#"
|
|
Back to top |
|
 |
dadoggisout Newbie
Joined: 14 May 2007 Posts: 7 Location: Bucharest Romania
|
Posted: Mon May 14, 2007 4:44 pm Post subject: |
|
|
works great no my N80 and XP desktop after editing the script!
verry nice script thanks for sharing
|
|
Back to top |
|
 |
slowlearner Newbie
Joined: 21 Jun 2007 Posts: 9
|
Posted: Thu Jun 21, 2007 11:50 pm Post subject: |
|
|
hmmm
any suggestions for a pda phone?
i have no keypad here =X
still, nice script there.
edit: regarding the zooming in and out
all i see is a small square at the top left hand corner of my pda screen
changed the pixels and all i got was better resolution, not size of image on phone
any way to alter the size of image on phone?
or maybe a zoom function suited for a keypadless phone
|
|
Back to top |
|
 |
Runarius Senior Member
Joined: 19 Nov 2006 Posts: 124
|
Posted: Fri Jun 22, 2007 1:07 pm Post subject: |
|
|
I'll be adding this function in my next release of the All-Around script.
|
|
Back to top |
|
 |
mayco Newbie
Joined: 24 Jun 2007 Posts: 1
|
Posted: Sun Jun 24, 2007 2:18 pm Post subject: |
|
|
I'm having a problem with using this script in vista. The image that is taken is not where the mousecursor is. I've attached an image to make it clear.
I believe this is due to the dpi of 120 i use... Perhaps the coordinaties are wrong calculated?
Before I managed it to work, there was a problem that i had to register the ddl as administrator. I also had to create the c:\screen.gif image by hand and give me permissions, because as normal user, you can't write to the c:\. A better path would be the user temp dir...
Description: |
|
Filesize: |
66.43 KB |
Viewed: |
42949 Time(s) |

|
|
|
Back to top |
|
 |
|