|
|
Comments and Discussions
|
|
 |
|

|
thanks
|
|
|
|

|
Hi,
It’s a great work. But there are two problems about cookies.
If I set the URL of a tab through function doSetURL cookies don’t remember it and, after refresh, the tab charges with the old URL.
The same thing occurs on creating a tab or a window dynamically: after refresh it isn’t visible.
Could you fix it please? Thanks in advance.
|
|
|
|

|
Thank you for come to here.
1,The FTab don't remember URL for it is not a state but I think it is data.
You can do it, read from/save to cookies before call doSetURL.
2,I think FTab can save its states.
But it need you create it like next at each page load.
<script type="text/javascript">
FTab('ftab1',580,300,400,260,'');
FTab('ftab4',600,220,150,60,'tab ;minmax ;close ;scroll ;');
</script>
the sample is http://www.uuware.com/js_ftab_en.htm[^].
|
|
|
|

|
Thank you very much for your fast reply.
1) I have changed the code of ftab_src.js in this manner:
...
function
FTab_SaveConfig(name,url,left,top,width,height,nState,nZIndex)
…
if(typeof(url)=='number') sitems[0] = ''+url;
…
but with no success: when contents of iframe changes, cookies don’t remember it.
2) It would be very nice to have a possibility to create and destroy windows dynamically, on the fly, as here:
http://www.dhtmlgoodies.com/scripts/floating_window/floating_window.html
Can Ftab do it and remember the state of created windows for use in future sessions?
|
|
|
|
|

|
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.
|
|
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
FTab (Floating Tabs) is a cool cross browser DHTML floating window script with support for tabs.
| Type | Article |
| Licence | CPOL |
| First Posted | 12 Jun 2009 |
| Views | 37,815 |
| Downloads | 205 |
| Bookmarked | 52 times |
|
|