Posted by member 43611 on 2003-11-10 14:48:43 link
cool ! i made it :D many thanks to all helpers !!? ( made it with jdeskworkarea ... it very simple :> jDeskWorkArea "172,0,0,0" thats all ( thanks to Phar0e ))
But now i have another problem ( :> ) with shortcuts ( module shortcut2.dll ). in my startbar i have 5 shortcuts, by clicking on the shortcuts it should open a popup menu ... but this just works with the first shortcut.
my code is
i have included 5 rc files named popup_programme, popup_spiele, etc ...
code of popup_programme is
code of popup_spiele is
now ... why only opens the programme popup menu ... i dont understand this o.O ... the code is the same in popup_spiele ... confusing !! please help me
sl4m
But now i have another problem ( :> ) with shortcuts ( module shortcut2.dll ). in my startbar i have 5 shortcuts, by clicking on the shortcuts it should open a popup menu ... but this just works with the first shortcut.
my code is
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_programme.rc"
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_spiele.rc"
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_lieder.rc"
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_moviez.rc"
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_download.rc"
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_spiele.rc"
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_lieder.rc"
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_moviez.rc"
include "C:\Shells\LiteStep_loose-screws\themes\cissOn\config\popup_download.rc"
*shortcut "" 14 274 programme.bmp programme_h.bmp .none #0T [!popup_programme]
*shortcut "" 96 274 spiele.bmp spiele_h.bmp .none #0T [!popup_spiele]
*shortcut "" 14 296 lieder.bmp lieder_h.bmp .none #0T [!popup_lieder]
*shortcut "" 96 296 moviez.bmp moviez_h.bmp .none #0T [!popup_moviez]
*shortcut "" 14 318 download.bmp download_h.bmp .none #0T [!popup_download]
*shortcut "" 96 274 spiele.bmp spiele_h.bmp .none #0T [!popup_spiele]
*shortcut "" 14 296 lieder.bmp lieder_h.bmp .none #0T [!popup_lieder]
*shortcut "" 96 296 moviez.bmp moviez_h.bmp .none #0T [!popup_moviez]
*shortcut "" 14 318 download.bmp download_h.bmp .none #0T [!popup_download]
i have included 5 rc files named popup_programme, popup_spiele, etc ...
code of popup_programme is
*Popup !New !popup_programme !PopupFolder:"C:\Dokumente und Einstellungen\Besitzer\Desktop\programme"
*Popup !Separator
*Popup "add program" !execute ["$FileManager$" /e,"C:\Dokumente und Einstellungen\Besitzer\Desktop\programme"]
*Popup ~New
*Popup !Separator
*Popup "add program" !execute ["$FileManager$" /e,"C:\Dokumente und Einstellungen\Besitzer\Desktop\programme"]
*Popup ~New
code of popup_spiele is
*Popup !New !popup_spiele !PopupFolder:"C:\Dokumente und Einstellungen\Besitzer\Desktop\spiele"
*Popup !Separator
*Popup "add game" !execute ["$FileManager$" /e,"C:\Dokumente und Einstellungen\Besitzer\Desktop\spiele"]
*Popup ~New
*Popup !Separator
*Popup "add game" !execute ["$FileManager$" /e,"C:\Dokumente und Einstellungen\Besitzer\Desktop\spiele"]
*Popup ~New
now ... why only opens the programme popup menu ... i dont understand this o.O ... the code is the same in popup_spiele ... confusing !! please help me
sl4m