Forum: [VBP] General Discussion
07-17-2009, 09:45 AM
|
Replies: 5
Views: 26,021
|
Forum: Scripting
07-14-2009, 04:43 PM
|
Replies: 1
Views: 50,128
Passing parameters to chained project
I'm working on a VBP project now that simply calls another VBP project with some special parameters to override project-level macros.
This works very well for our purposes, but sometimes we pass...
|
Forum: [VBP] Suggestions
07-08-2009, 03:37 PM
|
Replies: 1
Views: 17,903
Failure Steps column
It would be useful to have the "Failure Steps" column in the GUI be blank if "Build Failure Steps" was unchecked.
Right now it is only blank if the failure steps combo box is also blank (i.e.,...
|
Forum: [VBP] Third Party Tools
06-19-2009, 01:19 PM
|
Replies: 2
Views: 10,838
|
Forum: [VBP] Third Party Tools
06-19-2009, 10:11 AM
|
Replies: 2
Views: 10,838
Unknown Error on Sign Code
I'm getting an "Unknown error" on a Sign Code step. The step worked fine yesterday, and I haven't made any changes to the script today, so I think it must be some strange state error.
Any hints?...
|
Forum: [VBP] General Discussion
06-18-2009, 02:26 PM
|
Replies: 2
Views: 11,232
|
Forum: [VBP] General Discussion
06-18-2009, 02:01 PM
|
Replies: 2
Views: 11,232
subroutine parameters
Got a question about optional parameters to subroutines. For a few of my commonly-used subs, I'd like to have some optional parameters to make them a little extensible.
For boolean parameters to...
|
Forum: [VBP] General Discussion
06-15-2009, 10:26 AM
|
Replies: 2
Views: 11,549
|
Forum: [VBP] General Discussion
06-15-2009, 10:08 AM
|
Replies: 2
Views: 11,549
JScript prompt
What is the recommended way of prompting the user (like Javascript alert()/confirm() methods) with JScript in VBPro?
I was thinking at first of calling VB's MsgBox() from a global script function,...
|
Forum: [VBP] General Discussion
06-09-2009, 10:10 AM
|
Replies: 4
Views: 12,803
I thought about something like the CodeProject...
I thought about something like the CodeProject app you linked, but was worried about the same things he said. I don't want to risk some sort of deadlock or abnormal behavior in a build.
Sending...
|
Forum: [VBP] General Discussion
06-09-2009, 09:55 AM
|
Replies: 4
Views: 12,803
Thanks for the quick reply. Impressive. :)
...
Thanks for the quick reply. Impressive. :)
This isn't exactly what I'm looking for, unfortunately. I just would like a way to pause the build at an arbitrary point. Doing that with the Wait...
|
Forum: [VBP] General Discussion
06-09-2009, 09:37 AM
|
Replies: 4
Views: 12,803
Pausing a command-line build?
Is it possible to pause a command-line build?
I'm thinking about something like UNIX signals, where I can just tell the process to wait until I tell it to continue again. These signals would come...
|
Forum: [VBP] General Discussion
05-18-2009, 01:50 PM
|
Replies: 2
Views: 12,716
|
Forum: [VBP] General Discussion
05-15-2009, 08:07 AM
|
Replies: 2
Views: 12,716
Conditional for running under GUI?
Forgive me if this has been asked before, but is there a way to check if the VBP script is running under the GUI or console? There are a few confirm popup dialogs (via VBScript) in my script, but I'd...
|