|
2010-10-29
, 07:28
|
|
Posts: 675 |
Thanked: 923 times |
Joined on Apr 2010
@ London
|
#802
|
That is just bloody awesome No!No!No!Yes! Will test it later on today, this app just keeping on getting better and better
Yes very cool idea D4 But how to scale the .png to fit both portrait and landscape? I take that you want the wallpaper to allways have he same direction, say if you have something writtten it will display correct no matter what direction you hold the phone?
The Following User Says Thank You to D4rKlar For This Useful Post: | ||
|
2010-10-29
, 07:41
|
|
Posts: 675 |
Thanked: 923 times |
Joined on Apr 2010
@ London
|
#803
|
I couldn't get any time to study the new features introduced in QBW but what you ask seems simple really
Use the code by No!No!No!Yes! for determining orientation and accordingly change the wallpaper using this command
Modified hildon-desktop may be required though even if you use 4 screens.Code:gconftool-2 -s /apps/osso/hildon-desktop/views/<desktop-number>/bg-image -t string <path_to_image>
Nice idea btw.Use a portrait wallpaper if in portrait orientation I might work on it tomorrow if you don't
|
2010-10-29
, 08:41
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#804
|
One question how to figure out the cordinates for the position of icon when move ist set to 'true'. This test icon off yours is in the down left corner, but what if i where to set another icon beside it, where to get those numbers?
app="browser" move="true"; laxy="0,292"; poxy="644,292"; laixy="644,56"; poixy="0,56" ...
x,y 0,0 -------------------------- 799,0 | CLOCK/ICONS/OPERATOR BAR | 0,56 -------------------------- 799,56 | | | | | | | | | | | | | | | | | | 0,419 ------------------------ 799,419
|
2010-10-29
, 13:20
|
Posts: 208 |
Thanked: 220 times |
Joined on Apr 2010
|
#805
|
With Linux-powered N900..ANYTHING is possible
|
2010-10-29
, 15:58
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#806
|
@No!No!No!Yes!
Love the new animation effects.
Why did you remove the file-names of images from the wiki,I found it really useful the way it was earlier and also in your post
Also I cannot get the logging to activate through the settings (tbh never could), what am I doing wrong.I can get it to work using touch command or manually creating the logger file.
In addition can you please change the timestamp to syslog format (eg Sep 24 08:24:40) as it is easier to infer. (I needed uSecs for timing issues and code re-entrancy issues)
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2010-10-29
, 16:40
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#807
|
The Following User Says Thank You to JonWW For This Useful Post: | ||
|
2010-10-29
, 18:45
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#808
|
|
2010-10-29
, 19:24
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#809
|
@No!No!No!Yes! I've tried to make some additions to your animation in the test icon for rotation/orientation. I took your .png file and made four extra images from that in gimp and named them browser-frame1/2/3/4.png and put them in .queen-beecon-dir in home user. I then set the frames to 5 and msec to 200 but my four doesn't show? What am i doing wrong here?
Would really like to be able to change the animation to my own custom animation at some point
Ohh and one thing, when i only had the one test icon/beecon it showed the animation while turningthe phone but now when i've 2 no anomation shows and if i remove one it still doesn't show? Is this a bug? No biggy i actually like it without animation when turning the phone portrait/landscape
|
2010-10-29
, 21:53
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#810
|
[queen-beecon-header] version=1,000000 checksum=5357960 [queen-beecon-exported-instance] widgetType=0 widgetVisible=1 operationalStatus=0 hideCanvas=true hideClickCanvas=true snippetBgRGB=0 snippetExtBgRGB=#000000000000 beecon_lt0_ImgZoom=0 beecon_lt0_BgRGB=2 beecon_lt0_ExtBgRGB=#808080808080 beecon_lt0_ImgFilename=queen-beecon-syserr.png beecon_eq0_ImgZoom=0 beecon_eq0_BgRGB=3 beecon_eq0_ExtBgRGB=#00005cfc0000 beecon_eq0_ImgFilename=queen-beecon-appok.png beecon_eq1_ImgZoom=0 beecon_eq1_BgRGB=4 beecon_eq1_ExtBgRGB=#ffffffff0000 beecon_eq1_ImgFilename=queen-beecon-appwrn.png beecon_ge2_ImgZoom=0 beecon_ge2_BgRGB=5 beecon_ge2_ExtBgRGB=#ffff00000000 beecon_ge2_ImgFilename=queen-beecon-apperr.png beecon_idxge2_ImgZoom=11 beecon_idxge2_BgRGB=11 beecon_idxge2_ExtBgRGB=#0000ffffffff beecon_idxge2_ImgFilename=terminal.png widWidth=156 widHeight=156 instanceTitle=xterm instanceCmd=app="osso-xterm"\nmove="false";\nlaxy="0,292";poxy="644,292";laixy="644,56";poixy="0,56"\nif [ "$QBW_EXEC_REASON" == "QBW_CLICK" ];then\n dbus-send --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"$app"\nfi\n\ncase "$QBW_ORIENTATION_MODE" in\n "portrait") xy=$poxy;xt=4 ;;\n "landscape (inverted)") xy=$laixy;xt=5 ;;\n "portrait (inverted)") xy=$poixy;xt=6 ;;\n *) xy=$laxy;xt=3 ;;\nesac\nif [ "$move" == "true" ];then dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_position int32:"`echo $xy|cut -d, -f1`" int32:"`echo $xy|cut -d, -f2`";fi;\nexit $xt\n rememberMe= cmdImgFilename=terminal.png cmdImgAngle=0 cmdImgZoom=11 cmdFgRGB=1 cmdExtFgRGB=#ffffffffffff cmdTextAngle=0 cmdVisibilityPosition=0 cmdImgVisibilityPosition=0 cmdJustify=2 cmdExtFont=Nokia Sans 10 cmdFontName=3 cmdFontSize=12 resImgFilename=queen-beecon-resimg.png resImgAngle=0 resImgZoom=0 resFgRGB=1 resExtFgRGB=#ffff00000000 resTextAngle=0 resVisibilityPosition=0 resImgVisibilityPosition=5 resJustify=0 resExtFont=Nokia Sans bold italic 18 resFontName=2 resFontSize=12 progressAnimationFrames=5 progressAnimationTimer=2 progressAnimationPos=4 progressAnimationAtClickXY=false progressAnimationBasename=browser-frame updOnStartup=true updOnClick=true updOnDesktop=false updOnSight=false delayIndex=0 customIntervalSecs=0 updNeworkPolicy=0 updOnDBUS=0 updOnDBUSBus=0 updOnDBUSMatchRule= resWrapLongLines=false multiClick=false updOnOrientation=true GPSsettings=0
Yes very cool idea D4 But how to scale the .png to fit both portrait and landscape? I take that you want the wallpaper to allways have he same direction, say if you have something writtten it will display correct no matter what direction you hold the phone?
e: works like a charm No!No!No!Yes! super über cool
One question how to figure out the cordinates for the position of icon when move ist set to 'true'. This test icon off yours is in the down left corner, but what if i where to set another icon beside it, where to get those numbers?
Lol offcouse D4 have two .png's or four to every direction like the test icon, this is very cool stuff
But a weekend well spend unless you ask the better half
My Procreate art:
https://folio.procreate.art/dousan
My Søciety6:
http://society6.com/Dousan
Last edited by Dousan; 2010-10-29 at 07:55.