Welcome, Guest. Please login or register.
Did you miss your activation email?
Feb. 04, 2012, 04:00:26 AM
55060 Posts in 12346 Topics by 65337 Members
Latest Member: ponnywalter
News:
 
The PRADO Community » Prado v3.x » Component Repository » Navigation: LCssDropDownMenu « previous next »
Pages: [1] 2 Print
Author Topic: Navigation: LCssDropDownMenu  (Read 14955 times)
schmunk
PRADO Supporter
Platinum Member
*

Karma: 17
Offline Offline

Posts: 505


Google Ron Paul


View Profile WWW
« on: Jul. 02, 2006, 04:38:05 PM »

Hi,

I made a standalone PRADO v3.0.1 version of this component: http://www.pradosoft.com/forum/index.php/topic,424.45.html
Tested with FireFox (perfect), Safari (almost perfect) and IE (close to almost perfect).

Some features of the v2 version haven't been ported yet.
1. The component is using assets for JS ans CSS, should files also be possible?
2. Roles are not implemented.

But it can be integrated with an admin interface, see link in signature.
Online Demo: http://demo.phundament.com/demo/index.php5
Installation: put it in a namespace

Best regards,
schmunk

* LCssDropDownMenu-rev295.zip (13.66 KB - downloaded 380 times.)
Logged

lithron & phundament - components for PRADO 3
http://sourceforge.net/projects/lithron
http://www.phundament.com
Rinso
Senior Member
***

Karma: 5
Offline Offline

Posts: 99



View Profile
« Reply #1 on: Jul. 02, 2006, 08:53:36 PM »

Hi,

the text in the demo is not readable in Firefox.

Greetz,
John
Logged

Just a Dutch Man who tries to learn PHP5/Prado
schmunk
PRADO Supporter
Platinum Member
*

Karma: 17
Offline Offline

Posts: 505


Google Ron Paul


View Profile WWW
« Reply #2 on: Jul. 03, 2006, 06:55:48 AM »

Hi Rinso,

which version of FF on which System?

thx.
Logged

lithron & phundament - components for PRADO 3
http://sourceforge.net/projects/lithron
http://www.phundament.com
dajackel
Junior Member
**

Karma: 0
Offline Offline

Posts: 22


View Profile
« Reply #3 on: Oct. 24, 2006, 10:34:35 AM »

the menu is transparent on firefox 1.5.0.7
Logged

--
Programming is like sex, if you make a mistake you have to support it your whole life!
eirikhm
PRADO v3.x Developer
Platinum Member
*****

Karma: 30
Offline Offline

Posts: 845



View Profile WWW
« Reply #4 on: Oct. 26, 2006, 08:24:15 PM »

(Testing with FF 2.0)

I recon the background should be some% transparent. It looks neat on green background, but against white it seems to be totally transparent, so the menu text gets over the text in the background. That makes it kind of hard to read. I took two screenshots:

Against white:



Against green:
Logged

schmunk
PRADO Supporter
Platinum Member
*

Karma: 17
Offline Offline

Posts: 505


Google Ron Paul


View Profile WWW
« Reply #5 on: Oct. 30, 2006, 11:27:08 AM »

Thanks for your feedback guys.
I'll try to fix these problems within about two weeks.
Logged

lithron & phundament - components for PRADO 3
http://sourceforge.net/projects/lithron
http://www.phundament.com
raj
Junior Member
**

Karma: 0
Offline Offline

Posts: 23


View Profile
« Reply #6 on: Dec. 04, 2007, 01:03:07 AM »

Could you please provide the link to download the LCssDropDownMenu.
Also, if If there is any documentation for a newbie like me.

Thank you so much.
Logged
Kabayan
Platinum Member
****

Karma: 16
Offline Offline

Posts: 781


Save me...please


View Profile WWW
« Reply #7 on: Dec. 04, 2007, 05:23:43 AM »

It's in the first post  Wink, download the attachment.
Logged
schmunk
PRADO Supporter
Platinum Member
*

Karma: 17
Offline Offline

Posts: 505


Google Ron Paul


View Profile WWW
« Reply #8 on: Dec. 04, 2007, 10:38:48 AM »

You may also download phundament from here: http://sourceforge.net/projects/lithron
It has LCssDropDownMenu included with an example configuration.
Logged

lithron & phundament - components for PRADO 3
http://sourceforge.net/projects/lithron
http://www.phundament.com
rktax
Senior Member
***

Karma: 1
Offline Offline

Posts: 217


View Profile WWW
« Reply #9 on: Dec. 04, 2007, 09:21:38 PM »

Thank you so much Schmunk and Kabayan.
Logged

- rkt
Free Email Reminders --  www.RemindRemind.com (Prado 2 application)
schmunk
PRADO Supporter
Platinum Member
*

Karma: 17
Offline Offline

Posts: 505


Google Ron Paul


View Profile WWW
« Reply #10 on: Dec. 04, 2007, 09:36:47 PM »

Just one thing.

The version included in phundament has a lot more features than the download in the first post.
I haven't tested it standalone, but it should run with minor changes. The stylesheet for example is cleaner - it's partially overwritten with a file from the theme.
Logged

lithron & phundament - components for PRADO 3
http://sourceforge.net/projects/lithron
http://www.phundament.com
raj
Junior Member
**

Karma: 0
Offline Offline

Posts: 23


View Profile
« Reply #11 on: Dec. 06, 2007, 01:06:41 AM »

Hi Schmunk,

I tried to use the LCssDropDownMenu in a test page, however, the moment I add the moment I use <com:LCssDropDownMenu > in the .page file, I get the error -- Internal Server Error.

This is my application.xml
Code:
<?xml version="1.0" encoding="utf-8"?>

<application Mode="Debug">

<paths>
<alias id="Pages" path="pages" />
<using namespace="Pages.Components.*" />
</paths>

</application>

And this is my Home.page

Code:
<com:TButton Text="Test me" OnClick="buttonClicked" />
<div id="LCssDropDownMenu">


<com:LCssDropDownMenu >

</com:LCssDropDownMenu>

</div>
<div style="clear: both"></div>
</com:TForm>
</body>
</html>

And the protected/pages/Components folder contains LCssDropDownMenuNode.php and LCssDropDownMenu.php files copied from phundament. The Components folder contains the LCssDropDownMenu folder, which contains the .css, .js and .gif files copied from phundament.

It appears that I am missing something or some required files are not available at the proper place. If I remove the <com:LCssDropDownMenu >, the application runs fine.

To test the error condition, try the following link: http://www.remindremind.com/prado31/demos/lcssmenu/

I shall appreciate any help to fix the problem.

Thank you so much.
Logged
schmunk
PRADO Supporter
Platinum Member
*

Karma: 17
Offline Offline

Posts: 505


Google Ron Paul


View Profile WWW
« Reply #12 on: Dec. 07, 2007, 08:38:11 AM »

Do you have access to the apache error.log file for some more information?
Logged

lithron & phundament - components for PRADO 3
http://sourceforge.net/projects/lithron
http://www.phundament.com
raj
Junior Member
**

Karma: 0
Offline Offline

Posts: 23


View Profile
« Reply #13 on: Dec. 08, 2007, 12:34:44 AM »

I contacted the web hosting company and asked for help/error log. They provided the following reply:

Quote
Hello,

I'm sorry to hear about the issues your having with this website. It does
appear to be a coding issue for your php scripts. The error message that
was captured is:
[Fri Dec 7 16:17:33 2007] [error] [client 65.116.251.178] Premature end
of script headers: /dh/cgi-system/php5.cgi

From this message, I'm assuming you have an error somewhere in your
index.php file that you have located at:

http://www.remindremind.com/prado31/demos/lcssmenu/

The error could be something as simple as a path being incorrect, so the
PHP runtime isn't able to find one of the includes, that are required.

I hope this has been of assistance, if you have any further questions,
please do let me know.

Thanks!
Chris

The reply does not provide any clear answers, however, I can request more details if required.

Thank you so much for your help.

- Raj
Logged
Kabayan
Platinum Member
****

Karma: 16
Offline Offline

Posts: 781


Save me...please


View Profile WWW
« Reply #14 on: Dec. 08, 2007, 09:20:05 AM »

schmunk, did you make any revision for attachment?, if not, I'll make an example for it that works. I'll post it here soon.
Logged
Pages: [1] 2 Print 
« previous next »
Jump to: