|
2008-06-09
, 13:28
|
|
Posts: 475 |
Thanked: 771 times |
Joined on Dec 2007
@ Hamilton, Ontario, Canada
|
#112
|
g_signal_connect (G_OBJECT (popup_window), "popdown-window", G_CALLBACK (hd_applications_menu_popdown), button);
The Following User Says Thank You to fiferboy For This Useful Post: | ||
|
2008-06-09
, 17:59
|
|
Posts: 204 |
Thanked: 29 times |
Joined on May 2008
|
#113
|
combatdoc...i dont have that problem...what else do you have running...
|
2008-06-09
, 18:35
|
|
Posts: 475 |
Thanked: 771 times |
Joined on Dec 2007
@ Hamilton, Ontario, Canada
|
#114
|
|
2008-06-09
, 23:25
|
|
Posts: 204 |
Thanked: 29 times |
Joined on May 2008
|
#115
|
|
2008-06-10
, 04:59
|
|
Posts: 98 |
Thanked: 189 times |
Joined on Jul 2007
@ San Antonio, TX
|
#116
|
General: I think you have asked a couple of time if anyone knows how to make the popup sensitive to outside taps (ie. pop down when clicking elsewhere on the screen).
You have to use a HildonDesktopPopupWindow as the main container widget, then connect a signal for the popdown event to a function that hides or destroys the window. The signal looks like this:
Since this is probably pretty off topic, PM me if you want more information.Code:g_signal_connect (G_OBJECT (popup_window), "popdown-window", G_CALLBACK (hd_applications_menu_popdown), button);
|
2008-06-10
, 05:01
|
|
Posts: 98 |
Thanked: 189 times |
Joined on Jul 2007
@ San Antonio, TX
|
#117
|
Yes I did at the time. Maybe that was it. However I hit the power button and it brought up the power menu but wouldn't respond to any clicks.
The reason I brought it up is that the applet was the only thing I added at the time to a working system. It hasn't recurred today yet, though.
|
2008-06-10
, 07:41
|
Posts: 228 |
Thanked: 20 times |
Joined on Oct 2007
|
#118
|
|
2008-06-10
, 08:31
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#119
|
I have to admit I haven't read this post, but I love this applet. However, it would be nice if it played the tone like the standard volume slider, to let you know how loud you have it set to.
|
2008-06-10
, 09:08
|
|
Posts: 98 |
Thanked: 189 times |
Joined on Jul 2007
@ San Antonio, TX
|
#120
|
The Following User Says Thank You to rm_you For This Useful Post: | ||
Three checkboxes to toggle the speakers, headphones, and BT-HSP outputs, and maybe separate analog / BT volume sliders (when both of them are enabled). (Or just leave BT volume control up to the buttons on the headset, and keep one slider, which controls analog output except when only BT is in use...)
For the BT headset, I need to enable the BTM and BT controls in alsamixer.
For any analog output, I need EACPCM; for speakers I need Speaker Amplifier, and for the phone jack, I need Headset Amplifier.
Right now, I can make this work manually with gnome-alsamixer, and use it to control the analog outputs with PCM and DMA sliders, while I use either the BT headset buttons or the ad-bk-sb-applet to control the headset's volume.
I'm probably gonna script this up with amixer, for now, but it'd seem a nice addition to the applet. (In case anyone's wondering, I haven't built gnome-alsamixer, amixer, or anything interesting; just using Debian...)
What do you think: useful addition, or feeping creaturism?
Oh, and regarding:
World's first inductively-charged N900!