Active Topics

 



Notices


Reply
Thread Tools
elie-7's Avatar
Posts: 968 | Thanked: 663 times | Joined on Jun 2010 @ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
#671
Originally Posted by No!No!No!Yes! View Post
Preview ...

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 .
__________________
rolling down the street, smoking ENDO, sipping on gin and juice
laid back, with my mind on my money and my money on my mind .
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#672
Originally Posted by elie-7 View Post
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:

Work in progress ... for day, day of week, month, year
__________________
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 3 Users Say Thank You to No!No!No!Yes! For This Useful Post:
elie-7's Avatar
Posts: 968 | Thanked: 663 times | Joined on Jun 2010 @ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
#673
Originally Posted by No!No!No!Yes! View Post
Preview 2:

Work in progress ... for day, day of week, month, year
dude does it work ????
if yes, than u just made my day .
__________________
rolling down the street, smoking ENDO, sipping on gin and juice
laid back, with my mind on my money and my money on my mind .
 
neboja's Avatar
Posts: 277 | Thanked: 93 times | Joined on Jan 2010 @ Belgrade
#674
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.....
 
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:
neboja's Avatar
Posts: 277 | Thanked: 93 times | Joined on Jan 2010 @ Belgrade
#676
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's Avatar
Posts: 277 | Thanked: 93 times | Joined on Jan 2010 @ Belgrade
#677
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)
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#678
Originally Posted by neboja View Post
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)
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.
__________________
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 2 Users Say Thank You to No!No!No!Yes! For This Useful Post:
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#679
Originally Posted by neboja View Post
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)
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.
__________________
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
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#680
How do I access the variables, such as: $QBW_EXEC_REASON from the bash script that I run?
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:06.