|
2010-11-01
, 22:38
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#852
|
this is what i ended up with but im gettin bad checksome
i dont understand what to do have had a read hereCode:[queen-beecon-header] version=1.000000 checksum=3275724 [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=#0000ffff0000 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=0 beecon_idxge2_BgRGB=11 beecon_idxge2_ExtBgRGB=#0000ffffffff beecon_idxge2_ImgFilename=_main1.png widWidth=800 widHeight=33 instanceTitle=desk1 instanceCmd=dsk=1;if [ "_$QBW_EXEC_REASON" == "_QBW_CLICK" ]; then gconftool-2 -s /apps/osso/hildon-desktop/views/current -t int `expr $QBW_CLICK_X / 200 + 1`;fi; exit `expr $dsk + 2` rememberMe= cmdImgFilename= cmdImgAngle=0 cmdImgZoom=0 cmdFgRGB=1 cmdExtFgRGB=#ffffffffffff cmdTextAngle=0 cmdVisibilityPosition=0 cmdImgVisibilityPosition=0 cmdJustify=0 cmdExtFont=Nokia Sans bold italic 12 cmdFontName=3 cmdFontSize=12 resImgFilename=queen-beecon-resimg.png resImgAngle=0 resImgZoom=0 resFgRGB=1 resExtFgRGB=#ffffffffffff resTextAngle=0 resVisibilityPosition=2 resImgVisibilityPosition=0 resJustify=0 resExtFont=Nokia Sans bold 14 resFontName=2 resFontSize=12 resWrapLongLines=false progressAnimationFrames=0 progressAnimationTimer=4 progressAnimationPos=4 progressAnimationAtClickXY=false progressAnimationBasename=queen-beecon-progress updOnStartup=true updOnClick=true multiClick=false updOnDesktop=false updOnSight=false updOnOrientation=false delayIndex=0 customIntervalSecs=0 updNeworkPolicy=0 GPSsettings=0 updOnDBUS=0 updOnDBUSBus=0 updOnDBUSMatchRule=
cheers for your help
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2010-11-01
, 22:47
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#853
|
You can't change the export data by hand.
Just stick to your modified settings and change [4] to Top Center
|
2010-11-01
, 22:50
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#854
|
ye tryed that an just end up with gap under image
just me being fussy i guess it cant all be perfect
|
2010-11-01
, 22:59
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#855
|
|
2010-11-02
, 14:14
|
Posts: 212 |
Thanked: 189 times |
Joined on Oct 2010
|
#856
|
I've made a QBW to rotate a desktop background according to the orientation of the phone. Enjoy.
Download and open the attatched zip file.
Copy the image files to:
Next import 'Desktop-rotator.QBW.txt' into a new QBW on any desktop, it does not matter which desktop as becon is hidden.Code:/home/user/.backgrounds
Edit the Advanced settings and where you see the peice of code
change the value to the desktop you wish to rotate. Also change the image names to the same desktop number.Code:DESKTOP_TO_ROTATE=4 if [ ! -f "/home/user/.backgro...
Code:/home/user/.backgrounds/rotate-landscape-4.png /home/user/.backgrounds/rotate-landscape-inverted-4.png /home/user/.backgrounds/rotate-portrait-4.png /home/user/.backgrounds/rotate-portrait-inverted-4.png
|
2010-11-02
, 17:10
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#857
|
|
2010-11-02
, 17:12
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#858
|
I surrender ...
My suggestion:
- Reimport original beecon in new instance
- Change divider for click detection according to needed desktops and desktop # parameter at header of command
- Adapt relevant desktop image to number of needed desktops
|
2010-11-02
, 23:42
|
Posts: 51 |
Thanked: 63 times |
Joined on May 2010
|
#859
|
The Following User Says Thank You to Beatty For This Useful Post: | ||
|
2010-11-03
, 00:36
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#860
|
although the code is somewhat "ugly" (sorry!). it's faster than a version i made with gconftool-2 which is less code. maybe i'll find a way to update the background image.
cheers for your help
Last edited by stevomanu; 2010-11-01 at 22:29.