On Wed, 3 Nov 2004, Vladimir Javorski wrote: > i tried to make BitmapObject with MUII_ButtonBack . > > obj = BitmapObject, ..... MUIA_Background, MUII_ButtonBack, .... End; > > and it works fine before you set GRADIENT back 8-(
What you mean exactly? > the second. > how to make custom background in group object? > i mean background-picture from 0,0 of the area object frame? > > when i simply put picture to background in MUI-settings, then picture drawn > from 0,0 of the window rastport. > but i want from the 0,0 of the area frame to avoid picture rolling... set(group, MUIA_Backfill, FALSE); and draw background in MUIM_Draw. Ilkka ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/16uqlB/TM --------------------------------------------------------------------~-> Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
