Lsxcommand on XP Thread last updated on 2003-07-18 04:49:22

Posted by member 83 on 2003-07-17 04:47:52

I have a problem with lsxcommand on my XP.I cannot post CommandBackground.

I have a white picture. I know other men who have this problem.

Can you help me please.
(Sorry for my bad english)

Posted by member 1316 on 2003-07-17 11:26:00 link

well, that's the code you're trying to use for it?

Posted by member 83 on 2003-07-17 12:11:17 link

Is not a coding problem. All thems i can use on my XP, but when i test on win2k, there is no problem.

You can see the problem in this thread on my forum.(sorry, comments are in french)

http://www.litestep-france.net/modules.php?name=Forums&file=viewtopic&t=83

Posted by member 1783 on 2003-07-17 12:44:31 link

did you use CommandTransparentEditBox? if you don't specify this in your config then the texbox area uses bgcolor, not the image behind it.

Posted by member 83 on 2003-07-17 12:56:16 link

It is the code of wise-dragon:

;-----------------------------------------------------------
; LSXCommand.dll Settings
;-----------------------------------------------------------

CommandHiddenOnStart
CommandX 671
CommandY 8
CommandWidth 156
CommandHeight 20
CommandTextFontFace "Times New Roman"
CommandTextColor 52C6FF
CommandTextSize 18
CommandNotAlwaysOnTop
CommandBackground Command_Back.bmp
CommandTransparentEditBox
CommandClockDisappearsOnFocus
CommandHistoryMenuEntries 10
CommandContextMenuExecute
CommandContextMenuOrder 012
CommandContextMenuStandardItems 2
CommandClearHistoryOnStartup
CommandTime "Entrez une commande!"
;CommandTime "%A,%d %b %Y - %H:%M:%S"


I repet, this code run on win2k,but not run on xp

Posted by member 1 on 2003-07-17 13:29:29 link

take off CommandTransparentEditBox like Egonz said already!!! gggggg

Posted by member 1783 on 2003-07-17 13:54:16 link

1) remove CommandTransparentEditBox to avoid flickering,
2) add CommandBGColor (whatever your command's bgcolor is),
3) add CommandBorderSize accordingly to your background image (if you don't then the background image stays behind the text-box and you can't see it).

hope that helped...

Posted by member 83 on 2003-07-17 16:36:53 link

Thanks Egonz, but do not run on my XP.
Please, can you give me a script runing on XP

Posted by member 1316 on 2003-07-17 17:38:30 link

does anyone understand what he's trying to ask?? anaintre, will you please try explaining what your last comment meant? I'm not trying to make fun of you, but I have no idea what you were trying to say.

Posted by member 83 on 2003-07-17 23:26:44 link

Very sorry, my English is not good! I try again

For including/understanding well, here two example of posting of Lsxcommand.

http://www.litestep-france.net/preview/lsxcommand.jpg

There are not a problem under Windows 2000 or Windows 98, because i can see the basic image (CommandBackground).

On the other hand under Windows XP, there is a white rectangle in the place of CommandBackground. I have the same problem with all thems i use.

I made the modification proposed by Egonz, but that does not function. Do you know this problem? Do you Know a them with CommandBackground functioning under Windows XP?

Posted by member 1783 on 2003-07-18 01:40:10 link

yes i know :) my Gamma v0.7

here's my code:
CommandX 6
CommandY 4
CommandHeight 13
CommandWidth 192
CommandBGColor 000000
CommandBorderSize 0
CommandTextFontFace "Tahoma"
CommandTextSize "13"
CommandTextColor $ColorCode$
CommandWaitForBox

Posted by member 83 on 2003-07-18 04:31:37 link

I see your them. Very good work.
But, you do not use the command :CommandBackground [picture.bmp/png]
If i understand you use lsbox for background.

My question is why "CommandBackground" is notfonctioning on windows XP.

Posted by member 1783 on 2003-07-18 04:49:22 link

thnx :) anyway it functioned when i tried it without the box.
and with commandbackground. btw, i am running xp.

but is your image big enough? i'm asking this because it seems that lsxcommand doesn't strech the image nor tile it.