Notices


Reply
Thread Tools
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#11
Originally Posted by No!No!No!Yes! View Post
Well ... it's another QBW poker thingy made for fun.
You click on "ROLL ME" and all dices get shuffled ... then you can shuffle each dice separately for another extra chance

Just another proof of concept for Inter Widget communication

If you are interested I'll drop export data and pics for them in main thread
ENJOY HERE!!!
__________________
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
 
grog's Avatar
Posts: 546 | Thanked: 85 times | Joined on Feb 2008 @ Winnipeg, Canada
#12
Since there's not a way that I can add more than one thanks to this post, I just wanted to say THANKS again !!! Not only is this useful but it's a beautiful example of the power & flexibility you've built into QBW.

PLEASE PLEASE PLEASE KEEP UP THE GREAT WORK!!!
__________________
GROG!
N900 | ZAGG Body Armour | 16Gb A-DATA micro-sd
N810 | 2 x Patriot 8gb mini-SD | Boxwave Crystal Clear SS | Black Aluminum case | OTG dongle
N800 | 2 x 8gb OCX SD | Boxwave Anti-glare SS | PDAir book-style case
Holux M-1200 bluetooth GPS | iGo 4-row bluetooth keyboard | Linksys USB 10/100 ethernet | Plantronics Voyager 855 BT Headset
 

The Following User Says Thank You to grog For This Useful Post:
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#13
Hallo guys, contest deadline is approaching in about 12 hours so I need to give QBW, and the competition itself, as much visibility as I can to all bystanders or late-comers.
If you like Queen Beecon Widget please vote for it in current Maemo Coding Competition in this thread
Ciao and thank you, No!No!No!Yes!
__________________
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
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#14
If you like this FX when you dial your number ...


  1. Uncompress attached zip file into your QBW images directory
  2. For each button QBW, configure animation settings as follows:

Attached Files
File Type: zip fingerprint.zip (23.7 KB, 131 views)
__________________
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 5 Users Say Thank You to No!No!No!Yes! For This Useful Post:
Posts: 24 | Thanked: 4 times | Joined on Jun 2010 @ Sweden
#15
Tis rly would come in handy, tho it seems like its not workin for me.
Ive done all the steps correctly without any errors, several reboots etc. When imported into buffer, it dun matter "Save" or "Save n run" right? Since the "run"-part wud be the same as clicking the selected dialerdigit/number on desktop?

Soo whats the problem? when (first time tryout) added all buttons the Dash just says "Not updated" or smthn like that. So I rebooted the device and then it said "Dial number" like its supposed to I guess, but when pressing any digits, nuthin happens.

Any neccessary packages needed that Im unaware of?

Ive also reinstalled QBW (erased all data saved @emmc between uninstall/install) and done it all again, which resulted in..well take a guess

Anyone wth similiar problems?
Help is indeed brutaly appreciated
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#16
Originally Posted by Ait View Post
Tis rly would come in handy, tho it seems like its not workin for me.
Ive done all the steps correctly without any errors, several reboots etc. When imported into buffer, it dun matter "Save" or "Save n run" right? Since the "run"-part wud be the same as clicking the selected dialerdigit/number on desktop?

Soo whats the problem? when (first time tryout) added all buttons the Dash just says "Not updated" or smthn like that. So I rebooted the device and then it said "Dial number" like its supposed to I guess, but when pressing any digits, nuthin happens.

Any neccessary packages needed that Im unaware of?

Ive also reinstalled QBW (erased all data saved @emmc between uninstall/install) and done it all again, which resulted in..well take a guess

Anyone wth similiar problems?
Help is indeed brutaly appreciated
HI,
  • Make screenshot of your Desktop and post HERE
  • Open Settings for your Dash
  • Make screenshot and post HERE
  • Open Setting for "1" button, click "Edit Cmd" button, copy command and paste it HERE
  • Open Setting for "2" button, click "Edit Cmd" button, copy command and paste it HERE
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: 24 | Thanked: 4 times | Joined on Jun 2010 @ Sweden
#17
Here it comes:

1.

2.






3. Cmd digit 1:
DIALER_QBW_ID=id1;DIGIT="1";if [ "$QBW_EXEC_REASON" != "QBW_CLICK" ];then exit 0;fi; DIALLED=`run-standalone.sh dbus-send --session --print-reply --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.get_current_results_text | tail -1 | cut -d\" -f2`; if [ "$DIALLED" == "DIAL NUMBER" ] ;then DIALLED=""; fi; run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.exec string:"echo \"$DIALLED\"\"$DIGIT\""

Cmd digit 2:
DIALER_QBW_ID=id2;DIGIT="2";if [ "$QBW_EXEC_REASON" != "QBW_CLICK" ];then exit 0;fi; DIALLED=`run-standalone.sh dbus-send --session --print-reply --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.get_current_results_text | tail -1 | cut -d\" -f2`; if [ "$DIALLED" == "DIAL NUMBER" ] ;then DIALLED=""; fi; run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.exec string:"echo \"$DIALLED\"\"$DIGIT\""

The ID's are pretty much matching the numbers, at least after the reinstallation, before it was just random. Tried the poker-thingy out, and its working fine.

Thanks!
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#18
Originally Posted by Ait View Post
Here it comes:

1.

2.






3. Cmd digit 1:
DIALER_QBW_ID=id1;DIGIT="1";if [ "$QBW_EXEC_REASON" != "QBW_CLICK" ];then exit 0;fi; DIALLED=`run-standalone.sh dbus-send --session --print-reply --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.get_current_results_text | tail -1 | cut -d\" -f2`; if [ "$DIALLED" == "DIAL NUMBER" ] ;then DIALLED=""; fi; run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.exec string:"echo \"$DIALLED\"\"$DIGIT\""

Cmd digit 2:
DIALER_QBW_ID=id2;DIGIT="2";if [ "$QBW_EXEC_REASON" != "QBW_CLICK" ];then exit 0;fi; DIALLED=`run-standalone.sh dbus-send --session --print-reply --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.get_current_results_text | tail -1 | cut -d\" -f2`; if [ "$DIALLED" == "DIAL NUMBER" ] ;then DIALLED=""; fi; run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.exec string:"echo \"$DIALLED\"\"$DIGIT\""

The ID's are pretty much matching the numbers, at least after the reinstallation, before it was just random. Tried the poker-thingy out, and its working fine.

Thanks!
Just stick initial:
Code:
DIALER_QBW_ID=id0;...
for every button and you'll be dripping an overwhelming sense of joy!
__________________
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: 24 | Thanked: 4 times | Joined on Jun 2010 @ Sweden
#19
Sweet! Works like a charm, many thanks! and as the others said, ultrabig up for tis widget n scripts I'll njoy it til' death.
 
LABAUDIO's Avatar
Posts: 315 | Thanked: 71 times | Joined on Oct 2008 @ €@$T Montreal Quebec Canada
#20
Originally Posted by No!No!No!Yes! View Post
If you like this FX when you dial your number ...


  1. Uncompress attached zip file into your QBW images directory
  2. For each button QBW, configure animation settings as follows:

This way is good for another widget then dialer?
Or Anyways to make this possible on all desktop widget or shortcut on desktops?...
Its being very interesting if this animated effect appears on finger tap but on all maemo ui

maemo5 its allready capable to recognize if its a ''pencil''tap or ''finger''tap...

iam very impress if its possible to put this finger print animated effect on all my maemoUI (detected and trigged on finger tap...



french noob
__________________
N900 Owner N95 + N810
Fremantle Tester
Diablo Dacker
French Noob

BorgTheme ¤ BorgSounds ¤ BorgStartUp ¤ BorgClock
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:40.