FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Windows Phone Installer (WPI) (https://fileforums.com/showthread.php?t=96242)

Gupta 16-08-2016 03:04

Razor can u do me a favour?
i can't manage to create something like this post #53 i mean by the scrolling of form when mouse hovers on the tiles.
can u share a example or jst the trick.
I want to use it in my modified version of ur WPI.

Thanks in advance

mahbod 25-08-2016 03:11

Please All INeed This Script Please I Like Use This in my setup

http://sl.uploads.im/t/1Ovn2.png

-PUNISHER- 25-08-2016 03:42

Quote:

Originally Posted by PrinceGupta2000 (Post 450794)
i mean by the scrolling of form when mouse hovers on the tiles.

Create a function WPIFormMouseMove with condition that if MouseIsMoving then set the Tiles position = Tiles Position - X ///Cursor's X coordinate

:) Pretty easy stuff if you are able to use these lines of WPI:

Code:

  {$EXTERNALSYM MOUSEEVENTF_MOVE}
  MOUSEEVENTF_MOVE            = $0001; { mouse move }
  {$EXTERNALSYM MOUSEEVENTF_ABSOLUTE}
  MOUSEEVENTF_ABSOLUTE        = $8000; { absolute move }


Gupta 25-08-2016 03:59

Quote:

Originally Posted by -PUNISHER- (Post 451040)
Create a function WPIFormMouseMove with condition that if MouseIsMoving then set the Tiles position = Tiles Position - X ///Cursor's X coordinate

:) Pretty easy stuff if you are able to use these lines of WPI:

Code:

  {$EXTERNALSYM MOUSEEVENTF_MOVE}
  MOUSEEVENTF_MOVE            = $0001; { mouse move }
  {$EXTERNALSYM MOUSEEVENTF_ABSOLUTE}
  MOUSEEVENTF_ABSOLUTE        = $8000; { absolute move }


Thanks bt already done

mahbod 25-08-2016 04:52

Please Guy I NEED This Script

edward99 28-08-2016 02:33

Edward
 
1 Attachment(s)
I Modified WPI

L0v3craft 29-08-2016 16:57

Quote:

Originally Posted by edward99 (Post 451140)
I Modified WPI

Your setup contains spam. When I close it, my browser opens a website... corep.....

Razor12911 29-08-2016 17:05

Quote:

Originally Posted by edward99 (Post 451140)
I Modified WPI

What are we supposed to do with this?

L0v3craft 29-08-2016 17:51

Quote:

Originally Posted by Razor12911 (Post 451180)
What are we supposed to do with this?

Thanks Razor12911 for this installer ! But I want replace the up arrow to unlock the first screen, with a simple clic of the mouse. Can you say to me what I must edit ?

Razor12911 29-08-2016 18:00

Find this in script

procedure LockKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
make it

procedure LockKeyDown(Sender: TObject);

then find:
OnKeyDown:=@LockKeyDown;

Make this
OnClick:=@LockKeyDown;

Note: This is not tested, I wrote code with Notepad.

L0v3craft 29-08-2016 18:17

Quote:

Originally Posted by Razor12911 (Post 451187)
Find this in script

procedure LockKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
make it

procedure LockKeyDown(Sender: TObject);

then find:
OnKeyDown:=@LockKeyDown;

Make this
OnClick:=@LockKeyDown;

Note: This is not tested, I wrote code with Notepad.

I got this

https://s18.postimg.org/vr3ywvsv9/Immagine.png

Razor12911 29-08-2016 18:20

remove that line

L0v3craft 29-08-2016 18:29

Quote:

Originally Posted by Razor12911 (Post 451193)
remove that line

Perfect :)

dregatar 18-09-2016 10:34

Hi I'm new here.
Has anyone managed to get the installing percentage working in this script??

rinaldo 22-09-2016 21:41

Quote:

Originally Posted by dregatar (Post 451787)
Hi I'm new here.
Has anyone managed to get the installing percentage working in this script??

there are a million in Threed


All times are GMT -7. The time now is 22:43.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com