![]() |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I am using modified hildon home with ability to have up to 9 screens. I read somewhere on this site that there is the possibility of an xterm command which jumps to the screen you want and then that can be changed into a queen beecon script. So you can just place queen beecon widgets on your desktops, press a widget and it takes you to the desktop screen tied to that widget script/command.
Is this possible or is it fantasy only? If possible would someone be a superstar and create the relevant beecons? |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I believe you are looking for this
Code:
gconftool -s /apps/osso/hildon-desktop/views/current -t int <Desktop Number> @No!No!No!Yes! Is it possible to fix a widget so that it maintains its position across desktop swipes? Also when do you plan to release the tabs functionality:) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Quote:
I'll post a premature version of Tabbed MLBeecon for study purposes within hours ... |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
First,
thanks 3xNo!Yes! for Queen BeeCon, very useful app. I'm using it to to put N900 to sleep with one widget and back alive with another. I browsed around BeeCon Wiki etc. but could not find info how to make this into one widget; a toggle-type that would change the state between sleep and all active. Is that possible with Queen BeeCon? |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
This application I discovered recently ... but it's one of my indispensable.
Struggling to learn to use scripts with her. Thank you for developing it. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
what do you use to send it to sleep and to activate? Issue here can be: - widget startup after power on (which state is initial?) - other conditions which change phone status without any signal (widget cannot realize real-time about status change) - way to test sleep/active condition very naively I'd suggest ... create 2 nice [ON] and [OFF] buttons .png images make it a beecon in settings set off_image.png for =0 status in settings set on_image.png for =1 status handle 1st run (touch file or the like) Code:
if (clicked) { |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Initial state after boot would be "normal" i.e. 3g mode etc. No conditions needed, manual toggle is enough If widget remembers it's current state, it enough. I'll test your suggestion..looks what I'm looking for. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
If you don't need results text just make it "hidden", echo final status like ON or OFF in your command and at every click check for previous status with $QBW_CURRENT_RESULTS_TEXT variable This is metacode by heart; must be tweaked a bit: Code:
if "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" { |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
There ought to be some poetry ... about here: :D
http://i53.tinypic.com/r1mmn5.png http://i53.tinypic.com/2ivm9th.png :cool: |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I need a way to detect when you lift the phone when I make a call to program to hang (hang up command as well) after 5 min.
Using DBus, I suppose ... Thanks. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Monitor DBUS with dbus-monitor (signal mode) to find out what signals get fired along call management |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Thanks. I check it
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I missed reading the DBus bindings, but I have not seen anything to know when they have answered on the other side in a phone call.
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
hi noob here! how will I display a battery icon on my desktop using QBW? :D
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Create 11 (eleven) 48x48px images with battery at 10% increments charge levels starting 0%. Make 11th icon a battery with a lightning in it (meaning charging) name saved icons with this pattern: battery.png.3 for 0% icon battery.png.4 for 10% icon and so on till 100% icon charging icon must be named battery.png.13 Place icons/images in: Code:
/home/user/MyDocs/.images/queen_beecon_dir/ Code:
/home/user/.queen_beecon_dir http://wiki.maemo.org/images/thumb/8...px-Snap195.jpg Import following Beecon as per HERE This will update Beecon on Click and every 5 minutes with approx battery charge icon. Code:
[queen-beecon-header] |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Queen BeeCon Widget release 1.0.53 is now in extras-devel
Partial Change Log Code:
queen-beecon (1.0.53) Usual WARNINGS apply to extras-devel material If 1.0.53 release consolidates without no Bug Reports or Major Features requests in few days, it will go straight to Testing and Extras as playground for announced Contest Initiative Feel free to experiment with all extended features and please report bugs and experiences or feature requests here. Please, report any problem or crash during installation/upgrade if they still persist Have fun!!! |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
i hope qbw can Support transparency and Without Borders
english not well |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
http://wiki.maemo.org/images/thumb/0...px-Snap199.jpg |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
I just added a panel and then add the text to start the program. Like a dock, and then need to slightly transparent :D |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Create a background image or a background panel in .PNG format with alpha channel transparency. |
Queen BeeCon Widget release 1.2 is now in extras-testing
OK ... Queen BeeCon Widget release 1.2 is now in extras-testing queue and candidate to reach EXTRAs
Partial Change Log Code:
queen-beecon (1.2) Time for v1.2 to go to Extras-Testing Please go to this link, test and thumb-up QBW so that it can be promoted and reach EXTRAs ASAP |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hi No!No!No!Yes!,
Once again I have to thank you for the amazing work that you have accomplished. Today I have a question for you, hope you can share some of your intelligence with me :P I would like to know if there is any possible way, to relocate ( or even rotate! ) a QBW widget, on a keyboard slide event. Like when I open the keyboards on the n900, the widget will be placed in a different location. If this could be done, I think it would be EXTREMELY useful in making a more portrait friendly desktop! Thank you ! Cheers |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
I can not use QWB_REMEMBER_ME.
I try to use QWB_REMEMBER_ME () but can not. I need to switch between two values: on and off Can you help? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Change QBW position with: Code:
run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_position int32:<new x position> int32:<new y position> Code:
run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_param_uint32 string:"<parameter>" uint32:"<rotation angle index>" string:"" Code:
cmdImgAngle Code:
0=0 Degrees Code:
widWidth Code:
signal sender=:1.11 -> dest=(null destination) serial=18867 path=/org/freedesktop/Hal/devices/platform_slide; interface=org.freedesktop.Hal.Device; member=PropertyModified and read file: Code:
/sys/devices/platform/gpio-switch/slide/state |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
http://wiki.maemo.org/images/thumb/9...px-Snap094.jpg rememberMe value can also be affected by executed command output. Just echo the following string (which will not be displayed) as output of your command QBW_REMEMBER_ME(<content to be remembered>) no angle brackets; escape "close round bracket" like this "\)" to store it as ")" Here's an example Beecon which increases by 1 the previously remembered value, displays it and stores it back inside the beecon. Code:
[queen-beecon-header] |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Now if you get it to work.
Thank you very much! It is a great tool this application. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
2 Attachment(s)
Quote:
http://i51.tinypic.com/213ly69.jpg Here's another way to have a "2 States Button" which is "ON" on widget/system startup and toggles at every press. It uses $QBW_CURRENT_RESULTS_TEXT substitution parameter.
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Very very nice Widget! :)
I hope you could make Queen Beecon Widget multilanguage. If you can make it to use *.ts files I could provide german language files. I'm sure there are some other folks around that would love to translate the main app to their native speech... Possible? regards |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
However if you can point me to relevant documentation, I can check effort and feasibility. Thanks, Tschuess. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
5 Attachment(s)
hi, iv been asked to post some screen shots here on the post in the link below,
http://talk.maemo.org/showthread.php?t=59798&page=9 so here are my screen shots hope this helps? snake |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
1 Attachment(s)
last one as it would only let me upload 5
|
All times are GMT. The time now is 09:09. |
vBulletin® Version 3.8.8