similar to: DC++ 0.668 - Annoying "tooltips"

Displaying 20 results from an estimated 1000 matches similar to: "DC++ 0.668 - Annoying "tooltips""

2005 Jan 02
2
Running DC++ 0.668 with wine-20041201
Hi all, First of all, Thank jou guys for making windows programs run on linux! I've been searching for a Direct Connect client that works in windows and linux. The solution was to run DC++ on top of wine. At first DC++ crashed a lot, but after disabling the 'progress bars for transfer' at advanced options dc++ keeps running. There are however a few things that doesn't work
2004 Nov 21
1
DC++ crashes with current CVS wine
Hi! I have a problem, that DC++ client now crashes in wine. The problem is that it crashes using its own exception handler, from the wine's point of view the app is running OK. The client simply pops up a dialog box saying that it just crashed and the debug info is placed in a file called exceptioninfo.txt. OK, the file is really there and it really shows something important: Code: c0000005
2005 Mar 12
1
wine20050310 DC++ 0.670 -Is Active mode possible?
Hi all, I've been using DC++ for some time now without much trouble, but now i wanted to use it's active mode (file-settings-Connection_settings) I've entered the correct IP and port, just as i did in windows. Then i restarted DC++. DC++ then gave me a messagebox saying: "Port xxxx is busy, please choose another one in the settings dialog, or disable any other application
2006 Jan 23
7
Tooltips.js
Hi, there already had been a Tooltips implementation [1] but i wasn''t to happy with that one, not only because they didn''t support simple mouse-hover tooltips (just as they appear when you are using title attributes) But writting this lib was also a good way to get into script.aculo.us and prototype.js. (and i can''t say how impressed i am) So here it is: An all
2006 May 03
3
My Tooltips contribution
All -- I've been working on a simple tooltip widget and thought I'd release it into the wild. It builds on the features found in Prototype 1.5.0 RC0 and Scriptaculous 1.6.1. Very basically, it walks down a list of links and if they have id, href and title attributes, displays a tooltip on mouseover. Styled with a few lines of CSS and background images. You can demo it here:
2006 Jun 10
5
Tooltips
Anyone know of a tooltip extension which uses script.aculo or prototype? e.g., hover a mouse on an object and pop-up a "help" dialogue? Sam _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 May 09
9
Tooltips v1.1 Released
All -- Thanks to those who sent me input! I'm proud to release my tooltips version 1.1 into the wild; it can be downloaded here: https://boygeni.us/svn/tooltips/tags/release-1.1.0/ Changes include: * Rendering constrained to viewport * User-defined effects options * MIT License Tested under Safari 2, IE 6 (strict) and Firefox 1.5 You can demo the sample app here:
2007 Mar 19
1
DC++ problem
Linux newbie here. WinXPPro, PCLinuxOS, wine version 1.0.9.23-1, DC++ version .668 Finally got it to load, read my shares and go online. Problem is if I minimize the program, on maximize the screen does not refresh. All I get is a border with the radio buttons in the upper right corner with my desktop visible. DC++ continues to run. If I select the shut-down button the "do you really
2006 Dec 30
2
DC++ doesn't work with Wine?
Greetings to all, This is my first text on this discussion board and i would like to ask why when i try to emulate DC++ the program remains for a few seconds on display and after that it closes. I tried to emulate WinAmp too, but it emulates only the interface, i can't open a file cos it shows me no location, and drag'n'drop it's just not working. I use: Suse 10.1 KDE
2007 Jan 12
5
Popup/Tooltip Dialog windows using AJAX?
Hello, Can anybody point me to a sample of popup/tooltip using Prototype? I saw examples for windows and also for tool tip but what I want is a little bit different. I want the same fuctionality which exists at yahoo mail login. https://login.yahoo.com/ -> on the right corner you have a Prevent Password Theft image. On mouse over you see a tooltip. Now the good think in this solution is that
2006 Jul 26
6
Javascript tooltips in rails?
Does rails have built in functionality to do javascript tooltips? -- Posted via http://www.ruby-forum.com/.
2005 May 16
3
ip_conntrack limit --- torrent , DC++ , eMule
Hi all, i need advice how can i limit ip_conntrack per IP. clients of network that i support often uses torrent , DC++ , eMule clients and i have lost packages because they open too many ports. i have traffic control limits but this obviously isn''t enough Any advance how to prevent server from this kind problems will be welcome. Best regards Emil
2006 Jul 05
10
Google/Netflix Like Tooltips
I need to have a toolip-like object which has dynamic content in it. I plan on using scriptaculous with an ajax call to retrieve the content, but I would like to make the popup/tooltip/balloon text look as nice as possible. Does anyone have any examples or anything useful to create a popup like the ones that Google and Netflix have? I''d like to have one which must be
2006 Feb 08
2
Tooltip.js problems
I''m starting to play with the tooltip.js library from http://tooltip.crtx.org/index.php?page=HomePage. The libarary seems to work pretty well except that when I use a tooltip on a web page that has a form and submit buttons, the submit buttons stop functioning and won''t respond to click events anylonger. So far I''ve only been able to reproduce this under Safari.
2006 Apr 06
3
Wine and AMD 64 in Suse 9.3
Hi. I have to use a comercial Windows software in my work, called Cosilab. Last two months I was using Debian and wine 0.9.1 and everything went perfect. The Program works fine under wine and I haven't got any problems. Now I've updated my computer to an AMD64 with 2Ghz Processor and I do not know if the problem with wine is caused by the 64 bits processor or why... I try to run the
2007 Mar 06
2
SVG and tooltips, hyperlinks
Dear all, is there a good way to create SVG plots with R whose elements have titles (tooltips) or act as hyperlinks? I am using the RSvgDevice package, which works great - but it doesn't seem to support the notion that plot objects have titles or are act as hyperlinks, so I am helping myself by giving the objects funny unique colors and then postprocessing the .svg file. I wonder
2003 Dec 12
1
WINE @ DC++
Hi, In a pevious post Bjorn Tillenius wrote: >I run DC++ in wine and it runs perfectly now. The reason why it >can't remember any settings is that it needs a newer version of >comctl32.dll, Windows Common Controls. You can download it from: >http://dcplusplus.sourceforge.net/index.php?page=download >This could also fix the other problems you had. I fixed the first >problem
2009 May 29
1
GTK Tooltips under Linux
Dear all, I want to set tool-tips for a gtkButton. I use the following code which works under Windows. However, it doesn't work under Linux. Any hints? Thanks. library(RGtk2) b<-gtkButtonNewWithLabel("OK") gtkTooltips()$setTip(b,"Memo for a Button.") gw <- gtkWindow(show=F) gw$Add(b) gw$Show() > sessionInfo() R version 2.8.0 Patched (2008-12-10 r47137)
2007 Sep 06
3
WINE
I have downloaded Ububtu abd used Add/Remove to install Wine. I can not get it to work. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070906/86803328/attachment.htm
2007 Jun 11
5
Problem with RSVGTipsDevice
Hi there. I am still trying to get the RSVGTipsDevice to work, yet I can not. I have copied the first example from RSVGTipsDevice documentation: library(RSVGTipsDevice) devSVGTips("C:\\svgplot1.svg", toolTipMode=1, title="SVG example plot 1: shapes and points, tooltips are title + 1 line") plot(c(0,10),c(0,10), type="n", xlab="x", ylab="y",