User Profile

Collapse

Profile Sidebar

Collapse
Bubbs
Bubbs
Last Activity: Oct 31 '08, 11:16 PM
Joined: Nov 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bubbs
    replied to System.Windows.Markup.XamlParseException
    in .NET
    thanks guys. Got it working.
    See more | Go to post

    Leave a comment:


  • Bubbs
    replied to System.Windows.Markup.XamlParseException
    in .NET
    Btw, Im making a silverlight page called Example.com
    See more | Go to post

    Leave a comment:


  • Bubbs
    started a topic System.Windows.Markup.XamlParseException
    in .NET

    System.Windows.Markup.XamlParseException

    I keep getting this exception when i run the program. It is driving me insane. Does anyone know whats wrong and how do i fix this!

    System.Windows. Markup.XamlPars eException was unhandled
    Message: Cannot create instance of 'Page1' defined in assembly 'ArcForex.com, Version=1.0.0.0 , Culture=neutral , PublicKeyToken= null'. Exception has been thrown by the target of an invocation. Error in markup file 'Page1.xaml' Line 1 Position...
    See more | Go to post
    Last edited by kenobewan; Oct 4 '08, 12:51 PM. Reason: !n invalid

  • Bubbs
    replied to Streaming time
    in .NET
    The client app that displays the time is a WPF app. This is the C# code for the app. The client app that receives the stream is just a C# class.
    The server app that transmits the stream is a C# command line prog and the Clock class is just a C# class.
    The whole thing is coded in visual c# 2008 express.
    See more | Go to post

    Leave a comment:


  • Bubbs
    started a topic Streaming time
    in .NET

    Streaming time

    hi,
    Lemme give u a little background on my problem. Ive created a client and server applications that receive and stream live time values. The client software is a clock that receives the time and displays it in a wpf app. Now when i use the DateTime.Now on the client app locally without using streaming the clock works great. However when I stream it from a server app which is also running on my computer or on a remote computer there is tremendous...
    See more | Go to post
    Last edited by Plater; Jul 18 '08, 06:59 PM. Reason: code tags, removing extra lines

  • Bubbs
    replied to Scroll Bar dilema
    in Java
    thanks man, i'll implement it.
    See more | Go to post

    Leave a comment:


  • Bubbs
    started a topic Scroll Bar dilema
    in Java

    Scroll Bar dilema

    Hi,
    I have a JTabbed pane and on tab 1, I have a panel that covers the size of the whole tab. At the bottom of the panel I have a scroll pane and on the pane a horizontal scroll bar.
    The problem is that when I scroll, the screen doesnt change. What do I have to add to the adjustmentValue Changed() ?
    Btw, Ive done this in NetBeans 6.0.1.
    Thanks
    See more | Go to post

  • Bubbs
    replied to Simple Bubble Sort using strings
    in Java
    thanks guys, much appreciated.
    See more | Go to post

    Leave a comment:


  • Bubbs
    replied to Simple Bubble Sort using strings
    in Java
    Same Null pointer exception at the printArray(), that prints the toString of each object in the array to a JTextArea called infoArea. The exception is at the line
    infoArea.setTex t(c[i].toString());

    Heres the code
    private void printArray(Cust omer c[])
    {
    if (c != null)
    {
    for(int i = 0; i < c.length; i++)
    {
    infoArea.append (c[i].toString());
    ...
    See more | Go to post

    Leave a comment:


  • Bubbs
    started a topic Simple Bubble Sort using strings
    in Java

    Simple Bubble Sort using strings

    Hi,
    I have to sort customer names in a customer class i have created. Now, there is a method called getName() that basically returns the string name stored in an instance variable of the customer class.
    This is a bubble sort method I have written. I really cant figure out why this throws a runtime null pointer exception at the IF statement which compares the strings. Please help.

    [CODE=java]private Customer[] bubbleSort(Cust omer...
    See more | Go to post
    Last edited by Ganon11; Mar 13 '08, 03:57 PM. Reason: Please use the [CODE] tags provided.

  • Bubbs
    replied to JRadioButton and ButtonGroup
    in Java
    I think I figured out how to make this work. Had to change some logic. Thanks for the link.
    See more | Go to post

    Leave a comment:


  • Bubbs
    started a topic JRadioButton and ButtonGroup
    in Java

    JRadioButton and ButtonGroup

    Hi,
    I have two radio buttons, b1 and b2. Now these two are added to a button group g1. I also have a JButton called submit. Now when I press "submit" I want to print on the console using system.out.prin tln, which of the radio buttons was clicked in the group?
    I assume the code will be written in the actionPerformed () for the submit button.

    Thanks
    See more | Go to post

  • Bubbs
    started a topic PC to phone calls
    in Java

    PC to phone calls

    Hi,
    I want to develop a java app that can make pc to phone calls. I am aware of the JTAPI and have experience in using jmf.
    The thing is im not too sure as to how to begin this project. I have a dsl internet connection, so i figured i will need to create some kind of voip application.

    What I would like to know is do I any any special hardware?
    Would I need to connect my computer to my landline telephone connection?...
    See more | Go to post

  • Bubbs
    started a topic Webcam streaming
    in .NET

    Webcam streaming

    Hi,
    I want to create an application in C#, that streams a webcam across the internet and a user can view his stream live on his login page of my website. Also I want to have the ability to record and save from the webcam. Any tips of how to proceed?
    Lastly is it possible to stream multiple webcams on the same computer for the same user?
    Thanks.
    See more | Go to post

  • Bubbs
    started a topic Travel Website
    in PHP

    Travel Website

    Hi,
    I want to create a travel website where the main feature would be the ability for my cutomers to log in to the site and buy airline tickets online through their credit cards and have their reservations made after credit card verification. Then they should recieve an eticket in the email inboxes. I can take care of the payment etc, but im stuck as to how do i make this online booking system? How do i connect to airline databases and make...
    See more | Go to post

  • Bubbs
    started a topic Travel Website
    in PHP

    Travel Website

    Hi,
    I want to create a travel website where the main feature would be the ability for my cutomers to log in to the site and buy airline tickets online through their credit cards and have their reservations made after credit card verification. Then they should recieve an eticket in the email inboxes. I can take care of the payment etc, but im stuck as to how do i make this online booking system? How do i connect to airline databases and make...
    See more | Go to post

  • Bubbs
    started a topic Travel Website

    Travel Website

    Hi,
    I want to create a travel website where the main feature would be the ability for my cutomers to log in to the site and buy airline tickets online through their credit cards and have their reservations made after credit card verification. Then they should recieve an eticket in the email inboxes. I can take care of the payment etc, but im stuck as to how do i make this online booking system? How do i connect to airline databases and make...
    See more | Go to post
No activity results to display
Show More
Working...