CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: capitolc

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,272

    Re: ASP/ Timer/ AJAX Malfunction

    so I asked a few others of my problem... 2 stand out suggestions were made. Add some try/catch block to any unhandled exceptions and 2, look into the session variable to see why the session is...
  2. Replies
    1
    Views
    1,272

    ASP/ Timer/ AJAX Malfunction

    Let's have a conversation - I Need Help ASAP

    I developed a web application using ASP.NET (C#) and am having an issue I can't point the cause. The site drives automatically using timers and its...
  3. Replies
    0
    Views
    1,189

    Table Scripting?

    I have an asp web application where I use radio buttons to get user input by making a selection using said buttons. The user has a limited time to make a selection and now some are complaining the...
  4. e.Row.Attributes.Add("onclick", ClientScript.GetPostBackEventReference()

    Am I missing something somewhere?!

    I'm trying to use a GridView that is bounded to a dataset as when a row is clicked, an event (or postback?) is fired. When fired, I want some data associated...
  5. Replies
    0
    Views
    963

    Login Alignment

    So my problem is, this code doesn't display like I think it should while using FireFox. For some reason, the alignment is off (to the left) and when I try to add (aligm="center"/style="left:300px")...
  6. Replies
    2
    Views
    1,807

    Re: Access Saved Forms [MS Access 2007]

    Dim oReport As Report_rptName
    Set oReport = Report_rptName
    .
    .
    oReport.Text13.Value = "changed text by hand"
    .
    .
    DoCmd.OpenReport "oReport"
  7. Replies
    2
    Views
    1,807

    Access Saved Forms [MS Access 2007]

    I'm trying and I'm not finding anything with my key words ("vba","report","reference","elements","").

    I'm attempting to create a form/report that will call another report (and it's form elements)...
  8. Thread: JFileChooser

    by capitolc
    Replies
    1
    Views
    1,207

    JFileChooser

    How can one adjust and alter the size of the open dialog shown when using the JFIleChooser object?

    I tired to put the FileChooser in a seperate panel with a specific size, but that didn't work.
  9. Replies
    5
    Views
    1,664

    Re: Full Exit on MenuItem Action

    ...wow, that was easy. I needed to kill the entire thing so System.exit() does exactly what I need!
  10. Replies
    5
    Views
    1,664

    [RESOLVED] Full Exit on MenuItem Action

    How do you close out an application when using a menubar?

    The native 'X' button does show and I am able to close by clicking that without a problem. Here's the situation. My .jar program is...
  11. Replies
    1
    Views
    645

    Java Not Properly Shown

    I'm writing a java application which uses a JTable, but the issue I'm having when I run it, the column names do not appear. I'm configured Eclipse to compile as a Java 1.5 code successfully, but...
  12. Replies
    3
    Views
    1,550

    Re: What to Override?

    After some time off, I came back to my problem and found a solution. Taken from exampledepot.com, I created a class that overrid only two methods to edit the cell editor of my jtable. Using this...
  13. Replies
    3
    Views
    1,550

    What to Override?

    hey group

    I'm using a JTable in an application in which I changed the font of the text written inside the cells and header. My problem, during the 'editing' process of each cell (when the user...
  14. Replies
    5
    Views
    1,260

    Re: Running Java on WM

    ok.. let me step back for a second. this was no means, meant to dumb people down, that was not my intention. I quite understand that posting in one post is more efficient than posting in two. I...
  15. Replies
    5
    Views
    1,260

    Re: Running Java on WM

    not being offensive, but my question wasn't even asked yet. I'm feeling the readers to see if they even heard of the application. If you never heard of it, or haven' t dealt, then no need to...
  16. Replies
    5
    Views
    1,260

    Running Java on WM

    I'm looking to see if you have any experience with Eve VM Launcher, (used to be called Ewe)? Got a question about it on helping me deploy an app.

    { http://www.ewesoft.com/eve/index.html }
  17. Replies
    4
    Views
    984

    Re: JAR doesn't work in an other directory

    Can I ask what options are you selecting when you create your jar file?

    I just want to make sure I am doing it the correct way. I am select the export option under file. From there, I am...
  18. Replies
    4
    Views
    984

    Re: JAR doesn't work in an other directory

    I just moved my jar in different directories and I'm seeing the same thing. Once more, the image only shows when I run it from within Eclipse. Is this the same for you?

    Well, someone suggested I...
  19. Replies
    4
    Views
    984

    Re: JAR doesn't work in an other directory

    ... what is the structure of your images? Do you have them separated in their own package?

    I have my problem where images are not showing up at all. How are you showing them, in code?
  20. Replies
    8
    Views
    1,700

    Re: Mobile Development

    I wonder if running my jar executable through a 3rd party is causing my errors on my mobile device. The application is called Mysaifu JVM. Can you recommend another JRE I can use for Windows Mobile...
  21. Replies
    8
    Views
    1,700

    Re: Mobile Development

    ... thanks Dlorde, got it where my srcollbar shows up just as you suggested.


    For another question/concern. For anybody with java development on a mobile device, I've included an JPG to a...
  22. Replies
    8
    Views
    1,700

    Re: Mobile Development

    @Deliverance

    yea man, I came across getScreenSize() already. What gets me, when I run the app on my local computer, it seems to grow just as big as my widescreen monitor, no problem. But when I...
  23. Replies
    8
    Views
    1,700

    Mobile Development

    I have a mobile device running WM 5, and have successfully ported over a java application (.jar) which ran. To my dismay, I am not seeing the full application due to the physical size and lack of...
  24. Replies
    2
    Views
    853

    Looking for a Package to import

    I was trying to import a package so that I can save my DOM object to an XML file. The example I found imported org.apache.xml.serialize.XMLSerializer. To my dismay, it wasn't built-in to my project...
  25. Replies
    6
    Views
    1,627

    Re: Using Swing and Placing Components

    ... the text at Sun for me isn't that well explained. I did look throughout and still didn't get a good feeling after reading/trying it. Like, is the document saying I shouldn't manually code by...
Results 1 to 25 of 126
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured