 |
|
|
 |
|
 |
Thanks, that was really need for Web developer
|
|
|
|
 |
|
 |
I Checked out the demo. What does the pushpin button do? It doesn't seem like anything happens when you toggle that?
Otherwise: Good work.
Cheers,
Johnny J.
|
|
|
|
 |
|
 |
Thanks for your "Good work".
Really?I am sorry for that.
Can you tell me your browser and the version about it.
May be I can try about it.
|
|
|
|
 |
|
 |
you're welcome.
If the pushpin is to make the window immovable, then it doesn't work in my IE (version 7.0.6001.18000) - If it's something else then I might just not understand what it is...
Cheers,
Johnny
|
|
|
|
 |
|
 |
Thanks for your replay.
My IE is 7.0.5730.11, but work fine.
Oh, I understood, pushpin is to make the window immovable, but not for you .
It is means when browser's scrollbar is shown, even move scrollbar up or down, the position of window is fixed.
But even pushpin is pushed, YOU, can move it every where if you want.
|
|
|
|
 |
|
 |
I need to modify the script to work with may framework and add some features. But the code ist packed. Can i get a unpacked version?
|
|
|
|
 |
|
 |
Yes, off cause.
All the full source is in the zip file with the name *_src.js.
Thanks for your use.
|
|
|
|
 |
|
|
 |
|
 |
thanks you.
modified on Wednesday, September 30, 2009 9:30 AM
|
|
|
|
 |
|
 |
Thank you for the exceptionally great js-library!
I notices that the script-library worked well in IE, Firefox and Safari,
but, in Opera (in the latest version) the resizing did not work.
I would like to ask if it is too much to be asked if you could
work on the library yet a bit more to bring its compability to
Opera too (and maybe Chrome that I have not tested)?
Thank you very much,
Matti
|
|
|
|
 |
|
 |
It's so reasonable that I cannot refuse you even I no plan for put it work with Opera.
I modified it,only one word,now it work with Opera.
Also I tested it with Chrome,every thing seems fine.
Now I should say:
It has been tested on IE5.5, IE6, IE7, Firefox2, and Firefox3, Opera 9.6, Chrome 2.0, Safari 4.0.
(should download from link of:Last version & demo page)
|
|
|
|
 |
|
 |
Thank you for your reply!
I tried again the code (Ver 1.0 Download All FTab files - 17 Kb; http://www.uuware.com/js_ftab_en.htm) in Opera 9.64. - But for some reason the moving and the manual resizing of the floating tab window did not still work.
I wonder if I downloaded the correct version? - If that is so, could you please explicitly set the direct downloading link to the .zip file of modified file version.
Or if it is still question of (moving and manual resizing) not working in Opera (9.64), may I ask you still to pay your attention to the problem. This is so fine gadget that it is absolutely worthy of making it work on all major browsers!
Thank you,
Matti
ps. in your demo page at href="http://www.uuware.com/ftab.html the moving and the manual resizing of the floating tab windows did not work either in my Opera 9.64 browser !!!
|
|
|
|
 |
|
 |
I think you need refresh your Opera.
I test again in demo page and also js_ftab_en.htm,i can move it.
(Now I am redirect my site from google's app to webhostingpad,perhaps you need wait for a while,I will update codeproject soon.)
At line 679 of ftab_src.js, should be:
if(window.getSelection) window.getSelection().removeAllRanges();
else if(document.selection && document.selection.empty) document.selection.empty();
Thank you.
|
|
|
|
 |
|
 |
Hi Again,
and thank you for further information ...
At line 679 of ftab_src.js, should be:
if(window.getSelection) window.getSelection().removeAllRanges();
else if(document.selection && document.selection.empty) document.selection.empty();
... which solved the problem! - and now I was capable of resizing the tab-windows also in Opera.
But to make the demo page really work, I had to also change the javascript-file from
"ftab.js" to "ftab_src.js" - i.e.:
from
<script type="text/javascript" src="ftab.js"></script>
to
<script type="text/javascript" src="ftab_src.js"></script>
What is the difference between these too files?
Regards,
Matti
|
|
|
|
 |
|
 |
Thank you.
ftab_src.js is source file, and ftab.js is same file but with packed to reduce its size for high speed transport.
you can use any one of the too files.
|
|
|
|
 |
|
 |
I noticed that when I go to the latest version/demo page the back button on my browser doesn't work as expected (IE 8). There are several extra pages between this page (code project) and the one I finally end up at. Is this a side effect of FTab or just the way the other site works?
|
|
|
|
 |
|
 |
I had not test with IE8, but I'm sure there does nothing to back button or history of Browser in FTab.
|
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Thanks man! I like your tab
|
|
|
|
 |
|
 |
Thank you too.
If I known it is popular, I should published it earlier.
|
|
|
|
 |
|
 |
The blue lines are also evident in IE7 and a part of one may be seen in the demo image at the top of the article.
Despite that this looks very useful and will certainly find its way into my development.
Wel done,
|
|
|
|
 |
|
 |
Perhaps you refer to window of "ftab10(not set width but height,so no move&resize)",it worked as it should. The window with [+] cannot be moving.
|
|
|
|
 |
|
 |
Hi Uuware,
Very nice dhtml programming.
There's one window in the on-line demo page at upper left which ... when it is resized ... causes the entire browser screen (in IE8) to be divided into four sections by two sets of two blue lines. Then when you resize this particular window, which remains anchored at top left, the relative sizes of the other three parts of the screen change.
What is this feature ? Can you turn off the "blue lines" by some call to your code ?
thanks, Bill
"Many : not conversant with mathematical studies, imagine that because it [the Analytical Engine] is to give results in numerical notation, its processes must consequently be arithmetical, numerical, rather than algebraical and analytical. This is an error. The engine can arrange and combine numerical quantities as if they were letters or any other general symbols; and it fact it might bring out its results in algebraical notation, were provisions made accordingly." Ada, Countess Lovelace, 1844
|
|
|
|
 |