[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CSS / Window Position / calling functions




 
[1] What is causing the 'U' to be printed in the following?

bp++> source "st2.css"
Ubp++>


st2.css
=======
.projects->New(1, Project);
exit


[2] Is there a way to control the window position from 'CSS'?

[3] If I want to include a new function 'load' works and bp++ shell
    lets me run it, however how can I call C functions from CSS?
    load "cf1.css"
    FunctionName();

    produces:
    commands are only available from the shell line 101:    load "cf1.css"

   




ANSWERED/DISCOVERED

[1] In the network view the following selects/enables activation
    how do I change the display mode to Area?

.projects[0].networks[0].views[0].SelectVar("act");

ANSWER
.projects[0].networks[0].views[0].shape = NetView::COLOR;



[2] In the Train window how can I invoke/assert the Run button?

ANSWER
    .projects[0].processes[0].Run();

STEP EXAMPLE
    .projects[0].processes[0].Step();



-  ___________.___________________.________
- < Al Piszcz | apiszcz@mitre.org | MITRE  >