REVO2700 0 HTMLHelper 2 H jX ctRevID
1249619296 on cleanUp
put "Address,Name,LinkHTML,LinkScript,Image,Alt,Width,height,ImageHTML,ImageScript" into tFlds
repeat for each item f in tFlds
put empty into fld f
end repeat
set the menuhistory of btn "Tabs" to 1
show fld "ImageInfo"
hide img "TestImage"
set the filename of img "TestImage" to empty
put empty into img "TestImage"
save this stack
end cleanUp
on preOpenStack
if the environment = "browser" then
set the showborder of cd 1 to true
put "Click here to select an image. Minimize or move browser window to see file dialog..." into fld "ImageInfo"
else
put "Click here to select an image..." into fld "ImageInfo"
end if
end preOpenStack
4 HTML Helper U Type Embellishments One LET U Verdana U Lucida Grande
U Lucida Grande U Verdana W Verdana W Verdana
U Verdana cRevStandaloneSettings DscriptLibraries Internet
Geometry
PrintingMacOSX falseMacOS,documentType UNIX,fileSelector trueWindows falseWeb,WindowsSupported trueWindows,LegalCopyright #2009 All rights reserved worldwideUNIX,pageSetup trueWeb true
answerDialog trueWeb,LinuxSupported trueWindows,FileDescription HTMLHelper 1.0.0.0 for WindowsOSX,longVersion HTMLHelper 1.0.0.0Web,RequestedName Windows,buildU3 falseOSX,copyright #2009 All rights reserved worldwideWeb,CustomBackgroundColor 237,237,237Web,CustomLoadIcon MacOS,versionnumber1 1MacOS,versionnumber2 0MacOS,Release FinalOSX,identifier com..htmlhelpername
HTMLHelperMacOS,versionnumber3 0OSX,shortVersion 1.0.0.0Web,InstanceId Windows,fileversion1 1Windows,fileversion2 0Windows,fileversion3 0cursors falseWindows,fileversion4 0Web,MacOSXSupported trueMacOSX PowerPC-32 falseMacOS,dynamicMemory true
Windows,UUID $21AB52EB-EE29-4CA1-998B-A104C6A2F93DMacOS,PreferredSize 15000MacOS,creator ???? OSX,name
HTMLHelper"automaticallyBuildInDefaultFolder trueMacOS,longVersion HTMLHelper 1.0.0.0OSX,documentType Web,MinEnvironmentVersion inclusions searchWindows,documenticonFile i/Applications/Revolution Enterprise/4.0.0-dp-3/Runtime/Windows/x86-32/Support/Sample Icons/genericdoc.icoOSX,documentExtension Web,Domain 0xFFWeb,AllowOtherPlatforms trueUNIX,printerChooser trueWeb,DetectSecurityPermissions falseMacOS,MinimumSize 15000Web,SecurityPermissions ,Disk,,,,,,,
MacOS,Region 1Windows,productversion1 1Windows,productversion2 0Windows,productversion3 0Windows,productversion4 0 OSX,info HTMLHelper Version 1.0.0.0Web,ExecutionMode BrowserWeb,CustomBackgroundColor2 237,237,237
askDialog trueOSX,signature ????Windows,iconFile i/Applications/Revolution Enterprise/4.0.0-dp-3/Runtime/Windows/x86-32/Support/Sample Icons/genericapp.icodefaultBuildFolder /Users/sarahtim/DesktopWindows,ProductName
HTMLHelper Web,UUID $AF81C559-E784-4832-885E-2A2B0128FC11UNIX,colorChooser trueMacOSX x86-32 falseWindows,companyname cREVGeometryCache stackID 1070 cREVGeneral scripteditorvscroll 0breakpointconditions revUniqueID
1253424873735scripteditorselection 189breakpoints breakpointstates stackfileversion 2.7 Pon adjustImageSize pNewPixels, pWhich
-- only one dimension will be supplied: pWhich = "width" or "height"
-- adjust the other to maintain the aspect ratio
put the formattedwidth of img "TestImage" into tFullWidth
put the formattedheight of img "TestImage" into tFullHeight
if tFullWidth = 0 or tFullHeight = 0 then exit adjustImageSize
if pNewPixels = 0 then
put tFullWidth into fld "Width"
put tFullHeight into fld "Height"
else if pWhich = "width" then
put pNewPixels / tFullWidth into tScale
put round(tFullHeight * tScale) into fld "Height"
else if pWhich = "height" then
put pNewPixels / tFullHeight into tScale
put round(tFullWidth * tScale) into fld "Width"
end if
end adjustImageSize
X ctRevID
1249600243 cREVGeneral scripteditorvscroll 0revUniqueID
1253424066300scripteditorselection 719 cREVGeometryCacheIDs %1249618109819 10561249599302069 10191249599323277 10201249600581863 10491249599674293 10251249600581801 10471249598166991 10061249599369499 10211249621887492 10671249599797640 10281249599797639 10271249598216918 10101249599797641 10291249599797642 10301249599797643 10311249598171875 10081249598229548 10141249599797644 10321249599797645 10331249599797646 10341249620094001 10641249618776516 10611249599797647 10351249599797648 10361249599797650 10381249599797649 10371249598193908 10091249598264712 10171249600581970 10511249599680567 10261249618352933 10581249602083338 10541249600581896 10501249600581830 10481250063480720 10701249598226129 10121249598078989 1004 cREVGeometrycache total 37order
% . " 0 Tabs } on menuPick pNew ,pOld
if there is a grp pOld then
hide grp pOld
end if
if there is a fld (pOld & "Help") then
if the visible of fld (pOld & "Help") then
put true into tHelpShowing
hide fld (pOld & "Help")
else
put false into tHelpShowing
end if
end if
if there is a grp pNew then
show grp pNew
end if
if there is a fld (pNew & "Help") and tHelpShowing = true then
show fld (pNew & "Help")
end if
end menuPick
D ctRevID
1249599378 Contents Links
Images6
Links
Images cREVGeneral revUniqueID
1249598078989 Links i ::<