Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 14 of 14
Search took 0.01 seconds.
Search: Posts Made By: digit
Forum: [VBP] General Discussion 07-17-2009, 09:45 AM
Replies: 5
Views: 17,197
Posted By digit
Since I love JScript (and hate VBScript), doing...

Since I love JScript (and hate VBScript), doing an elapsed time calculation in JScript is...
var seconds = Math.floor((new Date() - new Date(Builder.StartTime)) / 1000);
Forum: Scripting 07-14-2009, 04:43 PM
Replies: 1
Views: 23,562
Posted By digit
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: 12,844
Posted By digit
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: 6,943
Posted By digit
My bad, my certificate had expired. A more...

My bad, my certificate had expired.

A more helpful error message would be nice, though.
Forum: [VBP] Third Party Tools 06-19-2009, 10:11 AM
Replies: 2
Views: 6,943
Posted By digit
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: 6,931
Posted By digit
Good idea on MacroOrEmpty. I should have thought...

Good idea on MacroOrEmpty. I should have thought of that.

Thanks!
Forum: [VBP] General Discussion 06-18-2009, 02:01 PM
Replies: 2
Views: 6,931
Posted By digit
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: 7,469
Posted By digit
As always, rockin' response. Thanks a lot.

As always, rockin' response. Thanks a lot.
Forum: [VBP] General Discussion 06-15-2009, 10:08 AM
Replies: 2
Views: 7,469
Posted By digit
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: 8,607
Posted By digit
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: 8,607
Posted By digit
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: 8,607
Posted By digit
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: 8,655
Posted By digit
Perfect, thanks.

Perfect, thanks.
Forum: [VBP] General Discussion 05-15-2009, 08:07 AM
Replies: 2
Views: 8,655
Posted By digit
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...
Showing results 1 to 14 of 14

 

All times are GMT -5. The time now is 11:58 PM.


Copyright © 1999-2023 Kinook Software, Inc.