guy jacquesson wrote:
> hello,
>
> in my last message, I have explained in details the problem I must face
> using the Profiles and Profile Manager.
>
> After that, I have discovered a solution - and perhaps, the bug?
> It seemed to me that setting a field (in a group with bg behavior) is
> the cause of unpredictable results!
> So I tried to go to the FISRT CARD BEFORE SETTING THE SELECTED PROFILE.
> AND THAT WORKS FINE!
>
> So I writed a small script in a popup button name "select". The content
> of the btn is:
>
> Mac 800*600
> Windows 800*600
>
> And the script:
>
> global theStack -- the name of active stack
>
> on menuPick theMenuItem
> switch theMenuItem
> case "Mac 800*600"
> setProfile "master"
> break
> case "Windows 800*600"
> setProfile "Win800"
> break
> end switch
> end menuPick
>
> on setProfile type
> put the number of this card into oldNum
> lock screen
> go card 1 -- here is the key!
> set the cRevGeneral["profile"] of stack theStack to type
> set the cRevGeneral["profile"] of fld "G" of stack theStack to type
> set the cRevGeneral["profile"] of fld "D" of stack theStack to type
> go card oldNum
> end setProfile
>
> Note : not all my fields have a "Win800" profile for now - and will not
> have,because they contain only data not viewed by the user. It is the
> reason for my setting the profile to the 2 flds only. Setting profile to
> stack "theStack" is to show the choice made in the titleBar of the window
>
> What do you thinbk of that?
> Is there really a bug with the profiles - or my "solution" is simply
> what I muste do?
The profile manager should allow for this. Please send me your stack so
that we can look into it.
Cheers,
Michael
--
Michael Fisher <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Ltd - Power to the Developer!
Tel: +44 (0)870 747 1165 Fax: +44 (0)1639 830 707
_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution