Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "E4/Resources/Semantic File System/Demos/Running e4 Demo Twitter Client"

 
Line 17: Line 17:
 
4. Start the e4 Demo Twitter Client. You should be able to see the following screen:  
 
4. Start the e4 Demo Twitter Client. You should be able to see the following screen:  
  
[[Image:E4DemoTwitterClientInitialScreen.png]]<br>5. Select "File" &gt; "Open".
+
[[Image:E4DemoTwitterClientInitialScreen.png]]
  
You should be able to see the following screen after pressing finish:
+
<br>5. Select "File" &gt; "Open" and type in a name of a Twitter user you want to see, for example "eclipsecon".
  
<br>'''NB''', you may have problems to connect to the Internet from the e4 Photo app when using an HTTP/HTTPS proxy. In such a case, use "File" -&gt; "Set Proxy Data" for setting required proxy parameters.<br>
+
You should be able to see the following screen after pressing OK and entering your Twitter user name and password on logon pop up:
 +
 
 +
[[Image:E4DemoTwitterClientEclipseCon.png]]<br>'''NB''', you may have problems to connect to the Internet from the e4 Demo Twitter Client when using an HTTP/HTTPS proxy. In such a case, use "File" -&gt; "Set Proxy Data" for setting required proxy parameters.<br>
 +
 
 +
6. If you want to refresh the information about a user, you may use "File" &gt; "Refresh" or&nbsp;just doubleclick on the user name in the list.
 +
 
 +
7. You may add other users by selecting "File" &gt; "Open" again or just by clicking on entries in Followers/Following lists.
 +
 
 +
8. To remove a user, use "File" &gt; "Remove".

Latest revision as of 11:13, 14 July 2010

Prerequisite: Download and install e4 1.0 build from here.

1. Start e4 with an empty workspace

2. Import the following projects from Eclipse CVS:

  • org.eclipse.e4.demo.e4twitterclient
  • org.eclipse.core.resources.semantic

You may use following Project Set files for convenience:

3. Create a launch configuration to run org.eclipse.e4.demo.e4twitterclient.product as a product. For that, select the file "e4twitterclient.product" that resides in org.eclipse.e4.demo.e4twitterclient project. Then select "Run As" -> "Eclipse Application".

4. Start the e4 Demo Twitter Client. You should be able to see the following screen:

E4DemoTwitterClientInitialScreen.png


5. Select "File" > "Open" and type in a name of a Twitter user you want to see, for example "eclipsecon".

You should be able to see the following screen after pressing OK and entering your Twitter user name and password on logon pop up:

E4DemoTwitterClientEclipseCon.png
NB, you may have problems to connect to the Internet from the e4 Demo Twitter Client when using an HTTP/HTTPS proxy. In such a case, use "File" -> "Set Proxy Data" for setting required proxy parameters.

6. If you want to refresh the information about a user, you may use "File" > "Refresh" or just doubleclick on the user name in the list.

7. You may add other users by selecting "File" > "Open" again or just by clicking on entries in Followers/Following lists.

8. To remove a user, use "File" > "Remove".

Back to the top