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

Search:

Type: Posts; User: SVOhio

Search: Search took 0.03 seconds.

  1. Re: Can I hide the 'carrot' caused by the JavaFX ComboBoxListViewSkin on a ComboBox?

    Hi Arjay! I did reply to you comment from my phone but apparently it didn't go through. "cmb" represents the ComboBox in which the ComboBoxListViewSkin manipulates the popup.
  2. Can I hide the 'carrot' caused by the JavaFX ComboBoxListViewSkin on a ComboBox?

    Java SE v. 1.8.0 / Intellij IDE

    Can I hide or remove the 'carrot' (upside down triangle) from a JavaFX ComboBox caused after implementing the ComboBoxListViewSkin class (see pic below)?

    The...
  3. Re: SQLITE .db file returns "in use" when connection is closed and Detach say no data

    Hi Arjay!

    Thanks for the help and suggestion. I am actually handling every connection in the manner of the link you found. That being said, I think I did solve my problem by adding 1) a static...
  4. Re: SQLITE .db file returns "in use" when connection is closed and Detach say no data

    Thanks for your time with this, I appreciate it!

    It is static and this is the first I've worked with DB connections, so I apologize that I may be a little naive. I thought static was keeping the...
  5. SQLITE .db file returns "in use" when connection is closed and Detach say no database

    I wasn't sure whether to post to the Java forum or this Database forum but I think this is a DB issue... maybe you can help.

    I have an embedded SQLite database in my Java application. When I want...
  6. Replies
    2
    Views
    6,588

    Re: How do I correctly compare Strings and Times?

    I may have solved my problem, though I'm not sure if it is the correct way. In essence, I pass my data objects as generic "Objects" into a return method called "ValuesAreDifferent(Object, Object)"...
  7. Replies
    2
    Views
    6,588

    Re: How do I correctly compare Strings and Times?

    Ok, the TextArea comparison works now because I'm an idiot and was missing the "!" to indicate 'not equal'... so no issue there. However, a TimeStamp text string comparison still does not. Sorry for...
  8. Replies
    2
    Views
    6,588

    How do I correctly compare Strings and Times?

    I'm having difficulty comparing Strings and Times (as in TimeStamp e.g. "hh:mm:ss"). Below are two snippets of the culprit code.

    How the code is setup and expectation:
    When a user queries a...
  9. Replies
    3
    Views
    3,927

    Re: Excel Interop Help

    Oops, replace the following... sorry.

    Replace: arr = Row(1:1).Value

    With arr = Rows(i & ":" & i).Value
  10. Replies
    3
    Views
    3,927

    Re: Excel Interop Help

    Copying an entire row and pasting into another worksheet is not big deal. However, if I'm understanding correctly, this will work to capture an entire row as text values and allow you to paste them...
  11. Re: How would I begin building a Search Engine for a relational database?

    Hi Arjay!
    Thanks for the thoughts. I'm not an expert either with SQLite or or Java, but know a enough to be dangerous. ;) This is my first experience with SQLite. They have a feature called FTS5...
  12. How would I begin building a Search Engine for a relational database?

    Hi Everyone!

    The Ask:
    I'm building a research database with an embedded SQLite DB using Intellij for development. I've created the data entry point for the users; however, I'm looking for...
Results 1 to 12 of 13





Click Here to Expand Forum to Full Width

Featured