View Single Post
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#675
Originally Posted by neboja View Post
cool flip clock widget! love to see it on my desktop
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.....
Originally Posted by neboja View Post
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...)

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

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 
__________________
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
 

The Following User Says Thank You to No!No!No!Yes! For This Useful Post: