Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Aleena

  1. Aleena

    Carrer Advice Desperately Needed :(

    I recently found out that the company I have worked for the last 3 years will be consolidating their R&D at another location. For personal reasons I am declining the transition package and staying in my hometown (a semi small community). I am currently a Software Engineer II working with...
  2. Aleena

    Ghosting a Level 1 RAID

    Hi There, I am trying to create an image of a Level 1 Raid on an IBM eSeries 330. I need to be able to store the image on the network. When I go to image the drive the screen locks. I know that Ghost does not officially support Ghosting raids and it requires ASPI drivers. We have tried several...
  3. Aleena

    TreeView

    I am a complete novice with InterDev. I ordered a book on it but sadly it has not arrived yet and the microsoft documentation is lacking. Is there any way to populate the tree with fields from a SQL Database? Heck I cant even figure out how I am supposed to add nodes at all... Any advice...
  4. Aleena

    Scripting in XSL

    I am trying to figure out how I can add scripting code to an xsl document. I have been scouring the net tonight and coming up quite emptyhanded. Some of the sources I have read seemed to think scripting in xsl was incompatiable or unreliable. I need to be able to incorporate some functions into...
  5. Aleena

    Accessing the value of a textbox. Help! :)

    Hi all :) I am new to javascript, this term being my first encounter with it. However, I am familiar with asp and fairly proficient in Java. I am currently working on my first lab in Corporate Web Programming and it is a fairly simple page to just get students acquainted with CSS. Ok the...
  6. Aleena

    Quick question on arrays

    Does anyone know of a way to return an array of objects from a sub routine? Or is this just not possible... Thanks for any help you can offer :) Anna
  7. Aleena

    Newbie help needed with JPanel

    I have already tried that with no luck :(<br>Then it just tells me it is an invalid cast.&nbsp;&nbsp;I have even tried changing constructor on the other side to take in a object of type UserInput.&nbsp;&nbsp;It tells me that it can not convert type UserInput to type UserInput.<br><br>I think I...
  8. Aleena

    Newbie help needed with JPanel

    I am having some difficulties in my program and I am hoping (make that praying) that someone on this board can offer some advice. I am not completely new to java but this is my first experience really using the Swing class. I am making a GUI interface that has a user input panel which I call...
  9. Aleena

    A word of advice

    Hi Chip<br><br>Yeah I figured that out about an hour after I posted. Funny how the smallest/stupidest little oversights can drive a person so crazy :)<br><br>Aleena
  10. Aleena

    Probably an easy newbie Question about casting

    DOH!!!<br><br>Nevermind.. I have my parantheses in the wrong place.. sheesh.<br>Works fine now :-)<br><br>Aleena
  11. Aleena

    A word of advice

    I just wanted to add an additional perspective from a &quot;student&quot;.&nbsp;&nbsp;Fall term when I was taking my first programming course in Visual Basic there were several times when I posted desperate help questions in this forum.&nbsp;&nbsp;The responses I received from all of you were...
  12. Aleena

    Probably an easy newbie Question about casting

    Hi there,<br><br>I am having some difficulty with a lab assignment and I cannot figure out what I am doing wrong. I am trying to cast an Object off my stack to a point. The original object pushed on the stack was a Point.<br><br>First I tried to just pop it off the stack<br>loopPoint =...
  13. Aleena

    case switch

    DougP is right. The Select Case statement in VB is very similar to the Switch statement. The Select Case statement even adds a little more functionality because it allows you to use math operators in your case statements like &lt; or &gt;.<br> <br> Aleena
  14. Aleena

    Creating class objects: Newbie Question

    Can you create a Class object within an if statement?<br> I need to be able to create a specific type of object depending <br> on input from the user. I am trying to use the following code <br> but I get an invalid declaration error. Any suggestions for a different <br> approach would be...
  15. Aleena

    Probably an easy newbie question :-)

    Ok ok.. I have answered my stupid question myself. I had a different version of jdk that I had downloaded from Sun. Obviously it didn't want to work with his code because I installed a different version and it worked perfectly.<br> <br> Thanks anyway :-)<br> <br> Aleena

Part and Inventory Search

Back
Top