| To: | REALbasic NUG French <realbasic-nug dot fr at lists dot realsoftware dot com> |
|---|---|
| Subject: | Re: TransitionWindow |
| From: | Mark Nutter <manutter51 at yahoo dot com> |
| Date: | Wed, 15 Nov 2006 12:19:09 -0800 (PST) |
| Delivered-to: | listarchive at realsoftware dot com |
| Delivered-to: | realbasic-nug dot fr at lists dot realsoftware dot com |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=R+tzGbcKkGlgxZk4MnfvS9V5Mib3YI4Fy4K2eLCvJ2pEHLgi/5kxhEZWPWWUMi0+wSA4mvEEgXtt1bGVN3xeeugcZilk4W9pfNU9Vou5Tj9/ZdiLXSpyVBVqLLFst9oDcCXA76HYIlT7A6Mb0AwMiXzvnE82XS4S/PEOdT8wmQ8= ; |
--- Vincent Mercey <vincent at billjobs dot com> wrote:
> Seulement, le hic c'est que RB ne dessine pas les éléments de
> la
> fenêtre dans la partie agrandie, comme s'il y avait une zone de
>
> clipping.
> Comment faire (j'ai déjà fait un refresh de la fenêtre juste
> après
> l'appel de TransitionWindow, mais rien n'y fait...) ?
Je n'y connais rien :-) mais se on faisait un refresh de chaque
element?
sub ForceRefresh()
Dim i, c As Integer
c = Window1.ControlCount - 1
For i = 0 to c
RectControl(Window1.Control(i)).Refresh
Next
End Sub
J'aimerais voir si ca vous aiderait. (Je pense que ce soit
correct; je ne l'ai pas essaye en RB.)
Mark Nutter
Quick and easy regex creation and debugging!
http://www.bucktailsoftware.com/products/regexplorer/
____________________________________________________________________________________
The all-new Yahoo! Mail beta
Fire up a more powerful email and get things done faster.
http://new.mail.yahoo.com
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | TransitionWindow, Vincent Mercey |
|---|---|
| Next by Date: | Re: TransitionWindow, Michel LO |
| Previous by Thread: | TransitionWindow, Vincent Mercey |
| Next by Thread: | Re: TransitionWindow, Vincent Mercey |
| Indexes: | [Date] [Thread] [Top] [All Lists] |