Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WinDev Aspects
Message
De
29/01/2013 05:22:16
 
 
À
29/01/2013 05:07:58
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
WinDev
Catégorie:
Autre
Titre:
Divers
Thread ID:
01563218
Message ID:
01564449
Vues:
64
>>>I like the syntax - not too many special signs involved, foxish in style... which brings me to another subquestion (which IS a word in serbian): object containership. How is that handled, i.e. can objects, other than forms, have members?
>>
>>Even Dotnet and Java can handle these - it is more often a case of stupid screen generator tool doing it differently.
>>Vfp just had a better idea for the RAD tools and emphasis in doing that, whereas Dotnet suffered from bad VB6 manners...
>
>Speaking of which, one thing crossed my mind - aSelObj() or its equivalent? IOW, does WinDev support writing builders?
>
>In the time I managed to squeeze so far, didn't manage to see whether there's an equivalent of a command window.
>
>Jos?

iro the command window - no, not like VFP. I initially thought this was going to be important to me but after 5 apps I don't mind not having one.

A common related tool to a command window however is the Trace() function which allows you to output anything to a trace window, a window which appears on the screen. This can be called from a running app and you can just issue a Trace( "some text " + my variable , another_var ) and output a running trace of lines reflecting whatever content you want to see.

So, for example, I am working on a form and want to test something that I am not sure of: I drop a button on the form, edit the click event and output what I want to see to the Trace() window. When ready I delete the button from the form.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform