Latest Forum Posts
Mear|in on 27 Dec : 05:41
mmm Xstep, I'm soo up for that[more]

Xaenn on 27 Dec : 05:32
That's too bad you can't get i[more]

Cerbie on 27 Dec : 04:27
I'm working on separating it[more]

Xaenn on 27 Dec : 04:22
Seems to be quite a cool theme[more]

Cerbie on 27 Dec : 00:43
(that was Cerbie...I guess it [more]

Anonymous on 27 Dec : 00:42
At litestep.net: Stained Glass[more]

Backend
Our headlines can be syndicated by using either our rss or text feeds.
news.xml - news.txt





 
The Litestep Site for News, Modules, Sources, and all the other stuff around Litestep.

 
 
   
Forums -> Modules -> Re: Desktop Icons not fully working. Has to be my fault...
Your Name:
Reply:


Jump:


Thread Topic
bigdaddy
Posted: Mon Nov 22 2004, 05:57PM
I am running xLabel-3.2.7 and I got the desktop emulation to work finally. During the course of my configuration of a script to hide or show the icons and remember states across recycle, I have somehow lost the system folders. "My Computer","My Documnets", and so on.
I have pasted excerpts from my config below, sorry for the text wrapping.
Here is my theme.rc:
---------------------
xLabelUsexDesktop true
xDesktopAutoCreate true
xDesktopConfigFile "$ConfigDir$desktopicons.rc"
include "$ConfigDir$desktopicons.rc"

Here is my desktopicons.rc:
----------------------------
xDesktopRememberPosition false
xDesktopX 16
xDesktopY 56
xDesktopDirection down
xDesktopWrapDirection right
xDesktopFont "trebuchet ms"
xDesktopFontHeight 16
xDesktopFontColor 220 216 208
xDesktopFontShadow
xDesktopFontShadowColor 124 124 124
xDesktopFontShadowX 1
xDesktopFontShadowY 1
xDesktopAlphaFade
xDesktopSnapTo 16 56 10 10 5
xDesktopOnMiddleClick .properties
*xdesktopitem xldi01 136 246 "C:\documents and Settings\phale\Desktop\Compose Email.url"
*xdesktopitem xldi02 663 246 "C:\documents and Settings\phale\Desktop\PRP blank for 2004.doc"
*xdesktopitem xldi03 564 242 "C:\documents and Settings\phale\Desktop\Publisher Compensation.lnk"
*xdesktopitem xldi04 482 247 "C:\documents and Settings\phale\Desktop\ReLuna"
*xdesktopitem xldi05 392 248 "C:\documents and Settings\phale\Desktop\Reluna Screen.jpg"
*xdesktopitem xldi06 306 246 "C:\documents and Settings\phale\Desktop\Thumbs.db"
*xdesktopitem xldi07 230 246 "C:\documents and Settings\phale\Desktop\To Take Home"

Here is part of my themevars.rc
--------------------------------
xDesktopStartHidden "false"

Here is my popuptheme.rc:
--------------------------
if xDesktopStartHidden = false
*Popup "Hide &Desktop Icons" !execute [!xTextSaveEvar @$ConfigDir$\themevars.rc@ @xDesktopStartHidden@ @true@][!xDesktopHide][!reload][!NetReloadModule $popupmodule$]
else
*Popup "Show &Desktop Icons" !execute [!xTextSaveEvar @$ConfigDir$\themevars.rc@ @xDesktopStartHidden@ @false@][!xDesktopShow][!reload][!NetReloadModule $popupmodule$]
endif

I know that is a lot, but I wanted to give you everything. I did have all the icons in the beginning, but I don't remember the course of events or exactly when the dissappeared. For some reason the icons all stacked on top of each other and I finally spaced them out and that is when I noticed them gone.

Any help appreciated.

Latest 10 replies
GothsSecret
Posted: Wed Nov 24 2004, 05:02PM
that's true that all xModules share the same code, but, as expected, the more features a module has, bug fixeing is more hard (fixed one, another bug grows), more easier to concentrate on one part (desktop, label) then on all.
another part is, that it would be easier if the (for example) painting routines would be in the core, so, ever other module could have AlphaTransparency and solid colors too (would be very nice imho). so it doesn't care at all if it's one or a hundret modules

the mem usage.... erm... dunno *lol*
bigdaddy
Posted: Wed Nov 24 2004, 01:27PM
Does the memory usage stay the same? Plus I thought that the modulaes shared so much of the same code that it was just easier to make it all one module.
Andymon
Posted: Wed Nov 24 2004, 01:04PM
Yeah, but since i will stop the feature implementation with 3.3, i cleanup the code, so that other people will be able to understand it at all.
And since the standalone xModules are 100% the same it's just a NetLoadmodule line instead of a xLabelUse.. Line
bigdaddy
Posted: Tue Nov 23 2004, 01:41PM
WHAT?!?! Why? I thought you liked having all of them together.
Andymon
Posted: Tue Nov 23 2004, 01:09PM
Just a important hint:
With xLabel-3.2.8 all xModules and Shortcut2 Emulation will be removed from xLabel!!

So, if you want to keep your theme updated, better switch already to the standalone modules!
bigdaddy
Posted: Mon Nov 22 2004, 09:29PM
sh*t, sh*t, sh*t...I found it.

!xDesktopCreate update ".desktop"

There is a period in front of the desktop and not the $. I must have misread the docs.

That appears to have fixed it. We'll see after I tinker some more.
bigdaddy
Posted: Mon Nov 22 2004, 09:24PM
I have the desktop created, just not with all folders/files appearing. I have tried many of the bang commands and the best I can do is basicall refresh or reload the icons I currently have. That one was:

!xDesktopCreate update "$desktop$"
Wolzly
Posted: Mon Nov 22 2004, 08:44PM
There's a bang to recreate the desktop.

Shoot I can't think of it offhand... read the docs
bigdaddy
Posted: Mon Nov 22 2004, 07:05PM
I thought that the autocreate would do that for me. I did have tose folders in the beginning, but they are gone now. Since I never had them there in the beginning, how do I get them there to appear now?
Niza
Posted: Mon Nov 22 2004, 06:50PM
Well.... I have my xDesktop settings done lot different than you do.

In the config.rc I have my font items and settings and then I have a desk.rc that all of my desktopitem entries are in. I have mine set to remember position after I drag the icons around (which you don't). Akso looking at your config there... You don't have the desktopitems listed for those folders which is why you don't see them.


Chatbox



SMaddox
   on 24 Dec : 07:22
Note to website editor:
Think you could allow tabs/spaces in code blocks in the forum? It makes it so much easier to read.


SMaddox
   on 24 Dec : 01:06
none would be the same as plain white.


Joshhh
   on 23 Dec : 17:08
what do you think about LS Installer build on GHOST theme?


muhKuh
   on 21 Dec : 19:27
what abou none?


Andymon
   on 15 Dec : 12:58
Either "ugly" 3DBorders or plain White, you have the choice
Help is also welcome.


dac
   on 14 Dec : 06:34
So true muhKuh, skinning 'em with some solidcolors wouldn't hurt
Cool feature nonetheless


muhKuh
   on 13 Dec : 22:54
hmmm, but do they have to have these ugly 3D borders? i hope not o,0


muhKuh
   on 13 Dec : 22:47
wow, an editbox ... ultimate coolness!!!


Wolzly
   on 13 Dec : 04:55
It's because you bumped the link off


SMaddox
   on 12 Dec : 02:05
oh... nm lol. just had to post and it fixed it. odd









© by LS-Universe.info