realbasic-betas.mbox
[Top] [All Lists]

Re: string drawing speed in 10.3 9 (was Re: REALbasic 5.2.2fc2 now avail

To: "REALbasic Betas" <realbasic-betas at lists dot realsoftware dot com>
Subject: Re: string drawing speed in 10.3 9 (was Re: REALbasic 5.2.2fc2 now available)
From: Claudius Sailer <Claudius at sailer-online dot de>
Date: Mon, 27 Oct 2003 07:49:15 +0100
Hi,

Am Montag, 27.10.03, um 07:34 Uhr (Europe/Berlin) schrieb Jason:

3) I have a preference window with a TabPanel, but when the window deactivates and then reactivates, all the StaticTexts and ListBox headers remain in the deactivated state. All other controls are fine. Oddly enough, another window has a similar setup, but works correctly. This has been a problem since early 5.0 alphas. I reported it and thought it was fixed at one time, but apparently not fully. Hopefully I can figure out why it works in one window and not the other.

I made an Window-Class (MasterWindow) where I inserted in the "Activate"-Event code which makes all Problem-Things gets an "enabled=true". But I have this problem only with PopupMenus!

  Dim i, Ende as integer
  //Fonts zuweisen
  dim c as control
  Ende=controlcount-1
  for i=0 to Ende
    c=control(i)
    if c isa PopupMenu then
      if PopupMenu(c).enabled=true then
        PopupMenu(c).enabled=true
      end if
    end if
  next
  Activate

I asked this bug some times ago for 5.2.1de and got the answer from Joseph, that this is fixed in 5.5, it is a known bug and he can't understand why I ask this in a betalist where 5.2.1 is final ;-))

Bye


Claudius

--
G4/733 QS / MacOS X 10.2.6de / RB 4.5.3de or 5.2.1de/ Valentina 1.9.8
Homepage    http://www.sailer-online.de/pub/RealBasic/
Download    finale Versionen, Betaversionen auf der Homepage


- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>