Re: [WiX-users] Refresh on next button

2007-01-22 Thread Agustín K-ballo Bergé
I have seen this kind of behaviour with checkboxes, when the dialog has incorrect tabskip settings or not tabskip at all. I think a warning related to tabskip appears when linking, or by doing a validation. Maybe it helps, check it out. K-ballo.- Levi Wilson escribió: > Even if it completely c

Re: [WiX-users] Refresh on next button

2007-01-19 Thread Levi Wilson
Even if it completely covered the buttons, the dialog would still receive a refresh for the control...it doesn't make sense that it would disappear. On 1/19/07, Bob Arnson <[EMAIL PROTECTED]> wrote: Patrick Steele wrote: Thanks anyway Bob, I did end up splitting the one dialog into two dialog

Re: [WiX-users] Refresh on next button

2007-01-19 Thread Bob Arnson
Patrick Steele wrote: Thanks anyway Bob, I did end up splitting the one dialog into two dialogs and that worked. I don't know why the radio buttons kept disappearing, except that possibly closing the balloon popup does not cause a dialog refresh? If the balloon completely covered up the butto

Re: [WiX-users] Refresh on next button

2007-01-19 Thread Patrick Steele
No conditions in the radio group: From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 18 January 2007 16:46 To: Patrick Steele Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Refresh on next button Patrick Steele wrote: If the

Re: [WiX-users] Refresh on next button

2007-01-19 Thread Patrick Steele
EMAIL PROTECTED] Sent: 19 January 2007 16:05 To: Patrick Steele Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Refresh on next button Patrick Steele wrote: No conditions in the radio group: Hmmm. Sorry, no ideas coming to mind... -- sig://boB http://bob

Re: [WiX-users] Refresh on next button

2007-01-19 Thread Bob Arnson
Patrick Steele wrote: No conditions in the radio group: Hmmm. Sorry, no ideas coming to mind... -- sig://boB http://bobs.org - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and y

Re: [WiX-users] Refresh on next button

2007-01-18 Thread Bob Arnson
Patrick Steele wrote: If the masked edit is moved to the bottom of the screen, the radio buttons will still disappear. I have just decided I am going to separate this one dialog into two dialogs. This is not the answer I would wish for, but at least it would be correct. If it's not just happe

Re: [WiX-users] Refresh on next button

2007-01-18 Thread Patrick Steele
From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 18 January 2007 06:05 To: Patrick Steele Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Refresh on next button Patrick Steele wrote: This appears to work in that I can type in numbers ( image 1 ). When I try to type in a

Re: [WiX-users] Refresh on next button

2007-01-17 Thread Bob Arnson
Patrick Steele wrote: This appears to work in that I can type in numbers ( image 1 ). When I try to type in a character ( image 2 ), a popup balloon appears telling me only numbers are valid. However, when clicking the x in the balloon to close it, the radio buttons that I had on screen now s

Re: [WiX-users] Refresh on next button

2007-01-16 Thread Bob Arnson
Patrick Steele wrote: Thanks Levi. Is it even possible then to ensure that one of the variables I wish the user to enter is of type integer? Height="20" Property="MY_PORT" Text="{5}" Integer="yes" /> I would have though something like the above, however if you enter an alphanumberic value in

Re: [WiX-users] Refresh on next button

2007-01-16 Thread Patrick Steele
16 January 2007 16:31 To: Patrick Steele Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Refresh on next button You can ensure that it is an integer by using a custom action. I've never set @Integer='Yes', but that should not allow them to enter alpha characters in the

Re: [WiX-users] Refresh on next button

2007-01-16 Thread Patrick Steele
, and can only be closed from task manager ( wix 3.0.2211 ) :| From: Levi Wilson [mailto:[EMAIL PROTECTED] Sent: 16 January 2007 13:43 To: Patrick Steele Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Refresh on next button On second thought, I&#

Re: [WiX-users] Refresh on next button

2007-01-16 Thread Levi Wilson
rick Steele *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Refresh on next button On second thought, I'm not sure if you can get it to automatically refresh to enable the "Next" button. In the thread that I sent you, when I clicked the Next button was when I

Re: [WiX-users] Refresh on next button

2007-01-16 Thread Levi Wilson
On second thought, I'm not sure if you can get it to automatically refresh to enable the "Next" button. In the thread that I sent you, when I clicked the Next button was when I was updating items on my dialog. I believe in your case you want "Next" to be enabled whenever text has been entered.

Re: [WiX-users] Refresh on next button

2007-01-16 Thread Levi Wilson
You might want to check out this thread: http://sourceforge.net/mailarchive/message.php?msg_id=37875289 I'm not sure if it will "solve" your problem, but it might give you some ideas to try to achieve what you're trying to do? On 1/16/07, Patrick Steele <[EMAIL PROTECTED]> wrote: One of my d

[WiX-users] Refresh on next button

2007-01-16 Thread Patrick Steele
One of my dialog screens requires the user to fill in two text fields: ... ... The next button should only be enabled if both variables contain data. This code appears to work but upon typing in the second value, it requires me to click elsewhere in order for the dialog to re