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-09-30 16:49

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

Originally Posted by No!No!No!Yes! (Post 829703)

dude i can't tell u how happy i am, is that done in the queen beecon widget ????????
it looks damm awesome.
i know this is a preview, but i think that the numbers should be at the same level and a transparent background (or no background at all) would be awesome....
thanks mate .

No!No!No!Yes! 2010-09-30 17:38

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

Originally Posted by elie-7 (Post 830208)
dude i can't tell u how happy i am, is that done in the queen beecon widget ????????
it looks damm awesome.
i know this is a preview, but i think that the numbers should be at the same level and a transparent background (or no background at all) would be awesome....
thanks mate .

Preview 2:
http://i.imgur.com/oB35k.png
Work in progress ... for day, day of week, month, year

elie-7 2010-09-30 18:27

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

Originally Posted by No!No!No!Yes! (Post 830242)
Preview 2:
http://i.imgur.com/oB35k.png
Work in progress ... for day, day of week, month, year

dude does it work ????
if yes, than u just made my day .

neboja 2010-09-30 18:38

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
cool flip clock widget! love to see it on my desktop :D
tell me something No!No!No!Yes!....
i need a widget that can be pressed in two places... remember i started a thread for dial pad app request,....
so i saw a + * button for dialer widget, but i could not see where command starts, and where is a part of qbw command of sensing witch part of widget is being pressed...
so i what to implement these two command (phone and keypad)....
and,.... could you help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! thx..... :)

No!No!No!Yes! 2010-09-30 19:00

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

Originally Posted by neboja (Post 830310)
cool flip clock widget! love to see it on my desktop :D
tell me something No!No!No!Yes!....
i need a widget that can be pressed in two places... remember i started a thread for dial pad app request,....
so i saw a + * button for dialer widget, but i could not see where command starts, and where is a part of qbw command of sensing witch part of widget is being pressed...
so i what to implement these two command (phone and keypad)....
and,.... could you help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! thx..... :)

Quote:

Originally Posted by neboja (Post 828238)
next thing i want to do is to make a widget whit one side sits a phone link, and other a dialpad... now i will give a this simple png-s and all i want is for someone that could develop a simple widget for that...
so it is this 2 commands:

for phone app:
Code:

dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"
for dialpad (thx nicolai) :
Code:

dbus-send --type=method_call --dest=com.nokia.CallUI /com/nokia/CallUI com.nokia.CallUI.ShowDialpad string:""
and this is a png-s for it Attachment 14123Attachment 14124

another thing would be great: could be widget be in different sizes? small, medium, and large (always wanted a big phone app link...) :D

SO: a simple .deb in repository... widget that do just this... scalable... nothing else (for now :D )

Uhm ... thought you were looking for "a simple .deb in repository... widget that do just this... scalable... nothing else (for now :D )" :D

Why bother with one widget and click-detection logic when you could just have 2 with no more hassle then pasting each command each?

However click-detection logic example is HERE

or this:
PHP Code:

    case $QBW_HOTSPOT_PRESS in
    
[47])
        
DISPLAYDATE=$PREVDATE
        
;;
    [
69])
        
DISPLAYDATE=$NEXTDATE
        
;;
    
esac 

http://wiki.maemo.org/images/c/c4/QB...Spot_Press.gif

neboja 2010-09-30 19:22

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

Why bother with one widget and click-detection logic when you could just have 2 with no more hassle then pasting each command each?
well... it is just that.... why to bother? because i want to! i added already a simple widget for keypad, and it work, BUT i just want to do this!
it is a task for me to do, and i want to make something, that would be proudly presented to the community!
not much... but hey, this community give so much to us... better to contribute something, then nothing ;) and yet again, i am an architect, not a programmer, so it is quite difficult for me to understand all these codes, and how thing work in it, but i always trying to make effort to learn new thins! ;)
cheers mate ;)

neboja 2010-09-30 19:27

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

SO: a simple .deb in repository... widget that do just this... scalable... nothing else (for now )
and to be clear: i wanted for someone to make a simple app that will only install widget on desktop with these commands...
making apps (or widgets) is simply WAY over my knowledge of coding (witch is already near zero level) :D :p

No!No!No!Yes! 2010-09-30 20:38

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

Originally Posted by neboja (Post 830353)
and to be clear: i wanted for someone to make a simple app that will only install widget on desktop with these commands...
making apps (or widgets) is simply WAY over my knowledge of coding (witch is already near zero level) :D :p

No problem ... sorry if I was perceived harsh or rude ... not in my intentions.
Feel free to ask as you like and also don't be afraid of posting draft material here ;)
We are all in the process of learning something ... somewhere, somehow!!!
Ciao.

No!No!No!Yes! 2010-09-30 20:52

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

Originally Posted by neboja (Post 830353)
and to be clear: i wanted for someone to make a simple app that will only install widget on desktop with these commands...
making apps (or widgets) is simply WAY over my knowledge of coding (witch is already near zero level) :D :p

No problem ... sorry if I was perceived harsh or rude ... not in my intentions.
Feel free to ask as you like and also don't be afraid of posting draft material here ;)
We are all in the process of learning something ... somewhere, somehow!!!
Ciao.

xur17 2010-09-30 22:43

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
How do I access the variables, such as: $QBW_EXEC_REASON from the bash script that I run?


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

vBulletin® Version 3.8.8