Hi,
I'm writing a Windows CE application in C++ directly applying the WINAPI. In this application I parse a text file, which may or may not be large and thus may or may not take a while to load; and as I will add functionality to load files across the wireless network, I figured it would be best to add a progress bar.
My aim is to disp...
This is such a simple code that compiles correctly, but I'm getting the error below when running it
TypeError: Error #1007: Instantiation attempted on a non-constructor.
at mx.controls::ProgressBar/createChildren()[E:\dev\4.0.0\frameworks\pro jects\framework\src\mx\controls\ProgressBar.as:1110]
at mx.core::UICompon...
I have an app that requires multiple progress bars to be added dynamically to a form (whenever a new upload is added and started).
I've been Googling and the results suggested embedding progress bars in a ListView or a DataGridView.
Can anyone suggest any other techniques, as neither ListView or DataGridView hacks I've seen so far seem...