Hey guys
Posted by: pierrot | on August 19, 2017
Hey guys,
My new homescreen with klwp and a script to move inside the 2nd panel (with the widgets) thanks to the 1st panel (with icons) 😊 (pretty basic but, it was soooo cool to “write a script” again 😵)
]]>
< ![CDATA[
Güzel çalışma, tebrikler…
]]>
< ![CDATA[
Always impressive its nice to see your still theming.
]]>
< ![CDATA[
Thanks a lot Göksel Karabulut & Eric Hogarth
Yes still theming ☺️ but less than before… 😕
]]>
< ![CDATA[
Any chance this will be available for us to download and play with?
]]>
< ![CDATA[
Bearcat Şándor do you use klwp pro and kwgt pro ?
]]>
< ![CDATA[
Yes, I do
]]>
< ![CDATA[
Bearcat Şándor in few days I’ll give a link to my klwp backup+kwgt widget and the script
Only because you’re a LL user 😂 lol
]]>
< ![CDATA[
Bearcat Şándor here the link to the files and a quick tutorial
Ask if you need help
Quick tutorial
1) create a 1st panel, with about width 215 height 320, position top 1000 left 10
Note this panel id (#0000xx), pin it
Create a 2nd panel near the 1st, adjust its size and position to match the screen
Note its id, pin it
2) inside the 1st panel add the 3 komponent with ‘solo’ in the name, pin them horizontally, then add an icon at the right of one the komp, hide and pin it
Add all other komponent in the 2nd panel as show in the video /screenshot
Probably adjust their size to match your screen
3) copy /paste the script call ‘verti’ in the ‘position changed event’ of each panel
At line 2 change 0x000017 with the 1st panel id, same at line 5, 0x000018 by the 2nd panel id
Maybe adjust the numbers at the last line to fit the size you set your panels
Script ‘verti’
var a=LL. getCurrentDesktop() ;
var b=a.getItemById(“0x000017”).getContainer() ;
var c=b.getPositionY();
var f=b.getPositionX();
var d=a.getItemById(0x000018). getContainer();
var e=d.setPosition(f*4,c*’2.79′);
You could now scroll the 2nd panel with the 1st
4) run the klwp file
5) copy paste the script call ‘ess’ change the panel id as before
Script ‘ess’
var a=LL. getCurrentDesktop() ;
var b=a.getItemById(“0x000017”) ;
var d=a.getItemById(0x000018);
var x=b.isVisible();
if (x==true) {
var c=b.setVisibility(false
) ;
var e=d.setVisibility(false
) ;
}
if (x==false) {
var f=b.setVisibility(true)
var g=d.setVisibility(true)
}
6)in klwp go to the group with the text ‘show me more’. In the touch section choose Lightning action then choose the script ‘ess’
7) it’s done! Enjoy
Files :
https://drive.google.com/folderview?id=0B6Rps5JCnO4AcGtJVG45THoyQms
]]>
< ![CDATA[
Thank you!!
]]>
< ![CDATA[
Stahw Down I love the label “unread mess”. I know that it’s an abbreviation, but it still sums up my email system perfectly.
]]>
< ![CDATA[
Lol I’d never think of that before 😂
Same ‘mess’ for me 😊
Redownload the files, I’ve forgot the klwp file, just add it, Bearcat Şándor
]]>