emergedesktop.org Forum Index emergedesktop.org
Emerge Desktop Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Screenshots of Emerge Desktop in action :-)
Goto page Previous  1, 2, 3 ... 12, 13, 14 ... 32, 33, 34  Next
 
Post new topic   Reply to topic    emergedesktop.org Forum Index -> General
View previous topic :: View next topic  
Author Message
Scuba



Joined: 26 Mar 2008
Posts: 2

PostPosted: Wed Mar 26, 2008 6:45 am    Post subject: Reply with quote

did some piddling around and switched to emerge. Saw a screenshot of it on another forum and googled it and about 4 hours later here is what I got: http://img338.imageshack.us/img338/4638/desktopxw4.jpg

Also played around with samurize, Im pretty pumped with what I got. It definitely cleaned up a lot of clutter on my screen.
Back to top
View user's profile Send private message
01MDM



Joined: 19 Jan 2008
Posts: 15

PostPosted: Sun Apr 20, 2008 8:55 pm    Post subject: Reply with quote

Emerge and Samurize are good neighbours.
The fictive samurize panel as a part of EmergeDesktop. Some kind of experiment Smile

Back to top
View user's profile Send private message
mizu.taifux



Joined: 15 Jan 2008
Posts: 59
Location: Brazil

PostPosted: Sat Apr 26, 2008 11:38 pm    Post subject: Reply with quote

01MDM wrote:
Emerge and Samurize are good neighbours.
The fictive samurize panel as a part of EmergeDesktop. Some kind of experiment Smile



Hi 01MDM...

Great shot!

I need this command line for create screenshots.... please get me a link!

Tks man!
_________________
Que a Luz que há em ti não sejam trevas...
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
01MDM



Joined: 19 Jan 2008
Posts: 15

PostPosted: Sun Apr 27, 2008 6:46 am    Post subject: Reply with quote

mizu.taifux

This is not a standalone application. Let me explain.
Needs: nircmdc.exe, ansicon.exe (as option), sleep.exe (as option)
Code:

::
:: ss.cmd - a-la *nixes scrot
::
@echo off

:: check ansicon.exe. Edit Path to. Be careful with dec:027 ""
if exist "C:\Documents and Settings\mdm\Bin\ansicon.exe" ansicon -p && echo 

if x%1==x goto:ss
set /p="taking screenshot in  "<nul

:: You can use sleep.exe (if you have it) instead of ping.exe
for /l %%i in (%1,-1,0) do (
        rem sleep 1
   ping -n 2 localhost >nul
   if not %%i==0 (set /p="%%i.. "<nul) else (set /p="0"<nul)
)
echo.

:ss
if x%2==xw (
   nircmdc sendkey Alt Down
   nircmdc sendkey 1068 press
   nircmdc sendkey Alt Up
) else (
   nircmdc sendkey 1068 press
)

::
:: if your native %date% format like 27.04.2008. If not edit "... =%date:.=%... "
::
set suffix=%date:.=%%time:~0,-3%
set suffix=%suffix::=%

nircmdc clipboard saveimage "screen%suffix%.png"

Below is a screenshot of command file, as code lost dec:027


How to use it?
Code:

ss 5 - take fullscreen in 5 sec
ss 4 w - take active window screenshot in 4 sec
ss 0 w - take active window screenshot at once (bad English? Sorry)
ss

I wrote this batch just for fun. Do not discuss it seriously

Some links:
ansicon http://www.geocities.com/jadoxa/ansicon/ansi101.zip
nircmd http://www.nirsoft.net/utils/nircmd.zip
Back to top
View user's profile Send private message
mizu.taifux



Joined: 15 Jan 2008
Posts: 59
Location: Brazil

PostPosted: Tue Apr 29, 2008 1:26 am    Post subject: Reply with quote

01MDM wrote:
mizu.taifux

This is not a standalone application. Let me explain.
Needs: nircmdc.exe, ansicon.exe (as option), sleep.exe (as option)
Code:

::
:: ss.cmd - a-la *nixes scrot
::
@echo off

:: check ansicon.exe. Edit Path to. Be careful with dec:027 ""
if exist "C:\Documents and Settings\mdm\Bin\ansicon.exe" ansicon -p && echo 

if x%1==x goto:ss
set /p="taking screenshot in  "<nul

:: You can use sleep.exe (if you have it) instead of ping.exe
for /l %%i in (%1,-1,0) do (
        rem sleep 1
   ping -n 2 localhost >nul
   if not %%i==0 (set /p="%%i.. "<nul) else (set /p="0"<nul)
)
echo.

:ss
if x%2==xw (
   nircmdc sendkey Alt Down
   nircmdc sendkey 1068 press
   nircmdc sendkey Alt Up
) else (
   nircmdc sendkey 1068 press
)

::
:: if your native %date% format like 27.04.2008. If not edit "... =%date:.=%... "
::
set suffix=%date:.=%%time:~0,-3%
set suffix=%suffix::=%

nircmdc clipboard saveimage "screen%suffix%.png"

Below is a screenshot of command file, as code lost dec:027


How to use it?
Code:

ss 5 - take fullscreen in 5 sec
ss 4 w - take active window screenshot in 4 sec
ss 0 w - take active window screenshot at once (bad English? Sorry)
ss

I wrote this batch just for fun. Do not discuss it seriously

Some links:
ansicon http://www.geocities.com/jadoxa/ansicon/ansi101.zip
nircmd http://www.nirsoft.net/utils/nircmd.zip


Very cool!
You desenv a batch file equal scrot(linux command) good work!
I search scrot ( like unix console application ) for ms-dos or win32 ( like windows xp ) a long... long... time.... but nothing.

Tks very much... ( sorry my bad english to! ) Very Happy
_________________
Que a Luz que há em ti não sejam trevas...
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
garbanzo



Joined: 09 Mar 2008
Posts: 120

PostPosted: Tue Apr 29, 2008 10:26 am    Post subject: Reply with quote

my latest desktop using emerge. decided to make an all-text samurize config since i couldn't find one i liked. with the new emerge.exe, it's easy to incorporate emerge commands into samurize.

for example, the clock in the bottom right is samurize. left click on the clock shows desktop. double left click on the clock opens the windows date/time dialog box. right click on the clock launches emerge middle click menu, which i filled with system items like device manger, services, folder properties, etc.

most of the meters are clickable. it's a nice way to keep a tidy desktop, but have access to everything i need very quickly.

oh, and using Launchy and a simple BAT file, i can append items to the todo list in a matter of seconds!

it's a useful desktop for sure. i'm finally starting to like this XP machine of mine...

Back to top
View user's profile Send private message
Step666



Joined: 22 Jun 2007
Posts: 428
Location: Scotland

PostPosted: Tue Apr 29, 2008 10:57 am    Post subject: Reply with quote

01MDM wrote:
Emerge and Samurize are good neighbours.

Never a truer word.

If only I could find the inclination to make my Samurize config pretty...
_________________
Customize.org - dA - Flickr
Back to top
View user's profile Send private message
01MDM



Joined: 19 Jan 2008
Posts: 15

PostPosted: Tue Apr 29, 2008 5:51 pm    Post subject: Reply with quote

Step666 wrote:

Never a truer word.


Too categorical statement. Wink I shall repeat, it was small experiment...

To use it it is possible, but it is not so convenient. They cannot sometimes divide a place under the sun. Fit against each other (during а login). Smile
Back to top
View user's profile Send private message
MeToo



Joined: 11 Oct 2005
Posts: 1677
Location: Faro, Portugal

PostPosted: Sun May 04, 2008 8:36 pm    Post subject: Explorer like theme Reply with quote

Hi all

Just a screenshot to show you that Emerge Desktop is so versatile, you can even have it look like Explorer (I have no idea why you would want to do that Smile ).



The greatest difference is that I prefer to have 32pixel icons in emergeTasks instead of the default 16pixel.

Have fun with Emerge Desktop!
Back to top
View user's profile Send private message
mizu.taifux



Joined: 15 Jan 2008
Posts: 59
Location: Brazil

PostPosted: Mon May 05, 2008 4:17 am    Post subject: Re: Explorer like theme Reply with quote

MeToo wrote:
Hi all

Just a screenshot to show you that Emerge Desktop is so versatile, you can even have it look like Explorer (I have no idea why you would want to do that Smile ).



The greatest difference is that I prefer to have 32pixel icons in emergeTasks instead of the default 16pixel.

Have fun with Emerge Desktop!


Very Nice!
I like it.
_________________
Que a Luz que há em ti não sejam trevas...
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
waynesk



Joined: 02 Mar 2008
Posts: 4

PostPosted: Thu May 08, 2008 10:06 am    Post subject: Reply with quote

sooooo another submission from me..
Back to top
View user's profile Send private message
MeToo



Joined: 11 Oct 2005
Posts: 1677
Location: Faro, Portugal

PostPosted: Thu May 08, 2008 10:56 am    Post subject: Reply with quote

waynesk, looks fantastic! A Mac for a fraction of the price Laughing
Back to top
View user's profile Send private message
mizu.taifux



Joined: 15 Jan 2008
Posts: 59
Location: Brazil

PostPosted: Fri May 16, 2008 10:47 pm    Post subject: Red Hatz Reply with quote

My new notebook desktop with emerge Red Hatz settings.



Samurize with tasks module for bottom bar caption mode. Very Happy
Other details in link: http://customize.org/screenshots/58298

My new version with desktop icons:



Link: http://customize.org/screenshots/58479
_________________
Que a Luz que há em ti não sejam trevas...


Last edited by mizu.taifux on Wed May 28, 2008 11:36 am; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
johnnyzero



Joined: 10 Apr 2008
Posts: 9

PostPosted: Sat May 17, 2008 12:34 am    Post subject: another Explorer-like scheme Reply with quote

Here's my attempt at a scheme that somewhat mimics the layout of the WinXP default shell - Start Menu, QuickLaunch, Taskbar, and System Tray arranged along the bottom.

Before anyone slags me for this, here's my reason: I use Emerge Desktop on a travel notebook that my wife & I share, and she's used to the regular XP shell.




I came up with this way of displaying the contents of the Desktop folder in a more familiar way:




Also, it's pretty useful to have EmergeCommand's clock visible top & center at all times, on top of any title bars.

btw, Emerge is the only replacement shell I've found that works well with Yahoo Widgets.

JohnB
Back to top
View user's profile Send private message Send e-mail
ironhead
Site Admin


Joined: 10 Oct 2005
Posts: 879

PostPosted: Sat May 17, 2008 3:11 am    Post subject: Re: another Explorer-like scheme Reply with quote

johnnyzero wrote:
Before anyone slags me for this, here's my reason: I use Emerge Desktop on a travel notebook that my wife & I share, and she's used to the regular XP shell.


Glad to see the whole family enjoying Emerge! Smile

Now if I could only get my wife to give up on her Mac..... Razz
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    emergedesktop.org Forum Index -> General All times are GMT
Goto page Previous  1, 2, 3 ... 12, 13, 14 ... 32, 33, 34  Next
Page 13 of 34

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group