473,796 Members | 2,635 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

repost : scrolling tables



[my last post got hijacked in an OT discussion]

trying to use this script for scrolling tables found at this link:

http://www.litotes.demon.co.uk/examp...bleScroll.html

The top left corner in the table grid is hidden from being displayed.

I see:
-- the code is creating DIV's and
-- overrides are hidden
but still can't see anyway to modify so top left corner can be a displayed label to the frozen column.

can anyone advise how to show the top left corner block as part of the left frozen column ???



Mar 6 '06 #1
17 1521
Jon Paal wrote :
[my last post got hijacked in an OT discussion]
What other post exactly? There are many posts on scrolling tables.
trying to use this script for scrolling tables found at this link:

http://www.litotes.demon.co.uk/examp...bleScroll.html
Did you know that the script you are refering to is under a copyright?
Have you asked Richard for permission to use his code?
can anyone advise how to show the top left corner block as part of the left frozen column ???


Gérard
--
remove blah to email me
Mar 6 '06 #2
VK

Jon Paal wrote:
[my last post got hijacked in an OT discussion]

trying to use this script for scrolling tables found at this link:

http://www.litotes.demon.co.uk/examp...bleScroll.html

The top left corner in the table grid is hidden from being displayed.

I see:
-- the code is creating DIV's and
-- overrides are hidden
but still can't see anyway to modify so top left corner can be a displayed label to the frozen column.

can anyone advise how to show the top left corner block as part of the left frozen column ???


The Man With Table is back! Hide everyone! :-)

P.S. Seriously now: if the author of mentioned script (however great or
not it would be) doesn't want it to be modified or even used by a 3rd
party, then publically looking for volunteers to hack the code is not
nice and seems illegal.
If you are really looking for a solution for your particular needs and
not just unleashing your life frustration (which takes illegal forms
now - see above) then:

You had plenty of time to rephrase your post like say: "I need an
Excel-like scrollable table where leftmost column and topmost row do
not scroll. See ...url... for what I'm looking for. And this is what
I've done so far: but doesn't work".

Or just get some money and buy a widget like say
<http://www.activewidge ts.com/javascript.foru m.3130.2/how-the-vertical-and-horizontal.html >
(it will not cost you 1,000 pounds nor even $1,000 :-)

Mar 6 '06 #3
> What other post exactly? There are many posts on scrolling tables.

replies which do not address the question...
> Did you know that the script you are refering to is under a copyright?


You're not the code author, please don't speak for him or lecture me.

I'm here for technical assistance.
Mar 7 '06 #4
It's a simple question really.
How to modify have the top left value stay fixed.

A technical question looking for a technical answer.
I'm not interested in the widget code or other alternatives at this point, just a question looking for an answer....


Mar 7 '06 #5
Jon Paal said the following on 3/7/2006 3:38 AM:
> What other post exactly? There are many posts on scrolling tables.
replies which do not address the question...


Sure they did. You just didn't like the answer.
> Did you know that the script you are refering to is under a copyright?


You're not the code author, please don't speak for him or lecture me.


If you want to modify the author's code, contact the author.
I'm here for technical assistance.


If you want technical assistance with a particular author's code, then
contact the author.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Mar 7 '06 #6
Jon Paal wrote:
A technical question looking for a technical answer.
I'm not interested in the widget code or other alternatives at this
point, just a question looking for an answer....


How long will it take you to realize that you've annoyed everyone enough to
assure that you will never receive an answer?

In the time since you posted your original question, I would have thought
that you could have disected this code and traced through it enough to have
found your answer by now. If you haven't taken the time to do that, then why
would you expect someone else to do so?

The code is not easy to read or understand in its published form. No one
here is going to sit here and dig through it to find your answer for you.

--
Matt Kruse
http://www.JavascriptToolbox.com
http://www.AjaxToolbox.com
Mar 7 '06 #7
Jon Paal wrote:
[the same as several times before]


FOAD.
PointedEars
Mar 7 '06 #8
no they didn't have a technical answer, and I did contact the author but he did not respond to emails.

...please don't reply unless you have an answer.
Mar 7 '06 #9
please don't reply to my posts.

I have asked you before to put me on your block list , please do so now..
Mar 7 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
3740
by: Skip Hollowell | last post by:
I have what is now a table with a header row and then obviously rows of data beneath. If the data is more than 50 or 6 rows (100px) then the rows will scroll using overflow:auto. This all works great, but I have alignment issues with the columns. I can get things to line up in either case (with scrolling or without scrolling) but not in both. Currently, I am using Tables to align everything and giving each row a % width. I would love...
1
1698
by: Yannick Turgeon | last post by:
Hello, This is a repost (see under the "dotted" line) from 2 days ago. Hope someone could help. Norton Antivirus 2003 is installed on this computer. Could it cause a problem? Another interesting thing is when I open a email with the DB attached (on the ME computer), the file is not "enabled" in the file list, it's grey. First time I see this.
0
1668
by: Ken Powers | last post by:
Hello everyone, Sorry about the repost, my second VB.NET App is done with the exception of this error. I'm getting a strange error when I try to bind a combo box to a Dataset. Here's my code! Private Sub Get_Data() Try Dim sqlcmd = New SqlCommand("Select * from Utility order by
6
1550
by: Jon Paal | last post by:
an excellent working solution for scrolling tables appears at this link http://www.litotes.demon.co.uk/example_scripts/tableScroll.html author has no contact page, but I have a question about the display of the table. the top left corner in the table grid is hidden from being displayed. I have tried to figure out where it is being hidden but can't find the code to allow it to be shown as part of the left frozen column. can anyone...
12
1808
by: Jon Paal | last post by:
trying to use this script for scrolling tables found at this link: http://www.litotes.demon.co.uk/example_scripts/tableScroll.html The top left corner in the table grid is hidden from being displayed. I see: -- the code is creating DIV's and -- overrides are hidden
32
1715
by: Jon Paal | last post by:
trying to use this script for scrolling tables found at this link: http://www.litotes.demon.co.uk/example_scripts/tableScroll.html The top left corner in the table grid is hidden from being displayed. I see: -- the code is creating DIV's and -- overrides are hidden
1
2367
by: asearle | last post by:
Hi everyone, I have some simple but very long reports that I would like to present in tabular format. To make this more comfortable for the reader I would like the headers to remain static at the top of the tables and just the content to scroll. I got this working with 'DIV' commands but found that, as various users re-sized their browsers, the column headers would go out of line. I tried fixing this with column width declarations but...
1
2642
by: jonceramic | last post by:
Hi All, I've noticed that in a lot of my forms and tables, when I'm on continuous view, I can't scroll when the focus is in a field or on a control. Meaning, if I have a list, and start scrolling, it always jumps back to the focus the second the scrolling is done. While I like this in some cases, it can get to be annoying. I try to
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9535
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10465
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10242
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10200
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.