User Profile

Collapse

Profile Sidebar

Collapse
BeMe
BeMe
Last Activity: Sep 15 '09, 11:12 AM
Joined: Jul 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • BeMe
    started a topic Advanced printing options

    Advanced printing options

    Hi,
    I have a table that its length changes according to the column headers,
    I want to print that table (with the help of JS) but i have a problem,
    once the table is wider than the page, it prints only what fits in the page....
    anoter problem - i dont know the size of the page...
    is it possible to automaticly print it in 2 pages if it doesn't fit in one?

    Thank for helping!
    See more | Go to post

  • BeMe
    replied to knowing when a htmlpage is opened
    what's written in the code you gave me a link to, the variable 'myWindow' is not defined any where, when i tried that, i got an exception that - myWindow.closed is null. i'll tell you exactlly what i do:
    i have a c# code (a btn), when that btn is pressed, i invoke a func that's written on default.aspx, that func opens a html page with a table, and that's it.
    then, if i don't close the new html page and press again the btn, it doesn't...
    See more | Go to post

    Leave a comment:


  • BeMe
    replied to knowing when a htmlpage is opened
    i'm really new with java script and i don't know how to do it, i tried a few ways but with no succeed, what i want to do is- i have an xsl and i want it to be renderd on the html page - once:

    Code:
    taskListTable = xml.transformNode(xsl);
    var taskWindow = window.open("", "saveTaskWindow");
    taskWindow.document.write(taskListTable);
    i can't ask about the window because i open it right away.
    See more | Go to post

    Leave a comment:


  • BeMe
    replied to knowing when a htmlpage is opened
    my code is: (I added another row)
    Code:
    var taskWindow = window.open("", "viewTaskWindow");
    taskWindow.document.write(taskListTable);
    See more | Go to post
    Last edited by gits; Sep 3 '09, 11:35 AM. Reason: added code tags

    Leave a comment:


  • BeMe
    started a topic knowing when a htmlpage is opened

    knowing when a htmlpage is opened

    Hi,

    I have a button on an asp page, when pressing it a html page opens with a table rendered on it, that page remains open, and when pressing the button again, i want to bring the focus to the open page, or - open a new page.
    what happens now, is that if i press the button 5 times, i have on the old page - 5 tables :( how could i prevent that?
    my code is:
    Code:
    var taskWindow = window.open("", "viewTaskWindow");
    ...
    See more | Go to post
    Last edited by gits; Sep 3 '09, 11:34 AM. Reason: added code tags

  • BeMe
    started a topic Using the Save Dialog

    Using the Save Dialog

    Hi,
    I am using in JS the save dialog:
    Code:
    window.document.execCommand('SaveAs', true, "NewFile");
    the save dialog appears,
    but in the combo box of "Save as type" there's only html.
    I want to know if I could put there different file types, like txt, xls...
    and how...

    Thanks for helping!
    See more | Go to post

  • BeMe
    started a topic opening a chm file in silver light
    in .NET

    opening a chm file in silver light

    hi!
    I'm working on VS2008 with silver light, i'm trying to open a chm file
    this row does'nt work with silver light:
    Code:
    Help.ShowHelp(this, "help.chm");
    how could I open a chm file throuh silver light by pressing a button(in c#)?
    Thanks!!!
    See more | Go to post
    Last edited by BeMe; Sep 16 '08, 10:28 AM. Reason: more detailing

  • BeMe
    replied to audio in c#
    in .NET
    I mean like taking a .wav file and ataching it to a command so when the computer hears a similure record he will know what to do...

    thanks, it also helps...
    See more | Go to post

    Leave a comment:


  • BeMe
    replied to audio in c#
    in .NET
    audio in c#

    hi! I would like to know were could i find information about audio in C#.net;(convert ing audio to data etc')
    thanks.
    See more | Go to post

    Leave a comment:


  • BeMe
    replied to audio in c#
    in .NET
    convert audio to data c#

    i need a code to convert audio to data in c#
    See more | Go to post

    Leave a comment:


  • BeMe
    replied to VB in ASP.NET- Assigning SQL Data to variables
    in .NET
    I suggest to copy it to Access - it could be a syntax problem
    See more | Go to post

    Leave a comment:


  • BeMe
    started a topic audio in c#
    in .NET

    audio in c#

    I'm programming a project in C# that uses audio classes I would like to know information about audio in .net:
    1. someone records a specific sound and I need to covert it to data
    that means let say he sais: "Document" the computer will open the folder that the user asked for
    See more | Go to post
No activity results to display
Show More
Working...