Originally posted by jeb1138
Seems like the dock and the menubar do a lot better job at some things than some of those widgets do -- like the battery meter, the airport signal strength meter, and the new-mail checker.
Originally posted by jeb1138
Anybody know if there is a way to make the OS X desktop picture semi-transparent (Show through to the background color?)
[/B]
<window title="iTunes Remote">
<name>main_window</name>
<alignment>left</alignment>
<visible>10</visible>
<shadow>0</shadow>
</window>
<window title="iTunes Remote">
<level>topMost</level>
<name>main_window</name>
<alignment>left</alignment>
<visible>10</visible>
<shadow>0</shadow>
<opacity>90</opacity>
</window>
hmm... i wonder if the widget makers get any royalties on the $25 they charge for this program.
Originally posted by andrewxlt1
someone have the konfab reference.pdf .. their site is being hammered and I just can't seem to get it
Originally posted by toast
Anyway to make the reminder 100% transparent ?
That's exactly what I did.Originally posted by senne
you can also put it in a corner, then you only see a mini white stripe.
Attachment: Right Bottom = reminder
Originally posted by 3mors
toast, if u want that an app stays on top u can add this line to .kon file in widget package:
<level>topMost</level>
inside <window> tag.
Originally posted by 3mors
Edit .kon file inside .widget package.
To navigate inside .widget file u have to use "Show package contents" menu (right button).
Put that line inside <window></window> tag.