April 11th, 2007 12:18 PM
Hello friends!!
I 'm a bloodshed follower, and I 'm trying of embeed an swf movie on a window builded in Dev C++.
I don't want to use VC++.
You can help me?
March 30th, 2007 10:42 AM
Hi All,
I need help for allow access from my .htm to another page (.php),
Can helpme??
All the scripts (functions and vars) are correctly writens, but not run!!,
I understand that IE not...
March 30th, 2007 09:26 AM
Hi, Suzi!!!
What is the _Default, Sys objects, and $find, $object functions, Where are the declarations???
March 30th, 2007 08:58 AM
Hi CanUHelpMe, please use code tags when posting code. It makes things easier to read. You would use them in the following manner:
"["."code"."]".
"your code here".
"[/".code"."]"
Note: quit...
March 29th, 2007 01:49 PM
Gracias PeejAvery, Si, logre solucionar el problema, pero me ayudaste muchisimo!!
March 29th, 2007 01:35 PM
Thanks PeejAvery, I see the error, it's in the menu.php:
<?php
include_once("../scripts/MenuBar.class.php");
$menu = new MenuBar();
$menu->add(new MenuItem("Google",...
March 29th, 2007 01:10 PM
I echoed '$this->items[$i]' to see what they are obtaining, and show 'Google'.
March 29th, 2007 12:43 PM
This is my function 'toString()'.
She is in the class 'MenuItem'
the vars '$href', '$target', and '$label was declared as members of this class, and in her constructor I initialized this vars with...
March 29th, 2007 12:20 PM
Yes, I Know.. but the I don't resolve the error.
I declared all the vars (instances) and call my functions correctly, but the apache continue says: Call to a member function on a non-object!!!!,...
March 29th, 2007 11:29 AM
Hello friends,
I have problems with this:
MenuItem.class.php:
<?php
class MenuItem {