This topic is locked

PHPRunner v5

9/10/2008 9:09:59 PM
PHPRunner General questions
O
OLDmrcaseyman author

The detail view pop-up in version 4.2 would instantly pop up upon roll-over. Version 5 fades in and out rather slowly. I would prefer the instant version from 4.2. Can I change it?

2nd question. If I use "preview detail records inline" Can I:

a) Have the detail view open automatically. Without a click or roll-over?

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=9488&image=1&table=forumtopics' class='bbc_emoticon' alt='B)' /> Can I have 2 or multiple detail views open at the same time? I would like to have 2 detail tables open on the bottom of the list page as soon as the page opens. Preferable side by side.
I am running build 429. It works much better. Thank you for the cool software, I love this!

J
Jane 9/11/2008

Hi,
to change speed edit include/ajaxsuggest.js file manually.

Fidn this code:

id = setTimeout("Left_Top("+oLeft+","+oTop+")",1000);



and replace it with this one:

id = setTimeout("Left_Top("+oLeft+","+oTop+")",10);


To open detail previews automatically use following code in the custom event on the Visual Editor tab:

?><script>

$("a#tablename_preview2").click();

$("a#tablename_preview2").click();

</script><?php

O
OLDmrcaseyman author 9/11/2008

Hi,

to change speed edit include/ajaxsuggest.js file manually.

Fidn this code:
and replace it with this one:
To open detail previews automatically use following code in the custom event on the Visual Editor tab:


Thank you Jane

O
OLDmrcaseyman author 9/11/2008

Hi,

to change speed edit include/ajaxsuggest.js file manually.

Fidn this code:
and replace it with this one:
To open detail previews automatically use following code in the custom event on the Visual Editor tab:


I am not having success getting the preview to be open when the page loads. When I use the code you suggest, When I click on "preview" I get a whole List page opening at the bottom instead of just the preview. Also, I may not be placing the code you suggest in the right spot on the Visual Editor Page. The only place I find is the "On Screen Event" code snippet area.
To make things simpler, Is there somewhere I can change the default to SHOW the detail instead of the current HIDE?
Thanks

J
Jane 9/12/2008

Hi,
yes, you need to use custom (on screen) event.

Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.