CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wilz04

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    905

    C++ with .swf embed movie

    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?
  2. Re: Showing content from database without page refresh

    But,
    How I create a new div??
    How I generate the new Id??
    How I push the new div in the place of the old div??

    Please, Help Me!!
  3. Re: Showing content from database without page refresh

    But, How load te response text (upload) into the same div with the same id??
  4. Replies
    2
    Views
    7,658

    Re: Update DIV when typing in input field

    Where are the class "Ajax.Updater"??
  5. Replies
    1
    Views
    8,146

    Access denied for Ajax

    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...
  6. Replies
    2
    Views
    28,483

    Re: Show a ModalPopUpExtender from JavaScript

    Hi, Suzi!!!

    What is the _Default, Sys objects, and $find, $object functions, Where are the declarations???
  7. Replies
    4
    Views
    883

    Re: validation using a function call in PHP

    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...
  8. Replies
    10
    Views
    973

    Re: PHP drives me nuts -> Call to a member function on a non-object

    Gracias PeejAvery, Si, logre solucionar el problema, pero me ayudaste muchisimo!!
  9. Replies
    10
    Views
    973

    Re: PHP drives me nuts -> Call to a member function on a non-object

    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",...
  10. Replies
    10
    Views
    973

    Re: PHP drives me nuts -> Call to a member function on a non-object

    I echoed '$this->items[$i]' to see what they are obtaining, and show 'Google'.
  11. Replies
    10
    Views
    973

    Re: PHP drives me nuts -> Call to a member function on a non-object

    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...
  12. Replies
    10
    Views
    973

    Re: PHP drives me nuts -> Call to a member function on a non-object

    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!!!!,...
  13. Replies
    10
    Views
    973

    Re: PHP drives me nuts -> Call to a member function on a non-object

    Hello friends,

    I have problems with this:

    MenuItem.class.php:


    <?php
    class MenuItem {
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured