User Profile

Collapse

Profile Sidebar

Collapse
skavinkar
skavinkar
Last Activity: Feb 28 '14, 07:33 AM
Joined: Jun 25 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Drawing circle/ellipse on HTML5 canvas using mouse events

    I want something like ellipse option in paint for drawing on my canvas. I have achieved this partially. The problem is i am not able to get radius of circle, currently i have hard coded it to 15. Also i want to draw ellipse(same as paint) not exact circle. This is my code for drawing circle on canvas using mouse events.Please help me with code to achieve my above mentioned requirements.
    Code:
    function tool_circle() {
            var tool = this;
    ...
    See more | Go to post

  • skavinkar
    started a topic Draw layers on image using canvas

    Draw layers on image using canvas

    I want to achieve following
    1. Editing a image by drawing it on canvas(by drawing shape such as rectangle, circle, pencil etc)
    2. To store only the drawing on canvas and not the entire canvas with image. This will be considered as single layer. User can draw as many layers on same image and save each layer separately so later he can choose the required layer and view it on canvas again.
    3. As I have to store these layers...
    See more | Go to post

  • javascript error on page due to incorrect html page

    May be this is a silly one but i don't really know the solution.
    My site www.turbofeedba ck.com when accessed using IE9 browser gives javascript pop up due to syntax error, now i don't really know the solution as the syntax error is with some script tag which is dynamically generated.
    Could any one please help.
    See more | Go to post

  • file marked as key file not getting uninstalled while using installshield

    I am creating msie using installshield20 12 professional.I am adding one of my project primary output to msie ,component of which is marked as key file.If i don't mark it as key file my custom installer file in project doesn't get called which is trouble for me but marking it as key file keeps the files uninstalled after uninstalling application. Is there any way to delete the key files??(permane nt and shared properties are set to NO)
    See more | Go to post

  • waiting form get disappeared while executing long process

    I am trying to display waiting message which is actually a form while long process is running in some different file. Issue i am facing is the form get disappeared once the process gets started but its still active and running the process

    My code:
    Code:
    Dim objWait As New frmWaitupdate
        Dim strReply As String
     
        Dim ischange As Boolean
        Dim obj1 As New MyBO.UpdateSchemaBO()
    ...
    See more | Go to post

  • Installshield to change app.config dynamically while creating MSI

    I am trying to create msi using installshield20 09.
    As compared to windows msi builder which automatically updates my app.config to current directory path(i.e path inside program files) installshield keeps the original path intact(i.e. path of my current project location)
    Am i missing out any settings in installshield to make this work,i am assuming there should be some easy way around to make it work with installshield.
    See more | Go to post

  • prevent overwriting file if already exists using installshield2009

    While installing application i want to prevent overwriting my DB file if it already exists at specified location. As i am new to using Installshield could any please guide. Tried setting Never Overwrite property of component to true but didn't work in my case, it's still overwriting my DB file.
    See more | Go to post

  • to display number in exponential form after certain limit also limit number of digit

    I am trying to make a conversion tool for different units where i want to display number in exponential form if they exceed 1000(for eg if I/O 10001 then O/P 1.000E+04, if I/O 1000.1 then O/P 1.000E+03).Also for numbers less than 1 (if I/O 0.001 then O/P 1.000E-03, if I/O 9.8420353329068 5E-04 then O/P 9.842E-04.

    Sorry if the qusetion is very simple but I am new to VB .net and pretty bad with maths.
    See more | Go to post

  • skavinkar
    replied to To draw cross domain images on canvas
    I guess canvas is supported by IE9, so why not this??
    See more | Go to post

    Leave a comment:


  • skavinkar
    started a topic To draw cross domain images on canvas

    To draw cross domain images on canvas

    Is there any way to make this solution work on IE9??
    See more | Go to post

  • This is my URL for the page http://www.hipbench.com/
    Check this $(document.getE lementById('ctl 00_ebtnSearch') ).css('backgrou ndPosition')
    On chrome it returns me "100% 0px" whereas on IE it returns "0% 0%"
    See more | Go to post

    Leave a comment:


  • background-position-x and background-position-y not working on IE9

    I am trying to get 'backgroundPosi tion' of control, which works fine on chrome but as usual not on IE.
    Workaround for this i am using background-position-x,background-position-y,backgroundPos itionX,backgrou ndPositionY properties of jquery.The properties mentioned above works fine for one of my application on IE but doesn't give any result on other application.
    Can't really get how's it possible that certain predefined properties are...
    See more | Go to post

  • To remove limitation on data send using JSONP

    Can we remove the limitation on data send using JSONP. Below is my code. What i am trying to do is to pass 3000 characters(actu allly a image which is converted to base64 data) at a time to service(service Call.ashx). As my data is large up to 30,000-40,000 characters i am dividing it in packets(3000 each ) and then sending it. Is there any way i can send this complete data in one go. Reason for switching to JSONP is to avoid the pop up on IE which...
    See more | Go to post

  • skavinkar
    replied to Compress the data passed in JSON
    I am using jquery and javascript, my application is basically based on .net platform.
    See more | Go to post

    Leave a comment:


  • skavinkar
    started a topic Compress the data passed in JSON

    Compress the data passed in JSON

    I dont know whether i am asking valid question
    My problem is i want to send large data from one application to another for which i am using JSONP to pass data to handler file which stores it in database.As the data is large i am dividing it in chunks and passing the packets in loop, the more the number of packets the more time it takes to pass complete data which ultimately results in performance issue.(FYI my web server is bit slow)
    ...
    See more | Go to post

  • Canvas throws security exception while drawing images from different domain

    I know this is the common question related to canvas but still i didn't found any proper solution to it.
    Is there any trick to draw images from different domain on canvas?? except setting some HTTP headers for images(which i won't like to do)
    See more | Go to post

  • problem with document.body.appendChild() on IE

    I am trying to display loading prompt by creating elements using javascript
    Code:
    var text = document.createElement('div');
                                    text.innerHTML = '<br/><center>Loading........Please Wait!</center>';
                                    text.style.height = "80px";
                                    text.style.width = "350px";
                                    text.style.background
    ...
    See more | Go to post

  • To change default browser mode of webbrowser control

    I am trying to follow this link http://stackoverflow.c om/questions/646742/how-to-programmaticall y-turn-off-quirks-mode-in-ie8-webbrowser-control to change the default behavior of my WebBrowser control but I can't make it work.

    I have added a new DWORD value in FEATURE_BROWSER _EMULATION, named the file as abc.exe (abc is my application name) and modified its data to 13880 (also tried Hex: 0x1F40), still my webbrowser control is in...
    See more | Go to post

  • To get complete html of page except few divs with particular class

    I want to get complete html of page in javascript except few div's with particular class applied on them.I am using this to get the complete html of my document
    Code:
    $(window.document.documentElement).html().toString()
    See more | Go to post

  • Inconsistent results on Firefox/Chrome when assigning base64 data as src to image obj

    I am trying to draw checkbox image on canvas by assigning base64 image data as src to image object.It works fine on IE but give inconsistent results on Firefox and Chrome Here is my code
    Code:
    img = document.createElement('img');
        img.src = 'data:image/gif;base64,R0lGODlhDgAPAPcAAAAAAIAAAACAAICAAAAAgIAAgACAgMDAwMDcwKbK8BxRgCGhIeLi3ePj3+Xl4efn4+rq5uzs6e/v7PHx7/Pz8fX18/f39vn5+Pr6+fz8+/39/f7+/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/78KCgpICAgP8AAAD/AP//AAAA//8A/wD//////yH5BAAAAAAALAAAAAAOAA8AhwAAAIAAAACAAICAAAAAgIAAgACAgMDAwMDcwKbK8BxRgCGhIeLi3ePj3+Xl4efn4+rq5uzs6e/v7PHx7/Pz8fX18/f39vn5+Pr6+fz8+/39/f7+/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/78KCgpICAgP8AAAD/AP//AAAA//8A/wD//////whzADkIHEiQoIKDCBMi5KCAgcMGDh5AiCBhAgUFDB9GnFiRQgWMDSFKpDhhQQULIEVyLLnAwgWQEReQXEDzAgaQEmmyXGAzA8iJNIP21AByZk0MGTRsANmxAk+kShkytHhy6AaBID26hHoVK0OFYDEWHDswIAA7';
    ...
    See more | Go to post
No activity results to display
Show More
Working...