PDA

View Full Version : Entry controls



NewsArchive
02-28-2010, 01:54 AM
Friedrich,

Got it to work! It was missing one line of code:

! Process user typing in an network update path
If %_SB_EVENTID% Equals "$EVENT:ONUPDATE$" Then
Set Variable %NET_UPDATE_DIR% to "%ID_NETWORK_UPDATE%" <=== new
line
Set Text "%NET_UPDATE_DIR%" to ControlID "ID_NETWORK_UPDATE"
Display Message Box "Network Dir: %NET_UPDATE_DIR%\nControl:
%ID_NETWOR..." -- "Entry mode"
End

Seems I overlooked setting the variable and of course setting the text
worked, but it always passed nothing. Now to get rid of that message box
<g>.
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
03-01-2010, 01:41 AM
Hi Russ,

I "think" the following already fixes this:

---
FIX : [SB#002111] Installer: ENTRY type fields in a "Custom Wizard
Dialog" did not receive update events.
---

http://www.lindersoft.com/forums/showthread.php?t=22937

Friedrich

NewsArchive
03-01-2010, 01:41 AM
I've not yet got the developer downloads. I got the impression that a new
release was around the corner <g>. I am thinking after that point.

Have a major project coming on, and I'm trying to clear the decks. ;-)

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
03-01-2010, 01:42 AM
> I've not yet got the developer downloads. I got the impression that a new
> release was around the corner <g>. I am thinking after that point.

We had to fix a few very low-level issues in the SetupBuilder kernel. We'll
not release the final 7.2 until we are sure that the issues are definitely
fixed <g>

Friedrich

NewsArchive
03-01-2010, 01:42 AM
Thanks. Your attention to detail is very much appreciated.

I'm using two 3rd party products that are key to making network updates
possible and SB7 is also a major player there. My tests are showing that
its working, but just trying to get those last little details folded in.

Its always one more thing <g>.

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
03-01-2010, 01:43 AM
> Thanks. Your attention to detail is very much appreciated.
>
> I'm using two 3rd party products that are key to making network updates
> possible and SB7 is also a major player there. My tests are showing that
> its working, but just trying to get those last little details folded in.
>
> Its always one more thing <g>.

<G> YES! :)

I think the upcoming V7.2 will be the most stable version of SetupBuilder
ever. We have fixed and improved some very low level things in the
installer kernel. This was a very dirty job, but I think it was worth it
<g>

Friedrich

NewsArchive
03-01-2010, 01:43 AM
Speaking of which, I've just completed my testing for network auto-updates.
It works REALLY nice! I'm sure it could be improved upon later, but I've
worked over the weekend enough <G>

BTW - speaking of the little things, I also discovered that I was not code
signing my applications!

If you ever want my scripts to look over and use for tutorials, just drop me
a note. ;-)

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm