Notices


Reply
Thread Tools
Posts: 76 | Thanked: 4 times | Joined on Apr 2010
#161
In response to the problems with the Ebay beecon / snippet -

I can implement (i.e. add the code and run) the snippet but the output I get in the widget does not match what display fields you have in the example screenshot you posted with the instructions on how to build it. What I see is the title of the listing and then underneath where the field says "ID:" I also get a repeat of the title, where I expect to see the item number. Underneath this, I expect to see the time left for bidding etc but I don't see any of that.

So I don't think this is a 'timer' issue as you understand it - I am just not returning the field data in the widget that I expect to.

My reference to 'optifying' the layout (if that's even a word?) is because when the Ebay widget appears, the listing title dissappears from the right of the page, meaning the length is too short in the default value methinks.

I hope that makes better sense.
 
Posts: 67 | Thanked: 36 times | Joined on May 2010 @ Claremont (LA), California
#162
Originally Posted by No!No!No!Yes! View Post
Application Manager -> Uninstall ... Look in that list.
Heh. Never occurred to me to look in an UNinstaller to find out the installed version! But of course it's the perfect place.

I've got 0.1.4. Looks like that's the latest, no?
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#163
Originally Posted by Lake View Post
In response to the problems with the Ebay beecon / snippet -

I can implement (i.e. add the code and run) the snippet but the output I get in the widget does not match what display fields you have in the example screenshot you posted with the instructions on how to build it. What I see is the title of the listing and then underneath where the field says "ID:" I also get a repeat of the title, where I expect to see the item number. Underneath this, I expect to see the time left for bidding etc but I don't see any of that.

So I don't think this is a 'timer' issue as you understand it - I am just not returning the field data in the widget that I expect to.

My reference to 'optifying' the layout (if that's even a word?) is because when the Ebay widget appears, the listing title dissappears from the right of the page, meaning the length is too short in the default value methinks.

I hope that makes better sense.
Please ... let's move to the relevant thread ... Thanks.
__________________
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: 76 | Thanked: 4 times | Joined on Apr 2010
#164
[Feature request]

If possible, a beecon to start / stop record the output from the N900 FM radio app which can then be played in media player?
 
Posts: 67 | Thanked: 36 times | Joined on May 2010 @ Claremont (LA), California
#165
Originally Posted by gkuenning View Post
So here's a somewhat fancier script.
The script I posted yesterday had a bug that made it ignore hostile teams. I've edited the post to include the corrected code, so you only need to re-download it if you grabbed it before the timestamp on this post. Or you could just hand-edit it: in the if statement that checks for wins, two occurrences of "tm[i]" should both be "ct".
 

The Following User Says Thank You to gkuenning For This Useful Post:
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#166
Originally Posted by gkuenning View Post
The script I posted yesterday had a bug that made it ignore hostile teams. I've edited the post to include the corrected code, so you only need to re-download it if you grabbed it before the timestamp on this post. Or you could just hand-edit it: in the if statement that checks for wins, two occurrences of "tm[i]" should both be "ct".
Thanks, WIKI points to original post so no need for amendments there as well.

BTW ... with respect to the Timer issues, there is indeed some weird bug here and I'm in the process for a solution.
__________________
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
#167
Originally Posted by No!No!No!Yes!
However I also have one more issue which is bothering me since QBW was born. I already opened a thread in Development forum but no brave member came up with suggestions.

I hope I have a better chance now that community has gone much more cerebral about Maemo, N900 and Hildon-Desktop.
I repost here my original request as it could move QBW a step further with still one new possibility.

Thanks to new extended IPC mechanism it could be now possible to treat many QBW instances as one intercommunicating entity thus allowing stacked instances (and hot spots over beecons) like in this example:

Originally Posted by No!No!No!Yes! View Post
I believe the cheapest solution could be this one:



With "A" being the "status" beecon (with status querying script updating manually, every startup, on desktop change, every 30 or so seconds updated via new QBW IPC features by "B") and "B" being the "toggle" beecon/button (with status toggling script just for manual interaction)

ISSUE: Still unable to programmatically control the stacking of different widgets on desktop.

This was the original enigma:
Originally Posted by No!No!No!Yes! View Post
Hi, as per subject I need to programmatically control the overlaying positions of 3 instances of the same multi-instance hildon desktop (hildon-home) widget.
Programming Language is C.

I basically need to send the top most yellow box behind the red and green boxes (the very-very back) while I'm in the top most widget's settings dialog box.





I've already tried:
  1. gtk_window_set_keep_below gtk_window_set_keep_below
  2. HildonWindowStack family functions

No success so far... anyone can help?

Bye!
Sorry for bringing this back again but I received some tips from a friend and I'd like you guys to help me elaborating on them:

Originally Posted by friend
I was reading the applet positioning code in hildon-desktop a bit and it seems that the applets are placed on the desktop in the order of modification timestamps so that recently modified applet windows are on top. The modification timestamp is stored to GConf, under /apps/osso/hildon-desktop/applets/<applet>/modified for each applet.

So you could edit this timestamp to change the stacking order of the applets. I think you'd need to trigger the restacking of applets somehow aftre changing the value. The stacking code is here:
http://maemo.gitorious.org/fremantle...hd-home-view.c
Anyone has any idea on how to "trigger the restacking of applets"

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: 139 | Thanked: 20 times | Joined on Apr 2010 @ Planet Earth for now!
#168
WOW, this is one incredible piece of work. I have no programming skills ,but it seems to me that this widget can do just about anything with the right script. So may question is this; i have a GOOGLE VOICE account and want to eliminate sms fees from recieveing texts from my account. So could QBW poll my account for new messages alert me of them, and then open a selected VOIP account to let me handle the message however i feel fit? The potential for this app is incredible; if this is possible?
 

The Following User Says Thank You to AgentZ For This Useful Post:
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#169
Originally Posted by AgentZ View Post
WOW, this is one incredible piece of work. I have no programming skills ,but it seems to me that this widget can do just about anything with the right script. So may question is this; i have a GOOGLE VOICE account and want to eliminate sms fees from recieveing texts from my account. So could QBW poll my account for new messages alert me of them, and then open a selected VOIP account to let me handle the message however i feel fit? The potential for this app is incredible; if this is possible?
Uhm ... I'll try some speculations here... just brainstorming as I cannot connect to Google Voice ("Please note that Google Voice is only available for sign up in the US.")
  • It is already possible to check for GMails via a RSS feed through GMail: New Mail Notifier Widget
  • There's a mobile access URL for http://www.google.com/voice/m (I'm not able to inspect further because of access limitations)
  • I believe there are methods of issuing DBUS commands to start voip connections
  • I believe there are methods of issuing DBUS commands to have the N900 play sounds like incoming mails or chat conversations
  • QBW can provide the frontend to all this notification/action scripting
As you see ... just speculations and still a lot more to investigate and test but maybe the Community can help testing & scripting here

I Can't go further then this ... sorry
__________________
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: 139 | Thanked: 20 times | Joined on Apr 2010 @ Planet Earth for now!
#170
Originally Posted by No!No!No!Yes! View Post
Uhm ... I'll try some speculations here... just brainstorming as I cannot connect to Google Voice ("Please note that Google Voice is only available for sign up in the US.")
Oops your not from here,lol
  • It is already possible to check for GMails via a RSS feed through GMail: New Mail Notifier Widget
    Yep saw that is why I asked here, because getting into GV would probably use the same script
  • There's a mobile access URL for http://www.google.com/voice/m (I'm not able to inspect further because of access limitations)
    Understandable, but the mobile isn't that great,but I guess you could use it to get the info for which QBW could use, would prefer the real site in any case
  • I believe there are methods of issuing DBUS commands to start voip connections
  • I believe there are methods of issuing DBUS commands to have the N900 play sounds like incoming mails or chat conversations
  • QBW can provide the frontend to all this notification/action scripting
As you see ... just speculations and still a lot more to investigate and test but maybe the Community can help testing & scripting here

I Can't go further then this ... sorry
Oh no don't be sorry you have created something pretty dam awesome, I mean come on what can't it do!
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:22.