Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Announcements and Chat > Forum / Site Suggestions & Help

Reply
 
Thread Tools Search this Thread Display Modes
Old 22nd June 2005, 17:36   #21  |  Link
IanB
Avisynth Developer
 
Join Date: Jan 2003
Location: Melbourne, Australia
Posts: 3,167
@LigH,

You mean you actually like cascaded scrollable windows. Try swiping the text out of an inner window when it exceeds the size of the outer window, you can't! Try swiping all the text out of scrollable window, you can't. You have to do it in pieces this leads to transcription errors (same line twice/line missing)

IanB
IanB is offline   Reply With Quote
Old 22nd June 2005, 17:45   #22  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,782
I can - in two different possible ways:

a) Start the selection by dragging the mouse over the text from the top left, hold the left mouse button, and use the scroll wheel until the text went down far enough to complete the selection.

b) Quote the text, and copy out of the quoted source. (I don't use the WYSIWYG editor.)
LigH is offline   Reply With Quote
Old 22nd June 2005, 18:11   #23  |  Link
IanB
Avisynth Developer
 
Join Date: Jan 2003
Location: Melbourne, Australia
Posts: 3,167
Quote:
Originally Posted by LigH
I can - in two different possible ways:

a) Start the selection by dragging the mouse over the text from the top left, hold the left mouse button, and use the scroll wheel until the text went down far enough to complete the selection.
Not all rodentia have wheels....
Quote:
b) Quote the text, and copy out of the quoted source. (I don't use the WYSIWYG editor.)
Again a scrollable window....

IanB
IanB is offline   Reply With Quote
Old 22nd June 2005, 18:17   #24  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,782
Quote:
Originally Posted by IanB
Again a scrollable window....
If the full featured WYSIWYG editor is the 3rd option, try instead the 2nd ("Standard Editor - Extra").

BTW: The WYSIWYG editor does not work in Opera 7.5x, anyway...
LigH is offline   Reply With Quote
Old 22nd June 2005, 18:58   #25  |  Link
Shinigami-Sama
Solaris: burnt by the Sun
 
Shinigami-Sama's Avatar
 
Join Date: Oct 2004
Location: /etc/default/moo
Posts: 1,923
Quote:
Originally Posted by LigH
I can - in two different possible ways:

a) Start the selection by dragging the mouse over the text from the top left, hold the left mouse button, and use the scroll wheel until the text went down far enough to complete the selection.

b) Quote the text, and copy out of the quoted source. (I don't use the WYSIWYG editor.)
select part of it and hit crtl+a

works for me everytime
hmm it was working two days ago...
__________________
Quote:
Originally Posted by benjust View Post
interlacing and telecining should have been but a memory long ago.. unfortunately still just another bizarre weapon in the industries war on image quality.
Shinigami-Sama is offline   Reply With Quote
Old 22nd June 2005, 19:01   #26  |  Link
bond
Registered User
 
Join Date: Nov 2001
Posts: 9,770
Quote:
Originally Posted by Swede
I guess you're using IE?....
yep, i am and it looks indeed crap now
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau)
I know, that I know nothing (Socrates)

MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide)
Ogg Theora | Ogg Vorbis
use WM9 today and get Micro$oft controlling the A/V market tomorrow for free
bond is offline   Reply With Quote
Old 24th June 2005, 18:47   #27  |  Link
Cyberia
Moderator
 
Cyberia's Avatar
 
Join Date: Nov 2002
Location: Inside
Posts: 718
I think the current situation (no horizontal scrollbars) is an improvement, but all I really wanted was for the CODE window to scale to the width of the page and *then* use a scrollbar if necessary.

Im running at 1600x1200 and that is wide enough for most CODE posts. But the really wide ones should scroll I would think.

However I will defer to the developers in their choice of scrollbars. No scrollbars is better than the previous tiny code window.
Cyberia is offline   Reply With Quote
Old 24th June 2005, 19:20   #28  |  Link
iradic
Registered User
 
Join Date: Jan 2004
Posts: 332
did anyone tried to save page as text ... (with code in it)
anyone tried browsing with lynx ...

only links can dump html (with code) to text AND render it properly ...

Ecample
===========
from links
---------------
Code:

function Cdeint(clip clp, clip output, int mode, float n)
{
###### PREPARATION ######
global noisel = default(n,0)

ord = clp.getparity() ? 1 : 0
tmpp = isyv12(clp) ? clp.leakkernelbob(order=ord, sharp=false, twoway=false, threshold=7).duplicateframe(0) :
============
from ffox
---------------
Code:

function Cdeint(clip clp, clip output, int mode, float n) { ######
PREPARATION ###### global noisel = default(n,0) ord = clp.getparity() ?
1 : 0 tmpp = isyv12(clp) ? clp.leakkernelbob(order=ord, sharp=false,
twoway=false, threshold=7).duplicateframe(0) : \
clp.leakkernelbob(order=ord, sharp=false, twoway=false,
threshold=7).duplicateframe(0).ConvertToYV12() one = tmpp two =
tmpp.unfilter(-74,-74) three = tmpp.BilinearResize(480,240) global
testclip = (mode==1 ? one : (mode==3 ? three : two)) ###### FRAMES FOR
BLENDPARAMETERS ###### global combing_n0 = testclip.selecteven() global
combing_n1 = testclip.selectodd() global combing_n2 =
----------------

Am I missing something?
Bye
iradic is offline   Reply With Quote
Old 27th June 2005, 03:46   #29  |  Link
IanB
Avisynth Developer
 
Join Date: Jan 2003
Location: Melbourne, Australia
Posts: 3,167
Dear all,

Thanks for the many helpful hints, however none work in all cases.

Bottom line is in the new vBulletin [ code ] et el is stuffed, previously I had no problem interacting efficiently with the interface, even crappy old Netscape 4 under unix didn't have a problem.

Scrollable windows within scrollable windows is a really bad idea, no two browsers seem to handle this case consistantly, hence my heartfelt plea to totally avoid any vestige of scroll bars around a code window.

I really appreciate the work Swede has done in getting us this far. I continue to live in hope.

IanB
IanB is offline   Reply With Quote
Reply

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

Forum Jump


All times are GMT +1. The time now is 02:01.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.