Multipage custom shaped windows

Post your suggestions for future versions of NeoBook

Moderator: Neosoft Support

Locked
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Multipage custom shaped windows

Post by HPW »

Hello,

Inspired from the discussion here:
http://neosoftware.com/community/viewto ... =1&t=20753

We have yet the Option to set the Windows Region by using the 'Custom shaped window' Setup.
Not sure if it is possible to exchange the Region-Definition by code. (SetWindowRgn API)
So what about a new script-command:

SetBackgroundShape "ShapeFile" "ShapeTransColor" (TransColor with Option: Default)

So changing that during rutime in page-Setup would allow multishape apps.

Regards
Hans-Peter
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: Multipage custom shaped windows

Post by Neosoft Support »

Interesting idea. I will add it the the list.
NeoSoft Support
User avatar
Garic
Posts: 107
Joined: Wed Sep 26, 2012 8:42 am

Re: Multipage custom shaped windows

Post by Garic »

ksSetWindowMask "Mask.bmp"
By default in a mask white colour (255,255,255) as the transparent is used.
You can impose a mask in real time.
The command is in a plug-in ksFunctions.

Image

Image
ks
.............
Image
User avatar
Garic
Posts: 107
Joined: Wed Sep 26, 2012 8:42 am

Re: Multipage custom shaped windows

Post by Garic »

ks
.............
Image
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: Multipage custom shaped windows

Post by Neosoft Support »

Very cool!
NeoSoft Support
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Re: Multipage custom shaped windows

Post by David de Argentina »

Very nice sample !

Are there any way to be able move the window ?

Thanks in advance,
David de Argentina
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Re: Multipage custom shaped windows

Post by HPW »

Nice, so we see the proof of conzept.
When it is possible it could be done with a new command in future versions.

Regards
Hans-Peter
User avatar
Garic
Posts: 107
Joined: Wed Sep 26, 2012 8:42 am

Re: Multipage custom shaped windows

Post by Garic »

David de Argentina wrote: Are there any way to be able move the window ?
Yes, is
Initially (in properties of a window) clean the heading panel.
.......................................................................
The mask as can be imposed and on the custom window by means of a plug-in zmFunctions
ks
.............
Image
User avatar
stu
Posts: 322
Joined: Wed Aug 07, 2013 11:37 am

Re: Multipage custom shaped windows

Post by stu »

Quite impressive, really cool indeed... Thanks for the sample and the plugin!
User avatar
Garic
Posts: 107
Joined: Wed Sep 26, 2012 8:42 am

Re: Multipage custom shaped windows

Post by Garic »

Unfortunately the plug-in uses the Russian interface, I am going to make all and the English version,
but I catastrophically do not have time, but in the near future I will necessarily translate a plug-in into English.
ks
.............
Image
JimmyC
Posts: 9
Joined: Fri Jun 01, 2007 12:02 pm
Location: OHIO - USA

Re: Multipage custom shaped windows

Post by JimmyC »

That would be great!! I am definitely interested in purchasing an English version of the plugin. Thank you. JimC
Locked