User Profile

Collapse

Profile Sidebar

Collapse
puT3
puT3
Last Activity: Sep 22 '10, 02:28 PM
Joined: Jul 29 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • puT3
    started a topic colouring in flash

    colouring in flash

    Hi...
    I am trying to make a colouring activity using flash.
    Provided a picture then try to colour the picture.
    i slready try finding it on the net but mostly i found it only fill by clicking and the entire part is fill with color.

    So, im curious is it possible if I want to colour the object by dragging mouse. Can anyone help me?
    See more | Go to post

  • puT3
    started a topic drawing

    drawing

    Hi, im trying to make a drawing in flash...

    i use this code...


    Code:
    Mouse.hide()
    startDrag("_root.cursor", true)
    
    createEmptyMovieClip("terrain", 1);
    terrain.lineStyle(10, 0xff00ff, 100);
    imdrawing = false;
    onMouseDown = function () {
    	if (imdrawing == false) {
    		
    		terrain.moveTo(_xmouse, _ymouse);
    		imdrawing = true;
    ...
    See more | Go to post

  • puT3
    replied to Writing Arabic Alphabet with Graphic Tablet
    I found a code for above problem over the internet.

    NOw, my second problem is the drawing line is at the back of the dotted alphabet. How can I make it appear in front of the dotted alphabet?

    My third problem is I want to give user an alert to let them knowhey are out of border of the alphabet.

    So, I create a box (movieclip, name:boundaryBo x_mc) located around the alphabet. This box function as the boundary...
    See more | Go to post

    Leave a comment:


  • puT3
    started a topic Writing Arabic Alphabet with Graphic Tablet

    Writing Arabic Alphabet with Graphic Tablet

    Hi,

    I want to develop a flash application for learning to write Arabic alphabet. I want to use graphic tablet for writing exercise.

    I have a dotted line to guide user to write the alphabet. My problem is how can I set the Flash application to automatically having a pencil/brush for user to write over dotted line when I connect the graphic tablet. I think it use actionscript but Im not sure how.


    ...
    See more | Go to post

  • puT3
    replied to Text of comments goes over boundary
    I already figure out the solution.Thanks
    See more | Go to post

    Leave a comment:


  • puT3
    started a topic Date doesnt Display

    Date doesnt Display

    I want to display date in a textbox but it didnt show. I think my code maybe wrong but im not sure.

    Code:
    <script type="text/javascript">
    
    function tDate()
    {
    	var today = new Date();
    	
    	var tMonth = new Array();
    	tMonth[0] = "Januari";
    	tMonth[1] = "Febuari";
    	tMonth[2] = "Mac";
    	tMonth[3] = "April";
    	tMonth[4]
    ...
    See more | Go to post

  • puT3
    replied to Text of comments goes over boundary
    i've tried delete the html code but the result is still the same and I do not define table element in css.

    I try another way, i put new code in my CSS and tried do it but the result still the same. Here is the code:

    CSS Code for comment:

    Code:
    div.comment.list{
        float:left;
        width:360px;}
    
    .comment_body{padding-top: 4px;}
    
    .comment_content{
        padding-left:2px;
    ...
    See more | Go to post
    Last edited by puT3; Jun 3 '10, 01:48 AM. Reason: Added new information

    Leave a comment:


  • puT3
    replied to error in using css in asp/javascript
    yes i have...thanks
    See more | Go to post

    Leave a comment:


  • puT3
    replied to Text of comments goes over boundary
    yes RS("cadangan") is the comments
    See more | Go to post

    Leave a comment:


  • puT3
    started a topic Text of comments goes over boundary

    Text of comments goes over boundary

    I have 3 column of css on my webpage, on the webpage user can enter their comments which will be saved in database. And then the comments from database is retrieve and displayed on the webpage.

    My problem is the comments is long and when displayed on the webpage it goes out of bound of the center column.I want it to go under as in paragraph How can this be solved? I think the code that retrieve and displayed the comments should be...
    See more | Go to post

  • puT3
    replied to My asp file cannot open in browser
    Thank you.
    See more | Go to post

    Leave a comment:


  • Thank you i already figure it out.
    See more | Go to post

    Leave a comment:


  • puT3
    started a topic error in using css in asp/javascript

    error in using css in asp/javascript

    Hi,

    I want to use css for displaying data from database for better viewing. The problem that i have is it will appear error message when i run it.

    The error message is: "Microsoft JScript compilation error '800a03c' Expected';' out="<div class="box">"
    -------^ ...
    See more | Go to post

  • puT3
    replied to How to make a user suggestion form
    Thats ok..Forget about...Thamks
    See more | Go to post

    Leave a comment:


  • Data from Form does not appear in access database

    Hi, anyone can help me?

    My problem is data from Form of Asp does not appear in access database when i open the database. Why does this happen?

    My table name:Cuba
    Code:
    ID      PK
    Nama 
    Umur
    my asp code:
    Code:
    <%@language="Javascript"%>
    <html>
    
    <body>
    <%
    	var DSN ="C:/Inetpub/wwwroot/cubatry.mdb"
    ...
    See more | Go to post

  • puT3
    replied to How to make a user suggestion form
    hi,
    what do you mean by gridview or formview?i dont understand...an d if by html how to do it?

    does it mean my code above cannot be used?
    See more | Go to post

    Leave a comment:


  • puT3
    replied to How to make a user suggestion form
    ok thanks...

    I alread tried but when i click submit the data entered does not appear in the table.

    My database:

    Table name: Cadangan
    Code:
    ID (Autonumber) PK
    Nama
    Email
    Cadangan
    While the code in my asp file as below:

    Code:
    <%
    		
    		var DSN ="C:/Inetpub/wwwroot/TM/Telekom.mdb"
    		var Conn = Server.CreateObject("ADODB.Connection");
    ...
    See more | Go to post

    Leave a comment:


  • puT3
    replied to How to make a user suggestion form
    My code is like below:

    Code:
    <%
      Response.Write(Request.Form("txtNama"))
      Response.Write(Request.Form("txtEmail"))
      Response.Write(Request.Form("txtCadangan"))
    %>
    
    <div id="colTwo">
           <h2>Cadangan Anda</h2>
           <p>Sila isikan cadangan anda.</p>
            
            <form name='cadangan'
    ...
    See more | Go to post

    Leave a comment:


  • puT3
    started a topic My asp file cannot open in browser

    My asp file cannot open in browser

    I have a problem opening my .asp file on internet browser. Each time I want to open my .asp file on the browser, it will execute file download - security warning and it cannot open on the browser, it open on dreamweaver. Why this happen?Any solution?

    I want to open it on browser so i can test it.
    See more | Go to post

  • puT3
    replied to How to make a user suggestion form
    sorry i dont know google suggest..but what im want to do is like this site where when user post a reply, the reply will show on the page..
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...