Tiny problem to swallow the fvwmpager into the fvwm

Hello,
I am getting a tiny problem to swallow the fvwmpager into the fvwm.

With the code below, the fvwmbar has not fvwmpager into it and swallowed.
I do not know whether it may be possible, otherwise, what solutions could be offered ?

thanks and greetings to all fvwm users !

[code]FvwmTaskBar: StartIcon /$[HOME]/.fvwm/theme/smalltux.xpm
#FvwmTaskBar: Font 10x20
FvwmTaskBar: Font -adobe-helvetica-medium-r--
-14-
------
*FvwmTaskBar: Back grey
*FvwmTaskBar: StartName Debian
*FvwmTaskBar: AutoStick
*FvwmTaskBar: Geometry +0+0
*FvwmTaskBar: (3x1, Frame 0, Swallow “FvwmPager” “FvwmPager 0 1”)
*FvwmTaskBar: ClockFormat %I:%M %p
*FvwmTaskBar: StartMenu MenuFvwmRoot
*FvwmTaskBar: Action Click1 Iconify -1, Focus, Raise
*FvwmTaskBar: Action Click2 Lower
*FvwmTaskBar: Action Click3 Iconify

DestroyModuleConfig FvwmPager: *
*FvwmPager: Geometry 90x20-0-0
*FvwmPager: Font none
*FvwmPager: SmallFont 5x8
*FvwmPager: Balloons All
*FvwmPager: BalloonYOffset +2
*FvwmPager: BalloonBorderWidth 2
*FvwmPager: UseSkipList
*FvwmPager: MoveThreshold 3
*FvwmPager: WindowLabelFormat “%i”
*FvwmPager: WindowBorderWidth 1
*FvwmPager: MiniIcons
*FvwmPager: NoShapeLabels
*FvwmPager: NoSeparators
*FvwmPager: Rows 1
*FvwmPager: Columns 1
[/code]

You’re wanting FvwmTaskBar to swallow FvwmPager? No, you can’t do this – you want to use FvwmButtons, FvwmIconMan and FvwmPager. Search these forums. There’s countless examples.

– Thomas Adam

thanks thomas it worked