c# boxplot

  • jQuery Suggestion - A | B | C | - Navigation container

    This email is a suggest to a new plugin.Is it possible from a list <li> create a A/B/C Navigation container?<code>A | B | C | ...Accessible TravelAssisted Living...</code>If is possible please let me know, If not feel free to use it.

  • Jquery can show Images from file:///C:?

    What I am trying is show an image into my browser with this tag <img width="50" height="50" src="file:///C:/Users/example.JPG"/> into my browser.Is it possible? or is a security lock from browsers?I am using $.post()So I could send the path that user choice C:/Users/example.JPG to my php and return <img width="50" height="50" src="file:///C:/Users/example.JPG"/>But isnt working because browsers cant show this tag <img width="50" height="50" src="file:///C:/Users/example.JPG"/>I can uploa

  • jQuery Using back button causes C.easing[e.easing || (C.easing.swing ? "swing" : "linear")] is not a function

    I am doing some ajax and calling a function every 5 seconds and itworks perfect except when I press the back button and then gives thiserror on the next ajax loadC.easing[e.easing || (C.easing.swing ? "swing" : "linear")] is not afunctionHERE IS MY CODE$(document).ready(function(){    timer_set = 0;    prevnext();});function prevnext(){    //optional arguments, create the extra query string    var next_param = (arguments[0]) ? '&next=' + arguments[0] :'&next=1'; 

  • jQuery c has no elements in ui.droppable.js

    Hi, I'm having problems debugging javascript. I have two sortables.One of them is droppable too, and when dragging from the othersortable, i have this message:c has no elements in ui.droppable.js line 60.I'm not an expert, and i dont know whats doing this function, so...asking for some help.Nevermind, im debugging the code because im havin problems with mypage, and im not sure this error is the reason, because it seems to bedropping the element im draggin ok, but there are no other errors...

  • jQuery sortables axis:'y' option => error C.originalPosition is undefined

    Hallo,When I use the option 'axis' and set it to 'y' on a sortable, and thenstart dragging the element's handle, I get an error"C.originalPosition is undefined" and the element disappears.This works for another sortable though.Any body know what the problem might be?

  • jQuery [validate] working on C#

    I'm working with C# and have some problems to integrate with jquery inorder to validate forms.Anyone have a example page working with aspx and the events?sometimes need disable the validation but send the callback , someoneknows a disable feature ?

  • jQuery c.Event is not a function after install ui-1.6rc6

    I downloaded ui 1.6rc6 and new theme today and replace original 1.5.3.on my applcations. It causes this error "c.Event is not a function" onjquery-ui-1.6rc6.min.js line 10. Don't know what's wrong. Please help!

  • jQuery $("a, b, c") and Elements in document order

    The querySelectorAll returns elements in documents order, but Sizzle(for now?) treat each selector separately.Maybe this can be easily resolved joining each result array in onewith nodes in documents order?If so, maybe something like this would help (not tested). Or you arethinking to sort results all together?var precedes = ( document.documentElement.sourceIndex == 0 ) &&function( a, b ) {return a.sourceIndex < b.sourceIndex;}|| ( document.documentElement.compareDocumentPosition ) &&function( a, b ) {return !!( a.compareDocumentPosition(b) & 4 );}|| function( a, b ) {if

  • How to use JQuery with ASP and C#.net

    All,I want to use jquery API with ASP.net and C#.Can any guide me.I am waiting for you great response.

  • jQuery Calling C#-function in the validator

    all,I'm quite new to Jquery, so I need some sort of advice.I'm working on a webbased application with a webservice. First it was asimple html site, but later I started using Jquery. Data is inserted in someforms, this I can easily validate through the validator. Now after all thedata is ok, it's send to the webservice through the C#-code. Somecalculations are being made with the data and a dataset is returned. Nowsome errors can occur while doing the calculations. I can't get some manualerror in the errorbox of the validator.Is it possible to let the validator run some c#-funct

  • jQuery jqGrid with c#

    Friends,I’m using jqGrid in ASP.NET. jqGrid is literally good. As of now, I’musing Handler(ashx) or WebService(asmx) to convert the DataTable intoJSON and display in the Grid. Can I use c# code behind and bind theData? I mean c# method convert the DataTable into JSON? I’m trying, ifany one has done or have any idea, please let me know. I cannot useWebService in my project, that is the reason I need to use c# codebehind.

  • jQuery How to evaluate Javacript within C#? (need to get all links for a web page, including java-script generated ones)

    Hi, I was wondering if a JQuery guru might have a suggestion re my task at hand and whether jQuery can somehow help? Background: I have to download webpages with their resources for offline viewing, however as part of this I have to "rewrite" the URL's for links with the HTML webpage so they work. This is fine more the standard types of links however I'm realizing now that there are some links that are dynamically created by javascript. Question: What approach (or even existing library) could I use to transcribe a web page with dynamically generated links (from javascript) to a webpage with no

  • Cannot get the changed value ( aspx/jQuery/C# )

    Alright this is the jQuery code I am using, followed by the C# code used to change the lastPoll value.$.ajaxSetup ( { cache: false } );var lastPoll = null;function Poll2() {  $("#scripts").load("Ajax/ScriptToCheckTheFile.aspx", { projectId: $("#projectId").val(), lang: ($("#projectId").val().charAt(0) == "E") ? "eng" : "fra", lastPoll: lastPoll,projectName: $("#projectId option:selected").text() }, function(result) {              alert(lastPoll);} ); } MethodInfo WritableMethod; MethodInfo ReadOnlyMethod; BindingFlags F

  • jQuery "c.Event is not a function" on Page Load

    Hi, hope someone can point me in the right direction, please...I am not sure what caused it, but something (unknown) I did on my site caused functioning Jquery UI Tabs to start throwing this error on Page load (copied from Firebug):c.Event is not a function  -  jQuery.ui||(function(c){var i=c.fn.rem...ull,distance:1,delay:0}})(jQuery);;The UI plugin gets as far as assigning the CSS classes to all the Tabs, but then dies before it assigns the Click events...I would post a link, but it is a private site.Can someone tell me how to debug this, in Firebug or Chrome, please?  Since it

  • I want a jquery plugin to create Twitter like registration form for an asp.net(C#) web application ?

    Hi,I want to create a twitter like user registration form for my asp.net(C#) web application. I have configured asp.net membership module for my site. I have searched alot but couldn't find any all in one JQuery Plugin which provide the following functionalities to my webform-1. Form Feild highlight when onFocus and on error2. Tooltip when form field is in focus3. Proper client-side form validation4. Check user name availability5. Check email re-registration6. Calculate Password strength7. Nice feedback when form is submittedCan anyone know any all in one plug-in which I can add to my asp.net(

  • jQuery Call OnClick Event from C# Code Behind.

    New to this and could do with a little help.I have the following code.<script type="text/javascript">    $(document).ready(function () {        $('#ExtendedText').hide();        $('a#readmmore-toggle').click(function () {            $('#ExtendedText').toggle(400);            return false;        });    });</script><div id="ExtendedText" c

  • jQuery Only C-grade for Maemo 5 browser?

    I checked the browser support chart and noticed that the native browser (MicroB) for Maemo 5 only has a C-grade. As it Mozilla-based and uses the Gecko layout engine (version 1.9?) it has full CSS and Javascript support and should have a higher grade, or is the reason for the C-grade its low market share?I have also heard rumors that Nokia is rewriting its native Symbian browser to be based on MicroB in the future.

  • jQuery call to C# PageMethod: invalid object passed in.

    I've run into a very perplexing problem, and it's probably mostly due to my lack of knowledge of what I'm really trying to do.   I've created a C# PageMethod that accepts three parameters (string name, string xmlData, int CubeID).   In my javascript, I've created a function to call the pagemethod passing in those values. However, when trying to pass in the XML I continually get odd errors like "Invalid object passed in" followed by my entire xml structure with escape sequences in it.   Am I missing something?  or should I be doing this differently?   Basically my jquer

  • jQuery c.ui.dialog.overlay is undefined

    answer was jquery lint plugin! not sure of reason yet. Anyone recognise this firebug error? It's driving me insane - I've found it in the .js obviously, but no idea what could be causing it - it is a very persistant error. Wondered if anyone else has seen it, and if so in what circumstances?  This is the offending part of the minified js. b?c(window).width()+"px":a+"px"}else return c(document).width()+"px"},resize:function(){var a=c([]);c.each(c.ui.dialog.overlay.instances,function(){a=a.add(this)});a.css({width:0,height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overla

  • jQuery Scroll to Top Control script- (c) Dynamic Drive

    I'm using jQuery Scroll to Top Control script- (c) Dynamic Drive to reposition the body of a page when a specific gif link to video content is in a position that instantiates the player in a position that is notvisable . See:http://www.rkwalton.com/jump.htmlIs there a way to configure the html for each video so that when it is clicked the page automatically scrollsto the top where the player is visible?Here's the html for a single video:   <div class="container">            <div id="clickmecontainer2" class="clickmeconta

  • jQuery Grade c browser css

    Not sure if I'm missing something obvious here, but what is the best way to style the standard html with none of the progressive enhancements. For example, looking at the documentation site in grade c mobile browsers they display completely unstyled elements. While this is functional, I would like to be able to at least do some basic styling (centering of text, colors, etc) so it doesn't look so bad on these other devices. Ideally, this styling shouldn't be reflected in the enhanced site.I am assuming that this is something that jquery mobile will handle better at release?

  • Recognizing UI Changes done with jquery in c#

    I have a playlist that allows users to drag songs away from the playlist to drop box so that can work with a long playlist.  Users can also search our DB for other songs and add songs to the playlist, but this is done with jQuery.  how can i get the changes to the playlist done with jQuery to be recognized in c# server side sorting.this is a related post where i learned how to get jQuery to work after and asp.net ajax call: http://forums.asp.net/t/1626678.aspx & http://stackoverflow.com/questions/4268322/asp-net-ajax-jquery

  • Converting to C++ from C#

    I have done pretty much all my programming using C# and very much a newbie to C++. However now I have to convert to C++ and is finding it a bit difficult. For example, I wrote a pretty simple program using C# to acquire a RegistryKey, then using a recursive function I iterate through my registry key to find a specific key and then get the values I want. No problem, I can write that program in 10 minutes using C#. Here is the code.My primary function. It gets Bluetooth Registry Key and then call the recursive function.private static void CheckOpenComPorts(){RegistryKey blueToothPorts = Registry

  • How to read a constant from .h file in C# assembly

    I have one .Net assembly which includes native .h files as a link. The .h file is placed at a common loaction and used across projects (C++ and C#).These header files have some structures and #define in it. In my .Net assembly i have defined structures and doing marshalling using Interop services and is working fine. For #define also, i definedvariables in .Net assembly and setting the value, something like:C++ .h file#define MyValue 0x100C# assemblyinternal class MyClass{protected const MyValue = 0x100;}But with such code, i need to update MyValue in C# assembly everytime it gets modified in

  • beginner prob in C++

    i tried to build a tic tac toe game as a first project in c++ (went for something easy since im new to c++) now the only thing not working is when the question for playing another game is prompted if you press no it still act as if you typed yes :(I cant seem to find the problem..here is the code. I'm sorry if it is a bit messy but I'm kinda new at this.#include <iostream>using namespace std;void main(){char csquare1('1');char csquare2('2');char csquare3('3');char csquare4('4');char csquare5('5');char csquare6('6');char csquare7('7');char csquare8('8');char csquare9('9');int iplayer1 = 1

  • c++ sdl collision problems

    I have gravity applied to my character all the time. :) My character can jump. :) But I'm problems with some collision. For some reason, my character has collision when he is walking right and alks into a block. But if he is walking left, he is stopping at every block. Could someone give me some pointers on what to do. I had another thread on a different forum and no one could help me out.#include <sdl.h>#include <SDL_image.h>#include <SDL_ttf.h>#include <sstream>//#include <SDL_mixer.h>using namespace std;bool gameRunning = true;bool drawBullet = false;bool keyUp

  • Differences in Code Generation Between C and C++ Compilers

    I have an old program that is a Windows API program written in C. When I inherited the project, even though all the code was C, some of the files were cpp files. I know the C++ compiler catches more than the C compiler. I had to add in some third party code that was a C++ class and made some other changes that were causing the linker to have problems with the types across the C and C++ modules, so I renamed all the modules to .CPP. It links and runs, but the code doesn't work right.The program is a hardware test program that is supposed to put some hardware through its paces and generation a c

  • c++ sdl 2d collision problems

    I can't seem to get this to work properly. My character is moved around on the screen with the left and right arrow keys. The space bar makes him jump. My collision only works when I'm moving to the right and hit a block on the left. But when I'm moving left, my character is stopping at every block like there is a collision. What I don't understand, is that the code for the left and right collision is the same. Can anyone help me out with this. I've been stuck on this for weeks.#include <sdl.h>#include <SDL_image.h>#include <SDL_ttf.h>#include <sstream>//#include <SD

  • Conventional 'C' program - am I going nuts???

    I just needed to write a small 'C' program using VS2005. To my amazement, it didn't understand bool, true or false. If I compile as C++ the compiler recognises them but not if I compile as C.Didn't 'C' support bool? I could have sworn it did.... :(

  • C Bitmap Point Processing

    all, would appreciate some brainstorming help for one of my assignments. I am to write a program that does basic point processing of a .bmp image. Program will open a .bmp file for reading and writing and will not change any part of the header, but the pixel values in the file according to command line arguments:-fromrow x, where x specifies the bottommost row to process-torowx, where x specifies the topmost row to process-fromcol x, where x specifies the leftmost column to process-tocol x, where x specifies the rightmost column to process-op x, where x is one of the following:- 1 = threshold

  • new to c++

    am a student in africa,Ghana and now learning c++. i have been using dave for my codes which gives me only the console but i want to have a nice interface and also give some icons to my programs. can i get any help.

  • Totally new to C++, can't get this to work..

    I'm new to C++, thought I'd introduce myself :) I've been developing web apps for 5 years now. Websites and various tools for the online community. I've never tried anything with C/C++ etc, so I'm a complete newbie to this.What I'm trying to accomplish, is create a very simple C++ application, that silently just reads a local web file (http://localhost/check.php) every x minutes. I'd use a cronjob for this task, but this is a requirement I received for this project. The purpose is to check for errors and report them. This is accomplished when reading the local PHP file, by PHP, and has nothing

  • making a tic tac toe game C++

    I'm having trouble getting a simple tic tac toe game to work with visual studio C++ 2010 express and dev-c++. Can anyone get it working and let me know the steps?I tried the code on this website for the game in both compilers with no success.http://www.cppgameprogramming.com/cgi/nav.cgi?page=tictactoeAny ideas?

  • Inheritance in C?

    I am trying to do simple inheritance in C. Please view the short sample code below ...===========================================#include <stdio.h>typedef struct { char name[12]; int age; } Person; typedef struct { Person person; /* order matters, this must be first */ char job[25]; int salary; } Worker; typedef struct { Worker worker; int employees; } Boss; //////////////////////////////////////////////////////////////Person methodsvoid setName(Person *ptr, char n[12]) { strcpy(ptr->name, n); } char* getName(Person *ptr) { return ptr->name; } void setAge(Person *ptr, int a) { ptr-

  • Microsoft Visual C++: MSDEV.EXE - Application Error

    I think I am having a problem with Visual Studio C++ 6.0. The problem began after I did a forced termination of the Visual Studio C++ 6.0 after it freezed. Now every time I try to open or to add a file, an error massage appear saying that the program faced a problem and it will terminate. Giving three options weather to (or not to) send a report, or to debug. So if I choose the first two options, another error massage appears titled "Microsoft Visual C++: MSDEV.EXE - Application Error" and saying that "the instruction at 0x73d211a3 referenced memory at 0x00000004. the memory cou

  • visual C++ ebook

    which book is perfect to learn visual C++ from starting.I know little bit thing about C++ like variable ,OOP ,pointers,functions etc.I have already 2 books first learn C++ i 21 days by jessy liberty and bradley jones second beggining visual C++ 2008. Is these books are enough for me.i think these are enough what you think.

  • C++ code for remote control car with webcam

    Need help for the C++ code to program the microcontroller PIC and navigation device. Any solution here ? All help will be appreciated !

  • jQuery c.offset is undefined error

    We are using the below versions and I am getting "c.offset is undefined".  I'm wondering if it's a compatability issue because if I use jquery-1.4.2.min.js I don't have the issue.    The problem is we cannot upgrade our jquery version at this time so what are my options?   jquery-1.2.2.pack.js jquery-ui-1.8.6.custom.min.js

  • Need help with C++ programming work

    Hi, I'm new to programming and I'm doing a course in uni. I'm currently using "Dev-C++". I've been away on holidays and haven't been able to grasp the work we're doing now. I would really appreciate it if any of you C++ programming geniuses helped me with my work as I'm in a troubling situation with no idea what to do. If anyone is so helpful enough to help me with some of the questions or as much as you can then I will be so grateful. I will use this help to learn and understand more about C++ but for now I just need help on these questions.Thanks.Q.1 Option AUsing parentheses, rewr

  • C++ Simple program

    Can somebody give me an advice on how to do this project in Visual C++?You found an exciting summer job for 5 weeks. It pays $15.50 per hour. The total tax you pay on your summer job depends on the total income, 14% if more than $200 , 9% if $100-$200 and 5% for less than $100. After paying the taxes, you spend 10% of your net income to buy new clothes and other accessories for the next school year and 1% to buy school supplies. After buying clothes and school supplies, you use 25% of the remaining money to buy savings bonds. If you bought atleast 10 dollars of savings bonds, for each dollar y

  • Which is better? (C#.NET or C++/CLI)

    hii wanna design a professional software.Features :1 : Direct Connection with SQL2 : HTML code editing and build3 : Search among thousands of content files (Advance search)4 : Artificial intelligence (Simple)5 : Compress/Extract files6 : Create a Private file Extension7 : Encrypt/DecryptionAnd users most can make a module and plugins for softwareNow which language is best for my application? C#.NET or C++/CLI

  • How can I make this C++ class display all the strings in the buffer on the screen ??

    if you can explain to me how I can make this C++ class display the strings Oriole , Penguin in ONE time .. You have to make it store in a buffer and call the buffer function... I'd really appreciate your help .. My code is below#include<iostream>#include<string>using namespace std;class bird_class{public:string name;bird_class(string text);void buffer() const{for(int i=0; i<buffer_.size(); ++i)cout << buffer_[i] << '\n';}};bird_class::bird_class(string text){name = text;}int main(){bird_class orioles("oriole");bird _class penguin("penguin");cout

  • visual c++ 2008 offline installer.

    sorry guys it is not a programming qestion but related to it .I am using an old visual c++ compiler.my system can handle visual C++ 2008 can you give me suitable link for it.I sis not sownload online installer because my connection disconnect.( so that renstall in future without internet)full csual studio 2008 ISO file is too large and cost me a lot.so ultimate solution is offline installer.

  • Want somewhat explanation about Visual C++

    I,m new to this forum and programming too, I recently started learning C++ and want somewhat explanation about Visual C++ whether it is compiler or language?

  • Visual C++ MFC dialouge based application

    Guys i am new here and also New to Visual C++my task is to make Dialouge based application in MFC, that take text file and read it. and interfacing with hardware. i learn some thing i a, able to that. can anyone help me to tell from where i can learn these thing especially. i will very

  • Setting dependencies to compile generated .c files

    Wow - long time since using visual studio and my brain is incredibly rusty! :)So... I have a VC++ project - it's all C++, except for a couple of .c files generated by flex and bison (I got the flexbison.rules file from Microsoft: http://msdn.microsoft.com/en-us/library/aa730877%28v=vs.80%29.aspx#vccustombr_topic3). How do I tell Visual Studio (2008), that the .c files are part of the project and must be compiled so that the linker can link them to produce the .exe? Of course I could add the to the source file section, but that doesn't seem quite right somehow, as they are generated anew each t

  • how to get starting with C++

    i bought visual C++ programming reference book,and do the chapter 1 ,im using Microsoft Visual C++ 2008 Express Edition to do my learning.shows cannot find path specified... !!!

  • Help - Temperature Conversion JavaScript, C to F

    I am trying to fix a problem that I have with my JavaScript assignment for class. The code I have so far is beneath. I ran FireBug on it, and came back with "missing ) after argument list on Line 24"<SCRIPT LANGUAGE="JavaScript">function Convert(){// declare a variablevar cvar f// get variable's valuef = parseFloat(document.getElementById('c').1.8 * c + 32)}</SCRIPT><FORM NAME="Assignment5"><B>Instructions: </B> Input the temperature in degrees Centegrade and click "Convert" to convert the temperature from degrees Centegrade

  • New to C++, and need help!

    I'm not that new to the C++ programming itself just to: Microsoft Visual C++ 2010. So I need some help I am making a installtion script for my RPG. I need the pages to change. But they won't? What I mean is to get game1.h when clicking, "I accept!" to change to game2.h I will show a screenshot what I mean.Screenshot: http://i51.tinypic.com/1zeuohc.jpg(Ignore the text on the first page of the install script because I am going to change that it was only random stuff I put together to test it out.)

  • Exception when accessing VS2010 Native C++ DLL in VS2008 C++/CLI exe

    I am trying to access Native C++ dll built in VS2010 from an C++/CLI or Managed C++ exe built in VS2008 .NET framework 3.5. I have included the header file of the Native C++ dll and included lib file for linker input, project compiled successfully. But when executing i get below exception on the line where it calls function of Native C++ dll."An unhandled exception of type 'System.AccessViolationException' occurred in ExtrinsicModelWrapper.exeAdditional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. "Below is the co