Keepgoing
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.302 sec
Hi, I haven't run epiphany in a debugger yet, but I did have epiphany-browser-dbg installed and below is what I got. It's a serious problem, epiphany keeps crashing all the time now (around 15x in the last two days). Unfortunately I haven't yet figure out the exact sequence of commands to kill epiphany 100%%. Ondrej Distribution: Debian lenny/sid Gnome Release: 2.22.2 2008-05-29 (Debian     

Group: linux.debian.bugs.dist · Group Profile · Search for Keepgoing in linux.debian.bugs.dist
Author: Ondrej Certik
Date: Jun 14, 2008 05:10

Not sure if it is the best way or recommend way, but I found a better way to handle this. As I had to pass a VBA form as an Object argument to the ActiveX dll in any case I added a Property Get/Let to the form to set the value indicating the interrupt. When this propery is changed in the .xla it will be picked up by the dll and it saves running a function in the .xla. I wasn't aware that
Show full article (29.14Kb)
> might be to call a function in the VBA code This is actually not bad. When I run a simple For loop and call the VBA function at every iteration it slows it down by about 30 %%. In reality the function needs to be called a lot less often, so this might be the simplest solution. Still, there might be a better one. RBS "RB Smissaert" <bartsmissaert@blueyonder.co.uk> wrote in message     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Keepgoing in microsoft.public.vb.general.discussion
Author: RB Smissaert
Date: Mar 24, 2008 11:30

What would be the simplest way to interrupt a running procedure in a VB6 ActiveX dll? I call this dll from Excel and I would like to interrupt the procedure if the spacebar is hit. There is no problem to do this when all the code is in VBA and I can simply change a global variable when a control keyboard event is fired when that control has the focus, in this case a treeview control, but
Show full article (2.00Kb) · Show article thread
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Keepgoing in microsoft.public.vb.general.discussion
Author: RB Smissaert
Date: Mar 23, 2008 03:13

Show full article (1.77Kb) · Show article thread
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Keepgoing in microsoft.public.vb.general.discussion
Author: RB Smissaert
Date: Mar 23, 2008 01:54

Show full article (1.26Kb)