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 Rhinorhino 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 eman6

  1. eman6

    Todo list in java

    Great!! I'll discuss this with my daughter. Thank you very much. I am sure with this base we can reach interesting results. Have a good time, Feherke Regards Eman ______________________________________ Eman Technical User
  2. eman6

    Todo list in java

    Hi Thank you very much, that looks great. Sorry for missing the code /code thing. I have not posted here for long time. OK, the task idea was my first idea, because I thought each item would have either True or false, as done or not done, or taken / not taken (Laptop, books, keys, etc). But then...
  3. eman6

    Todo list in java

    OK, perhaps a more concrete question could have a better chance. Here is what I have done: import java.util.ArrayList; import java.util.Arrays; import java.util.*; /** * * @author Eman Fatih * @version 20.03.2014 */ public class TodoList { /** * Konstruktor für die Objekte der...
  4. eman6

    Todo list in java

    Do you need a complete application ? Do you need a CLI application ? Do you need a GUI application ? Do you need just one class runnable in BlueJ's object bench ? I would say the last one please. just one class runnable in BlueJ's object bench Thanks...
  5. eman6

    Todo list in java

    Hi feherke Actually, we have a simple application where you enter which direction you can go and what you can do there. We decided to do the daily routine, like start in bedroom, goto the kitchen, eat, drink, goto the bathroom, brush teeth, shower, goto the office room, and so on until you leave...
  6. eman6

    Todo list in java

    Hi everybody I am very new to Java and trying to help my daughter in a school project using BlueJ. We need to create a todo list we called TodoList. We have a number of tasks to accomplish, such as: "eat", "drink", "shower", "dress", "take the bus", etc. Each would have a status value either...
  7. eman6

    An odd problem with a column, permissions based I think.

    This could be due to a column validation condition. Open the document library Click Settings Document library settings Under [Columns] Click on the column name Scroll down and click the Column Validation + sign On the right side, see if there is a formula. This might be conditioning the entry...
  8. eman6

    Newbie: Sharepoint - Creating a manual

    First of all, the datasheet display depends on Microsoft Access, which is not part of Office Basic. Now regarding the manual that you want to write outside Word. It all depends how and in which format you want to publish it. Are you familiar with HTML/CSS and java script? Are you planning to...
  9. eman6

    User can only see their own Items

    Allow me a small correction of a common mistake in English please: You don't say: "might of", it is: "Might've" (= might have) This is a common confusion due to quick pronunciation, particularly in American accent. Typically people who learn it by hearing, rather than by reading, fall into this...
  10. eman6

    Newbie: Sharepoint - Creating a manual

    If for example "person in charge" ( Role) is a property in the word document that is represented in a column in a sharepoint library, there should be no problem at all. In Word, you Insert Field (quick parts/field if you use Word 2010)_Document Information->select the "person in charge"...
  11. eman6

    An odd problem with a column, permissions based I think.

    Based on the information you have provided, I can only guess at the moment that this column reflects a document property which is probably restricted(?). As I have no idea what the column is about. This is at the moment my best guess. I hope that helps. ______________________________________...
  12. eman6

    Can Windows be installed on external USB drive?

    This link talks about USB flash memory. My question was about an external S-ATA hard drive connected to the laptop via USB. The method might (just might) be the same, or similar, so I'll give it a try, if I don't receive a different opinion meanwhile. Thanks eman...
  13. eman6

    Can Windows be installed on external USB drive?

    The story started like this: I replaced my laptop's hard disk with a new one and installed VISTA and then upgraded to Windows 7. Then I put back my original XP Pro in the laptop, hoping I could sometimes boot from the other hard disk externally. It did not work. The bbot screen asks me to choose...
  14. eman6

    Hide Left Navigation Panel

    Found at this page: http://sharemypoint.wordpress.com/2007/06/20/hide-left-navigation-panel-without-changing-master-page/#comment-204 In case the link breaks, here is the post: The left navigation bar makes the page looks very “SharePoint”. And, some valuable space is wasted under it. If you...
  15. eman6

    Move a list to another location

    Assuming you are talking about SharePoint Server 2007: Site Actions/Site Settings/Site Contents and structure. There you can select any library and copy it or move it somewhere else including its content. I hope this helps. ______________________________________ Eman Technical User

Part and Inventory Search

Back
Top