X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.25a (ClamAV 0.103.11/27174) X-Junk-Score: 0 [] X-KAS-Score: 0 [] Return-Path: Received: from mail01.rucotec.ch ([65.21.159.64] verified) by post.selbstdenker.com (CommuniGate Pro SMTP 6.3.18) with ESMTPS id 31994089 for webobjects-dev@wocommunity.org; Sun, 04 Feb 2024 08:36:27 +0100 Received-SPF: pass receiver=post.selbstdenker.com; client-ip=65.21.159.64; envelope-from=markus.ruggiero@rucotec.ch Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 348D5678DC for ; Sun, 4 Feb 2024 08:36:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rucotec.ch; s=dkim; t=1707032176; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding; bh=eTkx+pM4B+Q3FNeBshRH5Pa+QzVf4XXl/SPBLPqguk4=; b=V9dtcnxhZJrSHlLKU3L6D1pn5AI3MN46Qj3i0H8TCCjdeKPHnKKzuQnIqLHRyZnMuSo+xg 3rnG7WVm13cQeKbdYXzRU2lIq9IP7GJgj7XZNG3utBPNGBsVAhuOndswCvVmxuWaE851vl xA3eiv1s+U2FQZDeJVwrxLnNJcL2+QL9DJ/5r69jbP0ZB1Mittpjd3VKT9WbFFPYJ9byBY 57EcFA5otj1MpZjiT3BJ5y0ILNgABGR8GB17xvzb6YI2AsKzV8v8lUsoC9/WINlBGEm7Tu 2FVzWCNAGmm8ZrLTX7qKqfJoFwf8+KqMrB4vqVACOjrtKa3Ad2Z1coGKkJY9lg== From: "Markus Ruggiero (rucotec)" Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.400.31\)) Subject: Flexible AjaxModalDialog? Message-Id: <966ADACE-2C05-46AB-8721-CD5FBAD6A361@rucotec.ch> Date: Sun, 4 Feb 2024 08:36:02 +0100 To: WebObjects & WOnder Development X-Mailer: Apple Mail (2.3774.400.31) X-Last-TLS-Session-Version: TLSv1.2 Currently when using AjaxModalDialog one sets the height and width as = numeric (pixel) value. This results in the dialog=E2=80=99s dimensions = being fixed an unchangable. Anyone having an idea how to overcome this? = What I would like is specifying the dialog dimensions with relative = sizes like width=3D=E2=80=9C80%" or height=3D=E2=80=9C50vh". This should = allow the user to change the window size and the dialog would adapt = automatically. The automatic resizing would be the ultimate thing but even simply being = able to set the dialog=E2=80=99s initial size relative to the current = window dimensions would already be a great help. Any ideas? ---markus---