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)

JonWW 2010-11-03 13:50

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
I've never tried symlinks, don't know enough about them. :confused: something new to learn.

No!No!No!Yes! 2010-11-03 14:32

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

Originally Posted by JonWW (Post 862126)
No!No!No!Yes!
While playing around with the orientation QBW I have noticed that the orientation event will sometimes stop, don't know why.

Happened to me as well just today, played a bit (couple of days) and suddenly orientation change events seem not to be issued any more to QBW dbus connection/callback ... problem seems to have gone away with reboot.

Quote:

Originally Posted by JonWW (Post 862126)
If I create another orientation QBW the second one is un-effected as are all other QBWs.

Need some more explanation here... it means 2nd one works and others as well or none work any more?

Quote:

Originally Posted by JonWW (Post 862126)
If I enter the Advanced settings and press Run it will work correctly,

Running beecon in this way, no $QBW_EXEC_REASON==QBW_ORIENTATION_MONITOR event will be triggered but only $QBW_EXEC_REASON==QBW_SETTINGS_SAVE_RUN event; $QBW_ORIENTATION_* variables will be however set as per any previous recorded phone orientation

Quote:

Originally Posted by JonWW (Post 862126)
also if I resize the QBW and press Save & Run it will not run

Running beecon in this way, no $QBW_EXEC_REASON==QBW_ORIENTATION_MONITOR event will be triggered but only $QBW_EXEC_REASON==QBW_TEST_DRIVE event; $QBW_ORIENTATION_* variables will be however set as per any previous recorded phone orientation

Quote:

Originally Posted by JonWW (Post 862126)
nor will the resize setting get saved!

This is the weirdest thing ... which seems not to be Orientation related ... are you saying that widget width&height settings are not changed and saved even if you modify them and press SAVE or SAVE&RUN?

What beecon are you using?

JonWW 2010-11-03 16:44

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

Originally Posted by No!No!No!Yes! (Post 862211)
problem seems to have gone away with reboot.

Reboot seems the only way to get it to work!

Quote:

Originally Posted by No!No!No!Yes! (Post 862211)
Need some more explanation here... it means 2nd one works and others as well or none work any more?

All other QBWs continued to work, admittiedly after the first orientation one failed I created the second orientation one which continued to work correctly
EDIT: while the first remained broken.

Quote:

Originally Posted by JonWW (Post 862126)
If I enter the Advanced settings and press Run it will work correctly

$QBW_ORIENTATION_MODE will correctly retrieve the device orientation each time you change devices position and press the Run button which is displayed in the Raw Output box.

Quote:

Originally Posted by JonWW (Post 862126)
If I resize the QBW and press Save & Run it will not run nor will the resize setting get saved!

Normaly this works with other QBWs

Quote:

Originally Posted by No!No!No!Yes! (Post 862211)
This is the weirdest thing ... which seems not to be Orientation related ... are you saying that widget width&height settings are not changed and saved even if you modify them and press SAVE or SAVE&RUN?

Save&Run normaly will work but Save&Run did not save when the orientation error occured, Save always worked! Does the run command here share functions with normal QBW operation that are different to Advaned Settings -> Run

Quote:

Originally Posted by No!No!No!Yes! (Post 862211)
What beecon are you using?

I havn't updated to the latest version as I think I saw someone having problems, so I'll be on the previous version. Can't tell you the exact version as the about box cuts off the full version number (text too large another bug), all I get is "Queen Beecon Widget 1."

richwhite 2010-11-03 16:53

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Can anyone tell me the code for QBW to have 'general' profile, 'silent' profile, and OCing? Currently I use CMD but i prefer QBW because i can have the backgrounds transparent

JonWW 2010-11-03 16:55

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Does this help?
http://wiki.maemo.org/Phone_control#Profiles

richwhite 2010-11-03 17:27

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

Originally Posted by JonWW (Post 862386)

those are what i use for CMD, is it the same code for QBW? Sorry, i'm literally the biggest QBW n00b you'll find. And does that code go in 'advanced', or in the main page 'command settings display'?

LAstly, what about OCing? Is it the same again as is in CMD?

No!No!No!Yes! 2010-11-03 17:33

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

Originally Posted by JonWW (Post 862373)
Reboot seems the only way to get it to work!

All other QBWs continued to work, admittiedly after the first orientation one failed I created the second orientation one which continued to work correctly
EDIT: while the first remained broken.

$QBW_ORIENTATION_MODE will correctly retrieve the device orientation each time you change devices position and press the Run button which is displayed in the Raw Output box.

Normaly this works with other QBWs

Save&Run normaly will work but Save&Run did not save when the orientation error occured, Save always worked! Does the run command here share functions with normal QBW operation that are different to Advaned Settings -> Run

I havn't updated to the latest version as I think I saw someone having problems, so I'll be on the previous version. Can't tell you the exact version as the about box cuts off the full version number (text too large another bug), all I get is "Queen Beecon Widget 1."

Can't really think of the problem here ... it seems offending instance got stuck in the middle of nowhere... and I'm unable to speculate further without logfile.
As per all these weird problems I assume it is not reproducible :confused: :(, I ask you if possible, next time it happens, to turn v4 verbosity on in Advanced Dialog Box and drop me the logfile after trying some of the weird thingies you were trying this time.

However, please do update to latest release 1.3.2 as problems Dousan reported seemed to be related to a buggy script and not to buggy widget (hopefully :D)

Text too large bug in About Box is fixed in 1.3.2

JonWW 2010-11-03 17:37

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
You may need to call the dbus command with
Code:

run-standalone.sh dbus-send --type=m...
Pop all your command into QBW and test to see if they work.

The Advanced settings have a multi line edit box which makes it much easier to edit your commands. QBW scripts are basically normal XTerminal scripts so you might find it easier to test in XTerminal, but the Advanced settings will also display the output if you press Run

JonWW 2010-11-03 17:47

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

Originally Posted by No!No!No!Yes! (Post 862420)
I ask you if possible, next time it happens, to turn v4 verbosity on in Advanced Dialog Box and drop me the logfile after trying some of the weird thingies you were trying this time.

Ok this one will be new to me, have seen it in the Wiki, am I correct in thinking that next time the orientation locks up, edit the same QBW and set V4 log, then play around with the same widget, saving/running it etc...

Quote:

Originally Posted by No!No!No!Yes! (Post 862420)
Text too large in About Box is fixed in 1.3.2

That one was worrying me ;)

I will also update tonight.

No!No!No!Yes! 2010-11-03 17:56

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

Originally Posted by JonWW (Post 862436)
Ok this one will be new to me, have seen it in the Wiki, am I correct in thinking that next time the orientation locks up, edit the same QBW and set V4 log, then play around with the same widget, saving/running it etc...

Verbosity is a global setting. Any beecon is ok to activate it globally. The rest is as you pictured!!!

Enjoy...


All times are GMT. The time now is 19:00.

vBulletin® Version 3.8.8