X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.25a (ClamAV 0.103.11/27177) 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 32005971 for webobjects-dev@wocommunity.org; Tue, 06 Feb 2024 12:20:44 +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 9D8385FD16 for ; Tue, 6 Feb 2024 12:20:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rucotec.ch; s=dkim; t=1707218432; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=X9LWB9QfUQB8IbTBSdF6DD2XX5bIS1Vr1d3Cnrh+ark=; b=E+cHtL67NpCLLsTKq6SdlYyw2AJ4egBGQohca83vMWwF78z6nfLxi81Nopv31GeD6HBfBC HJwjm/xmONWCOA50nVA+UBcMlkeLyJs6cWjS5x7zlYV21sJFdoT/T2qfTjvZpd3l6SVojJ UbeG/LUPQshCSUlCSeJ3PW0iXMnDtMf/7GTozR2iQyzj8M0+CESuwm8Tnlgb72Jx6mguMj w8P2HgATFfZrRmB6cNZOfFnFff8nDFZZV8NELfrwLJUC7VEg96xFSmgVcADc+gmHvQVjNd kiMoFfI2oFvbuuX2QZhV9CxFRZOWU6Nyg6CKyvWwpkXy/2Nz44wbYywdtikjPg== 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: Re: [WO-DEV] Flexible AjaxModalDialog? Date: Tue, 6 Feb 2024 12:20:20 +0100 References: To: WebObjects & WOnder Development In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3774.400.31) X-Last-TLS-Session-Version: TLSv1.2 Nobody having any idea? Anyone aware of something usable other than = AjaxModalDialog? Probably time to finally figure out how Ajax stuff really works in = WOnder. Would be fun but time consuming, and time is the thing I don=E2=80= =99t have :-( > On Feb 4, 2024, at 08:36, Markus Ruggiero (rucotec) = wrote: >=20 > 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. >=20 > 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. >=20 > Any ideas? > ---markus---