User Profile

Collapse

Profile Sidebar

Collapse
Germaris
Germaris
Last Activity: Sep 5 '08, 09:08 AM
Joined: Jan 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Germaris
    started a topic FTP Uploading from a Flash Interface

    FTP Uploading from a Flash Interface

    Hi there!

    I wish to allow users of my all Flash website to upload their identity photograph when they register.
    How can I proceed to make a navigation window to open in order to select in their directory the photo they want to upload ?
    I also want to have the ftp address being hidden (this for obvious security reasons...)

    Many thanks in advance for your help !

    Best regards,

    ...
    See more | Go to post

  • Germaris
    started a topic Printing partially working

    Printing partially working

    Hi there!

    I implemented a printing function which is working nice even for multiple pages.

    Problem is as follows...
    Say we have a text 100 lines long.
    Each page can hold 80 lines.
    We should have:
    Page 1 = from line 1 to line 80
    Page 2 = from line 81 to line 100

    Instead, I get:
    Page 1 = from line 1 to line 80
    Page 2 = from line 20 to line 100 !!!
    i.e....
    See more | Go to post

  • Germaris
    started a topic Remove from DataGrid

    Remove from DataGrid

    Hi there!

    DGBUY is my DataGrid
    mydgdp is an array and is the DataProvider of DGBUY

    How can I remove an item I select in DGBUY?
    I tried:
    DGBUY.removeIte mAt.selectedIte m.index;
    but it doesn't work.

    I thank you in advance for your reply.

    Best,
    Gerry
    See more | Go to post

  • Germaris
    started a topic Using data from ComboBox and DataGrid

    Using data from ComboBox and DataGrid

    Hi there!

    I have a ComboBox (CBBUY) and a DataGrid (DGBUY).
    In the ComboBox, user choose Items.
    In the DataGrid appear as Objects all the chosen Items on two columns:
    Item number (nber_dgc) and Quantity (qty_dgc), default value = 1 (qty_dgc is editable so user can modify the quantity).


    Questions:

    How do I pull out the data contained in DGBUY with updated quantities?
    ...
    See more | Go to post

  • Germaris
    started a topic Multiple selections in a ComboBox

    Multiple selections in a ComboBox

    Hi there!

    Is it possible to make multiple selections in a ComboBox ?
    i.e. make n consecutive selections and store them in an array
    or make n selections in the open list of the CB by using (for example) the click-Shift Key keystroke

    Purpose is to allow the user to select multiple different issues of a magazine with a maximum ease of use...
    (Code I use is attached below)

    Many thanks...
    See more | Go to post

  • Germaris
    started a topic "if" related to ComboBox visible or not

    "if" related to ComboBox visible or not

    Hi there!

    On my form I have two ComboBoxes.
    The first displays a list of countries.
    The second one, if the country selected in the first ask for, displays a list of states, provinces or republics, etc depending on the country selected.
    This second ComboBox appears or disappears driven by listeners.
    At this point, the combination of the two ComboBoxes works perfectly well.

    My problem is:...
    See more | Go to post

  • Germaris
    replied to Multiplication of variables...
    Hey, nomad, it's you here again!

    Thank you, Mr. Professor for this full explanation of the whys it is working or not.
    It should take a lot of time to respond so completely...
    After reading your post, I feel a little more "intelligen t" and younger !
    :-)

    Oh, by the way: IT WORKS !!!

    Have a very nice Thursday.
    Best regards,

    Gerry
    See more | Go to post

    Leave a comment:


  • Germaris
    started a topic Multiplication of variables...

    Multiplication of variables...

    Hi there!

    Here is the whole script of a test document which doesn't work...
    Excuse me but I never used multiplication of variables and I confess how shameful I feel.
    I absolutely don't understand the explanations the Flash Help contains...

    Document contains three Input Fields, a Dynamic Field and a Button.
    Clicking the Button returns NaN !!!

    I thank you in advance for any help....
    See more | Go to post

  • Germaris
    replied to How to get the next auto-increment value?
    in PHP
    Hi Markus!
    Thank you for your reply which I used and test : it works!
    Best regards,
    Gerry
    See more | Go to post

    Leave a comment:


  • Germaris
    started a topic How to get the next auto-increment value?
    in PHP

    How to get the next auto-increment value?

    Hi there!

    How should I write a query to get the next auto-increment value of a table?

    Many thanks in advance for any help.

    Best regards,
    Gerry
    See more | Go to post

  • Germaris
    started a topic First letter MUST be uppercase

    First letter MUST be uppercase

    Hi there!

    Nowadays trend is to write everything in lowercase. Last Names, First Names, City Names, etc...
    Maybe the use of computers is one of the reasons to such bad typing.

    In a form, there's a lot of Input Fields to fill-in...
    Is there a way in AS to make the first letter typed in an uppercase one?

    I thank you in advance for the help you'll provide.

    Best regards,
    ...
    See more | Go to post

  • Germaris
    replied to SELECT LIKE returns no result
    in PHP
    Thanks very much to all of you folks for your replies.

    The problem is solved.
    The PHP is okay, it's the way I manipulate the results in my .swf file which was wrong.
    Silly of me !

    Best regards,
    Gerry
    See more | Go to post

    Leave a comment:


  • Germaris
    started a topic SELECT LIKE returns no result
    in PHP

    SELECT LIKE returns no result

    Hi there!

    In my script I use the following code:

    Code:
    $table = "_lisausers"; 
    $mypassword; //this is a 'POST' variable
    $query =mysql_query("SELECT pwd FROM `$table` WHERE pwd LIKE '$mypassword'" ) or die();
    if (mysql_num_rows( $query ) > 0) {
    	print "&retour=true";
    }
    else {
    	print "&retour=false";
    }
    Despite...
    See more | Go to post

  • Germaris
    replied to Selected text, highlighting color
    Thank you, nomad, for replying.

    Alas, in Flash 8 Pro, if I select the input field which is on the stage I get no result if I do Control + F3... (I use a Mac) and I didn't find any Property menu.
    And in the Property Palette, I didn't find anything to set up the highlighting color which must appear when a user select in the .swf the text he/she entered in this field...

    Anyway, I thank you again for your interest...
    See more | Go to post

    Leave a comment:


  • Germaris
    started a topic Selected text, highlighting color

    Selected text, highlighting color

    Hi there!

    When I select text entered in an Input Field, highlighting color is always Black.
    How can I change it for another color like, for example, a light Green (#66ff99)?

    Many thanks in advance for your answers!

    Best regards,

    Gerry
    See more | Go to post

  • Germaris
    started a topic Parsing a text...

    Parsing a text...

    Hi there!

    Does somebody can tell me how can I “parse” the content of a variable (html text) to multiple movieclip/textfields.
    I unsuccessfully tried to with bottomScroll and maxScroll...

    Many thanks in advance for any help!
    See more | Go to post

  • Germaris
    started a topic Statements not working...

    Statements not working...

    Hi there!

    Would you please tell me why the _visible statements are not working in the code below?

    Many thanks in advance for your help and suggestions.

    Regards

    Gerry

    Code:
    //this is to display the cover photo
    createEmptyMovieClip("CONTAINER", 1);
    CONTAINER._x = 22;
    CONTAINER._y = 130;
    CONTAINER.loadMovie("Images/cover.jpg");
    ...
    See more | Go to post

  • Germaris
    started a topic "Print" the whole content... ?

    "Print" the whole content... ?

    My client says it would much more enjoy his Flash Website if there was the capability to print the FULL result of the searches he performs.
    The result (a Variable returned by the server) is always a text and is displayed in a Dynamic TextField which has a ScrollBar attached.
    For the time being, only the VISIBLE content of this field is printed.

    Does the capabilty to print the WHOLE content of this field exist?
    ...
    See more | Go to post
No activity results to display
Show More
Working...