Ticket #259 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

Pb d'affichage dans page de controle de wspdef

Reported by: franck.rouze Owned by:
Component: SCENARIbuilder Version: 3.6dev

Description

Je tourne sur SCB3.6.0.7 nightly (2009022505) sous Windows Vista

J'ai des binaryXhtmlTransf (png.transf) qui dont le but est d'afficher une vignette dans la publi web. Avec une ouverture en popup type "subWindow" de l'image en grande taille. Je souhaite avoir systématiquement une infobulle en survol de la vignette. J'ai codé ça comme suit :

Code du binary Transf (png@…)

<sm:binaryXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling">
	<sm:model sc:refUri="/binaries/png/png.model"/>
	<sm:axis code="thumb"/>
	<sm:content>
		<sm:WLink widgetClass="imgThumbLink">
			<sm:label>
				<sm:WImage widgetClass="imgThumb">
					<sm:binaryUrl>
						<sm:imageTransform>
							<sm:sizeBounds maxWidthInPx="100"/>
							<sm:outputPNG/>
						</sm:imageTransform>
					</sm:binaryUrl>
				</sm:WImage>
			</sm:label>
			<sm:labelTitle>
				<sm:title>
					<sm:binaryTitle format="fullTitleText"/>
					<sm:binaryFileName/>
				</sm:title>
			</sm:labelTitle>
			<sm:link target="subWindow" windowName="popup">
				<sm:WImage>
					<sm:binaryUrl>
						<sm:imageTransform>
							<sm:sizeBounds maxWidthInPx="800" maxHeightInPx="600"/>
							<sm:outputPNG/>
						</sm:imageTransform>
					</sm:binaryUrl>
				</sm:WImage>
			</sm:link>
		</sm:WLink>
	</sm:content>
</sm:binaryXhtmlTransf>

Code du BinaryMeta transf (resMeta.transf)

<sm:dataFormXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling">
	<sm:model sc:refUri="/modopesci/models/Meta/resMeta.model"/>
	<sm:fullTitleText>
		<sm:fieldValueString refCode="titre"/>
	</sm:fullTitleText>
	<sm:content>
		<sm:WBlock tagName="div">
			<sm:forField codes="titre">
				<sm:WBlock widgetClass="resTitle" tagName="span">
					<sm:fieldValueString/>
				</sm:WBlock>
			</sm:forField>
			<sm:forGroup codes="meta">
				<sm:forField codes="description">
					<sm:WBlock tagName="span">
						<sm:fieldValueOtherType/>
					</sm:WBlock>
				</sm:forField>
			</sm:forGroup>
		</sm:WBlock>
	</sm:content>
</sm:dataFormXhtmlTransf>

dans l'affichage de la page de contrôle sur le wspdef, il m'est indiqué qu'il manque un transformer sur le titre du binary manque transformer de titre et le binarymeta transf est vu comme non appelé transformer never called

Attachments

controle1.png Download (13.6 KB) - added by franck.rouze 3 years ago.
manque transformer de titre
controle2.png Download (2.9 KB) - added by franck.rouze 3 years ago.
transformer never called

Change History

Changed 3 years ago by franck.rouze

manque transformer de titre

Changed 3 years ago by franck.rouze

transformer never called

comment:1 Changed 3 years ago by anp

  • Status changed from new to closed
  • Resolution set to worksforme

Salut Franck. Tu pourras vérifier avec une version récente de SCbd ? ça marche ici => ça a très certainement déjà été corrigé.

Note: See TracTickets for help on using tickets.