forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Issue with v7.1?

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> ClearWin+
View previous topic :: View next topic  
Author Message
BILLDOWS



Joined: 22 Jul 2005
Posts: 86
Location: Swansea, UK

PostPosted: Fri Jun 20, 2014 3:40 pm    Post subject: Issue with v7.1? Reply with quote

I have several programs where text is displayed 'on top' of a 'wallpaper' background created from a small bitmap. This has been used for some years.

When just one line of text is involved the display is fine with v7.1, but when 2 or more lines are displayed then whilst the text is there the background wallpaper is also shown beneath it.

With v7.0 salflibc.dll in the run folder and compiling with either 7.0 or 7.1 all is fine. Once the v7.1 salflibc.dll is inserted into the run folder the problems occur. I assume that I am not breaking any rules (Paul)?

c
winapp 50000,50000,'pallman.rc'
c
c This program uses LONG INTEGERS.
c
OPTIONS(INTL, LOGL, ZEROISE)
c
implicit none
INCLUDE <WINDOWS.INS>
c
external closeit
integer*4 closeit
c
common /billone/ icntrl1
common /billtwo/ fullhandle
c
integer*4 icntrl1,iii
integer*4 fullhandle

iii=winio@('%ww[no_maxminbox,maximise]&')

iii=winio@('%wp[wall]&')

iii=winio@('%nc[PMBUSY]&')
iii=winio@('%rm&',closeit)
c
iii=winio@('%bg[white]&')
iii=winio@('%hw%ca[PMBusy]&',fullhandle)
c
iii=winio@('%8nl%cn%ob[thin_panelled]%3nl&')
iii=winio@('The first line of writing always seems fine&')
iii=winio@('%nl%cn&')
iii=winio@('but all subsequent lines reveal wallpaper below&')
iii = winio@('%3nl %cb%lw',icntrl1)
end
c
c End of Main Program
c ----------------------------------------------------------------------------
c
integer*4 function closeit()
include <windows.ins>
common /billone/ icntrl1
icntrl1 = 0
call window_update@(icntrl1)
closeit = 1
end
c
c ----------------------------------------
Back to top
View user's profile Send private message Visit poster's website
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7924
Location: Salford, UK

PostPosted: Fri Jun 20, 2014 7:26 pm    Post subject: Reply with quote

This appears to be a regression.
I will log it for investigation.
Back to top
View user's profile Send private message AIM Address
DanRRight



Joined: 10 Mar 2008
Posts: 2815
Location: South Pole, Antarctica

PostPosted: Sat Sep 06, 2014 6:10 pm    Post subject: Reply with quote

I haven't got what specifically the problem is. Can you post the image ?
Is this what i see in 7.1 now ? This bad background which is supposed to be the bitmap texture appears after few days or after getting computer out of sleep. In 7.0 beta this bad background under texts was white in 7.1 it became black.

Back to top
View user's profile Send private message
BILLDOWS



Joined: 22 Jul 2005
Posts: 86
Location: Swansea, UK

PostPosted: Mon Sep 22, 2014 2:58 pm    Post subject: Reply with quote

Hi, Just back from holidays - the problem I originally reported (without any sleep etc) appears very similar to that you are now experiencing.

All the best

Bill
Back to top
View user's profile Send private message Visit poster's website
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7924
Location: Salford, UK

PostPosted: Wed Jan 21, 2015 2:21 pm    Post subject: Reply with quote

This bug has now been fixed for the next release.

For Dan in particular...

The fix will mean that if you want transparent text on top of wallpaper then you will need to use %~wp or %~`wp.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> ClearWin+ All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group