 |
 | Demo  Johnny J. | 21:32 30 Sep '09 |
|
 |
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
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
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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 !!!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
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,
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I'm sorry for no IE8 to test. I only have only two notebook computer with IE6 and IE7. I hope have IE8 environment to test this. Otherwise can you let me see the picture ,but I thing it is difficulty to correct this without IE8. thank you for your report.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi Uuware,
I loaded the demo page again into IE 8 "regular" mode. Hit control-F5 to make sure I was re-loading the page.
This time the blue lines show up from the beginning. I switched IE 8 to "compatibilty" mode and hit control-F5 again. Again, the blue lines show up from the beginning.
My guess is the blue lines are supposed to be there ! But I do believe the very first time I visited the demo page in IE 8 the blue lines were not there at first.
In any case, this is not a big deal, and I think the blue lines are a cool way to show how your one of your floating windows can be set to auto-resize its container. I haven't looked at the underlying HTML and how that upper left floating window is instantiated, but I will 
Again, congratulations on a fine contribution to CP.
best, 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
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |