maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread (https://talk.maemo.org/showthread.php?t=45388)

elie-7 2010-10-03 19:35

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by No!No!No!Yes! (Post 832398)
In Dash Beecon (the one with n900 mockup)...

http://wiki.maemo.org/images/thumb/4...px-Snap193.jpg
Set 2 to Hidden

http://wiki.maemo.org/images/thumb/8...px-Snap195.jpg
Resize at your will

http://wiki.maemo.org/images/thumb/b...px-Snap203.jpg
Blank image 1 (or prepend ";") in Command Title settings so it won't waste time/memory loading unused images

thanks mate, before everything can we please get bigger icons ???
and it was working great, but now it stopped updating for some reason..... its showing 0000 .

No!No!No!Yes! 2010-10-03 19:50

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by elie-7 (Post 832491)
thanks mate, before everything can we please get bigger icons ???
and it was working great, but now it stopped updating for some reason..... its showing 0000 .

http://i.imgur.com/hLNL9.jpg

http://i.imgur.com/A0Myx.jpg

Pavol 2010-10-03 20:02

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
how to checksum ? thanks

No!No!No!Yes! 2010-10-03 20:39

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by Pavol (Post 832517)
how to checksum ? thanks

Proceed as per instructions and you won't need to checksum...
http://wiki.maemo.org/Queen_BeeCon_W...ommand_Data.21

neboja 2010-10-03 21:12

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
@No!No!No!Yes!
4. to orient icons p/l only when main "apps" button is pressed, and then to check for orientation, and place icons in portrait or landscape ;)

maybe even that way!

No!No!No!Yes! 2010-10-03 21:58

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by neboja (Post 832564)
@No!No!No!Yes!
4. to orient icons p/l only when main "apps" button is pressed, and then to check for orientation, and place icons in portrait or landscape ;)

maybe even that way!

OK. Found this http://wiki.maemo.org/Accelerometers#sysfs

Let's see what we can do with it...

No!No!No!Yes! 2010-10-04 10:20

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by No!No!No!Yes! (Post 832592)
OK. Found this http://wiki.maemo.org/Accelerometers#sysfs

Let's see what we can do with it...

http://i.imgur.com/eOVIf.jpg

Here's a walkthrough (approx!!!) for only the braves ... I'm sorry I can't find a slot for implementing it in short time span.

Create A beecon
updates @click
upsize B via dbus if necessary
switch on B via dbus methods on paramater widgetVisible and update_content post-action
DBUS reset_rearm_timer (several seconds) in B for auto-hide
DBUS force B to update_content

Create B beecon
create landscape png image with applications grid (BL)
setup Exit Status = 0 image to BL
setup Exit Status = 1 image to BP
updates @click
create portrait png image with applications grid (BP)
calculate coordinates/sizes for hotspot grid both for BL and BP

if timer execution then downsize B via dbus if necessary, switch-off and hide, disarm timer
if DBUS execution then fetch device orientation:
read 1st value from /sys/class/i2c-adapter/i2c-3/3-001d/coord
if 1st value between -700 and -1000 then orientation is P
if 1st value between 0 and -700 then orientation is L
store position in B via echo (P or L) or rememberme placeholder;
exit 0 to display BL or 1 to display BP according to sensor
if CLICK on B then retreive hotspot according to orientation and run relevant application

elie-7 2010-10-04 10:45

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
the flip clock is working great, i know it still needs some work to be a fully working flip clock widget, just one thing can we please have white icons (white instead of black and black instead of white ) .
mine is looking like htc sense today widget :D .

No!No!No!Yes! 2010-10-04 11:49

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by elie-7 (Post 832892)
the flip clock is working great, i know it still needs some work to be a fully working flip clock widget, just one thing can we please have white icons (white instead of black and black instead of white ) .
mine is looking like htc sense today widget :D .

Own thread created for QBW Flipclock Widget ... please let's use it for followup on the matter and requests
Thanks.

neboja 2010-10-04 14:57

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by No!No!No!Yes! (Post 832884)
http://i.imgur.com/eOVIf.jpg

Here's a walkthrough (approx!!!) for only the braves ... I'm sorry I can't find a slot for implementing it in short time span.

Create A beecon
updates @click
upsize B via dbus if necessary
switch on B via dbus methods on paramater widgetVisible and update_content post-action
DBUS reset_rearm_timer (several seconds) in B for auto-hide
DBUS force B to update_content

Create B beecon
create landscape png image with applications grid (BL)
setup Exit Status = 0 image to BL
setup Exit Status = 1 image to BP
updates @click
create portrait png image with applications grid (BP)
calculate coordinates/sizes for hotspot grid both for BL and BP

if timer execution then downsize B via dbus if necessary, switch-off and hide, disarm timer
if DBUS execution then fetch device orientation:
read 1st value from /sys/class/i2c-adapter/i2c-3/3-001d/coord
if 1st value between -700 and -1000 then orientation is P
if 1st value between 0 and -700 then orientation is L
store position in B via echo (P or L) or rememberme placeholder;
exit 0 to display BL or 1 to display BP according to sensor
if CLICK on B then retreive hotspot according to orientation and run relevant application

hmmmm..... i would wish to avoid making simple images to put in background for apps and suf.... however, if that is nessesery, it will be like that...

i was thinking if it is posible to place command to start app from BP/L widget, in form of that it take even a ICON from the app... ???? O_o
i know i ask to much, but i dont know limitations of QBW... maybe you do :D

another thing: i am not programmer... and stuff that you put there for me... well i understand what is it... but have no clue how to implement it...
i know that only a misplaced letter or sign is enough for beacon to not work...
therefore, i can just give you a ideas and questions, and opinions, rather than help you in putting some widgets together...
(wish i can, but i can't)
anyhow,... if you think i CAN help in some way, except these above,... tell me HOW! ;)


All times are GMT. The time now is 16:57.

vBulletin® Version 3.8.8