[nsbasic-ce] Tray Object

2009-09-15 Thread phlipsmsu
Has anyone had success with using the Tray object on a WM5 device? Is it even supported? I would like to load an image in the tray so that when it's clicked on, it shows/maximizes the forms again (after using the little X to minimize). MyApp is declared as a global and I know that the

[nsbasic-ce] Re: NSExecute error

2009-09-10 Thread phlipsmsu
Hi George, I made this simpler program this morning. It repeats the same functionality, but without all the background stuff going on, with the same result. Just attach it to a form with a single command button. If I change the NSExecute in _Load to an executeglobal, the redim in the _Click

[nsbasic-ce] Re: NSExecute error

2009-09-10 Thread phlipsmsu
Hey George, I think I might have just found the issue. Being the inital dim is setting an array of fixed size, the redim apparently can't resize that. If I initialize the variable as a non-array, then the redims work fine and can happen as many times as needed. Shaun --- In

[nsbasic-ce] NSExecute error

2009-09-09 Thread phlipsmsu
Hi All, I'm creating arrays based on my form names on the fly using NSExecute. Form names are read from a text file, so they're not known until run-time. For example, I have form named Provenience so I create a array to store that data named Provenience. The size of the array is based on