trying to make a sidebar gadget that has an ldap query function, but haven't been able to find very good, or any, useful documentation on the matter. im not hugely experienced with javascript, and know little to nothing about how ldap queries function, so any information at all would be useful.
info:
host: a.b.c.d.e
port: 389
ou: peop...
Hi
How i can exec vista gadget from program (use js or smth etc.)? In Windows 7 i can use IDesktopGadget:RunGadget, but it doesn't work on Vista. Any suggestions?
...
How do I create with QT 4 a window that remains anchored to the desktop as a widget ?
(Eg like Yahoo Widgets or Google Gadgets).
I intend to give the same characteristics of a widget to a normal window:
Remove the edges (easy to do)
The window must not move (how ?)
Must be displayed only when other windows are minimized (how ?)
...
Hi,
I want to save the user preferences in a Google Desktop Gadget.
I am not able to find any documents for it.
Can anyone tell me how can I do that?
Thanks,
Hardik
...
Hi,
I'm trying to build a gadget with the GWT plugin for eclipse.
Following the instructions Here:
http://code.google.com/p/gwt-google-apis/wiki/GadgetsGettingStarted
it says I'll get several .cache.js files produced and a *.xml file.
I don't see either of these, just the nocache.js file and a few
images.
I've also tried importi...
As a non-professional programmer, I'm trying to self teach myself a little HTML and javascript. My learning project is a desktop gadget that will retrieve rss items from an rss feed.
I would like an option to toggle so the user of the gadget can decide to display all items or only new items (unread items). It's displaying only the new i...
im developing a windows gadget. there is a function called addTextObject on the background object which creates the object i want which i can later add glowing and shadows to it. but the problem is that i am not able to control the objects location. for example if i want to append it inside a div or span or td, the appendChild method is ...
i have written my gadget
now i want to make its installer
hows is it posible
...
Making desktop gadget and want to change the css file on docked and undocked.
In fact, I am changing it in ondock and undock function, but it's not reflecting.
...
I'm trying to get a google gadget I created to auto-set it's height, but the gadgets.window.adjustHeight() function call doesn't seem to do anything.
I also tried it like this: gadgets.util.registerOnLoadHandler(function() {gadgets.window.adjustHeight();}); but still the height didn't change.
Here is the full gadget code:
<?xml version...
Hello,
I have built a Vista Gadget. It grabs a local XMl file called "settings.xml".
It loads it and I change a few things. then I call the xmldoc.Save("settings.xml") method which works fine of you run it in Internet Explorer... but if you run it in the sidebar it does not write to the xml - only loads from.
how do I get it to write to...
Hello,
I have a vista gadget that has a few DIV's and IMG's.
The elements have 'title' attributes set to display a tooltip.
If you are in the gadget, and it is focused the tool tips show... like normal.
But if you click on the desktop then hover over something that is supposed to have a tooltip nothing shows up until you click the gadget...
Hi, I would like to create a igoogle gadget, but I am trying to make a suggestion in a textbox over ajax. For example one textbox and if someone types in, then there should be comming suggestions. But this is posible with ajax. Has anyone an simple example what I can see?
Thanks
Nik
...
Hi
I want to design and develop a big enterprise application using just
GWT in client side.
I want to break this enterprise application into parts and I call each
of them a module (or bundle or portlet or whatever!).
These modules might have relation with each other and might call some services that
exists in other modules (in both c...