Lost Password?

Go Back   CodeCall Programming Forum > Web Development Forum > AJAX

AJAX Web based language that allows asynchronous loading of pages that does not interfere with normal page loading.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-06-2007, 05:13 PM
xarzu's Avatar   
xarzu xarzu is offline
Newbie
 
Join Date: Jun 2007
Posts: 14
Rep Power: 0
xarzu is on a distinguished road
Default Split Screen in AJAX

Textpad and many other applications have this.

It must be possible to do this on a website because many MSDN pages have something simular to it.

I want to have a web page with a vertical movable split screen bar.

I am not looking for something where we have two frames that are independent of each other and have their own vertical scroll bar. I want a web page where you can represent a very wide screen with a split. Each side can scroll horizontally independently of each other but the vertical scroll will cause both sides to scroll.

Is this possible in AJAX?

Is it possible in DHTML or some other technology?

Here is the textpad example:




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-06-2007, 07:05 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 4,856
Last Blog:
Zend Studio for Eclips...
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

I've only ever seen a webpage split using two scroll-bars. The first one that came to mind was MSDN and I took a look here: System.Drawing Namespace

but it turns out they have two scroll-bars as well. Maybe someone else here knows more than I do about this.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-06-2007, 07:21 PM
xarzu's Avatar   
xarzu xarzu is offline
Newbie
 
Join Date: Jun 2007
Posts: 14
Rep Power: 0
xarzu is on a distinguished road
Default

Once I start getting into AJAX more, maybe I can figure it out from some existing examples that do not have the same wide page but two seperate pages that scroll vertically independently.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-14-2007, 08:29 PM
davHunter davHunter is offline
Newbie
 
Join Date: Oct 2007
Posts: 8
Rep Power: 0
davHunter is on a distinguished road
Default

Hi!

One way to do it it's with the CSS overflow property.

Using a div it would look like:

HTML Code:
...
<div style:"height=xxx; width:xxxx; overflow:scroll / auto">
This text will be moveable...!!!
</div>
...
scroll gives both X and Y axes..., auto gives only Y axis.

Ciao!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-03-2007, 10:44 PM
fahlyn's Avatar   
fahlyn fahlyn is offline
Learning Programmer
 
Join Date: Nov 2007
Age: 25
Posts: 35
Rep Power: 3
fahlyn is on a distinguished road
Send a message via ICQ to fahlyn Send a message via AIM to fahlyn Send a message via MSN to fahlyn Send a message via Yahoo to fahlyn
Default

I don't see how AJAX would be useful for this. I know you said that you do NOT want to use 2 independent frames, however you CAN use 2 independent frames to accomplish what you want. Use css to hide the vertical scollbar on the left frame, then use javascript to scoll the left frame as the right frame's vertical scrollbar moves. Each frame could still have its own horizontal scollbar. You can use the css property "overflow-x" and "overflow-y" to control a vertical or horizontal scrollbar instead of "overflow" which applies to both vertical and horizontal.

Happy Coding!
-Fahlyn
__________________
Visit My Google Group Here: Web Development Innovation
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Considering Ajax, Part 1: Cut through the hype Ronin JavaScript and CSS 0 12-13-2006 02:36 PM
Myth-Busting AJAX (In)security Jordan AJAX 1 12-03-2006 01:21 PM
AJAX Evolved Jordan JavaScript and CSS 0 09-09-2006 01:12 PM
More AJAX Resources NeedHelp JavaScript and CSS 2 07-13-2006 12:57 PM
Anybody use Ajax? Dan JavaScript and CSS 9 07-05-2006 03:25 PM


All times are GMT -5. The time now is 10:29 AM.

Contest Stats

Xav ........ 164.00000
dargueta ........ 128.00000
John ........ 127.00000
gaylo565 ........ 18.00000
XaNaX ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

Ads