Waitabit
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 22 articles for 0.302 sec
I'm running NetBSD-current at home, and been irritated for some time by various threaded applications aborting like this: Error detected by libpthread: Destroying condition variable in use. Detected by file "/usr/src/lib/libpthread/pthread_cond.c", line 95, function "pthread_cond_destroy". I finally decided to dig into this and figure out why. It turns out this is a but in pthread_cond_timedwait     

Group: fa.netbsd.currentusers · Group Profile · Search for Waitabit in fa.netbsd.currentusers
Author: Arne H. Juul
Date: Jun 28, 2008 03:24

thank you Dave.got it. "Dave Peterson" wrote: There's an added .ontime line in the WaitABit changed procedure that calls waitabit2. And WaitABit2 is the procedure where you'd print the 3rd time. peyman wrote: I'm confused.which line should I add to the "waitabit" procedure?and what's the "waitabit2"? "Dave Peterson" wrote: I'd add another
Show full article (2.21Kb)
There's an added .ontime line in the WaitABit changed procedure that calls waitabit2. And WaitABit2 is the procedure where you'd print the 3rd time. peyman wrote: > > I'm confused.which line should I add to the "waitabit" procedure?and what's > the "waitabit2"? > > "Dave Peterson" wrote: > > > I'd add another delayed procedure in the WaitABit procedure. > > > > .... > > End Sub     

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: peyman
Date: Oct 23, 2007 08:38

Set your default printer to a PDF writer and try then. You won't waste paper this way. On Oct 20, 9:04 pm, JLatham <HelpFrom @ Jlathamsite.com.(removethis)> wrote: Did/has anyone tried to .Repaint the form/control before the print? I know, I'm lazy AND hate burning paper, so I didn't try it myself, but I've used that in the past to get 'instant' updates to the appearance of a control
Show full article (7.13Kb) · Show article thread
I'm confused.which line should I add to the "waitabit" procedure?and what's the "waitabit2"? "Dave Peterson" wrote: > I'd add another delayed procedure in the WaitABit procedure. > > .... > End Sub > Private Sub WaitABit() > Me.Range("G13:I32").Font.ColorIndex = 2 > Me.PrintOut preview:=True, Copies:=1, Collate:=True > > 'toggle your commandbutton value here! > >     

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: Dave Peterson
Date: Oct 23, 2007 05:48

I'd add another delayed procedure in the WaitABit procedure. ... End Sub Private Sub WaitABit() Me.Range("G13:I32").Font.ColorIndex = 2 Me.PrintOut preview:=True, Copies:=1, Collate:=True 'toggle your commandbutton value here! 'and call another procedure Application.OnTime earliesttime:=Now + TimeSerial(0, 0, 1), _ procedure:="'" & ThisWorkbook.Name & "'!"
Show full article (6.71Kb) · Show article thread
hi Dave, I removed preview:=true and it works fine.how about if wanna repeat the second print with toggled optionbutton?in other words, I'd like to have one print with ColorIndex = xlAutomatic (no matter what optionbutton is selected) and two more prints with different optionbutton selected.now I have only two of them.thanx again "Dave Peterson" wrote: > You should be clicking on CommandButton11     

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: iliace
Date: Oct 22, 2007 22:11

You should be clicking on CommandButton11. Is that what you meant by the "print" button? peyman wrote: hi Dave, I used your code : Option Explicit Private Sub CommandButton11_Click() Me.Range("G13:I32").Font.ColorIndex = xlAutomatic Me.PrintOut preview:=True, Copies:=1, Collate:=True If Me.OptionButton1.Value = True Then Me.OptionButton2
Show full article (2.60Kb) · Show article thread
There can be a difference between Me and the Activesheet--if you've selected/activated a different sheet. peyman wrote: > > thanx Dave.so as I undrestand there is no difference between activesheet. ... > and Me. ...? right? > > "Dave Peterson" wrote: > > > Me is a reserved word in VBA. It refers to the thing that owns the code. In > > this case since the code is in a worksheet     

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: peyman
Date: Oct 22, 2007 15:45

hi Dave, I used your code : Option Explicit Private Sub CommandButton11_Click() Me.Range("G13:I32").Font.ColorIndex = xlAutomatic Me.PrintOut preview:=True, Copies:=1, Collate:=True If Me.OptionButton1.Value = True Then Me.OptionButton2.Value = True Else Me.OptionButton1.Value = True End If Application.OnTime earliesttime:=Now + TimeSerial
Show full article (6.19Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: Dave Peterson
Date: Oct 22, 2007 15:29

Show full article (5.74Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: peyman
Date: Oct 22, 2007 15:05

Show full article (4.93Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: Dave Peterson
Date: Oct 22, 2007 13:29

Show full article (4.30Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: Dave Peterson
Date: Oct 22, 2007 13:29

Show full article (3.65Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Waitabit in microsoft.public.excel.misc
Author: peyman
Date: Oct 22, 2007 10:48

Show full article (3.95Kb) · Show article thread
1 · 2 · 3 · next