On Sunday, 26 June 2016 at 16:29:52 UTC, Mike Wey wrote:
How about this:
private void letButtonsFlash(){
foreach(Button btn;bArr){
btn.setSensitive(false);
}
for(int i = 0; i < level; i++){
Button currentButton = bArr[rndButtonBlink[i]];
ListG list =
current
On Sunday, 26 June 2016 at 17:56:08 UTC, Satoshi wrote:
On Sunday, 26 June 2016 at 15:37:03 UTC, "Smoke" Adams wrote:
system("cls") works but executeShell doesn't. system is
depreciated.
What's going on? The docs say that it creates a new process. I
simply want to clear the console!
I have
On Sunday, 26 June 2016 at 15:37:03 UTC, "Smoke" Adams wrote:
system("cls") works but executeShell doesn't. system is
depreciated.
What's going on? The docs say that it creates a new process. I
simply want to clear the console!
I have problem with executeShell on windows 10 (LDC 1.0.0) too.
On 06/26/2016 05:03 PM, TheDGuy wrote:
On Sunday, 26 June 2016 at 12:30:22 UTC, Mike Wey wrote:
You should probably increment the index in the timeout_delay function.
This leads to a Range violation exception...
How about this:
private void letButtonsFlash(){
foreach(Button btn;bArr){
On 06/26/2016 05:37 PM, Smoke Adams wrote:
system("cls") works but executeShell doesn't. system is depreciated.
Unsolicited spelling correction: no 'i' in "deprecated".
What's going on? The docs say that it creates a new process. I simply
want to clear the console!
`system` directly prints
system("cls") works but executeShell doesn't. system is
depreciated.
What's going on? The docs say that it creates a new process. I
simply want to clear the console!
On Sunday, 26 June 2016 at 12:30:22 UTC, Mike Wey wrote:
You should probably increment the index in the timeout_delay
function.
This leads to a Range violation exception...
On Sunday, 26 June 2016 at 11:23:14 UTC, Márcio Martins wrote:
Consider this snippet:
struct X {
int foo(Args...)(Args args) if (Args.length > 1) { return
Args.length; }
int foo() { return 0; }
int foo(int y) { return 1; }
alias Name = string;
int field_;
}
void listMembers(T)(
On 06/26/2016 12:10 AM, TheDGuy wrote:
On Saturday, 25 June 2016 at 21:57:35 UTC, TheDGuy wrote:
But i want to flash (e.g. change the CSS class) the buttons one by one
and not all at the sime time? How am i going to do that?
Okay, i tried it with a new private int-variable which contains the
c
Consider this snippet:
struct X {
int foo(Args...)(Args args) if (Args.length > 1) { return
Args.length; }
int foo() { return 0; }
int foo(int y) { return 1; }
alias Name = string;
int field_;
}
void listMembers(T)(ref T x) {
foreach (Member; __traits(derivedMembers, T)) {
10 matches
Mail list logo