Hmm, on my Windows 10 machine I have the following behavior:
Flash when check if bin exists is called
The a new cmd window opens and persists until HDRMerge has finished.
Sometimes darktable will get focus and cover it up, but it’s still there in
the taskbar. Maybe it is because I am running in debug mode? I should try
it run from normal and see if that still happens.

On Sat, Mar 17, 2018 at 11:28 PM William Ferguson <wpfergu...@gmail.com>
wrote:

> Is the command window staying open the whole time, or does it just flash
> when the command starts?  I'm running win 7 in a vm and I just get a flash,
> then it goes away.
>
> I can do the cross platform testing.  I also have a vm with macos high
> sierra running and I'm on linux.
>
> Bill
>
> On Sat, Mar 17, 2018 at 1:36 PM, Kevin Ertel <ker...@g.clemson.edu> wrote:
>
>> Alright, thanks to some help from Bill I think I've got a pretty good
>> HDRMerge script going.
>>
>> It should be cross-platform compatible, but that will need to be tested.
>> So far I've only run it on windows.
>>
>> I do however, have a few questions still, that hopefully will be simple:
>>
>> 1) When creating a slider widget, how can I define the value it resets to
>> when double-clicked? I created one with the lines below and it resets to
>> 31, I'd like to be able to define it a value.
>>
>> HDRMerge_sldr_gap = dt.new_widget("slider"){
>>     label = 'Batch Gap [sec.]',
>>     tooltip = 'Gap, in seconds, between batch mode groups \ndefault:
>> (3).',
>>     soft_min = 1,
>>     soft_max = 60,
>>     hard_min = 1,
>>     hard_max = 60,
>>     step = 1,
>>     digits = 0,
>>     value = 3, --pref_gap,
>>     }
>>
>> 2) Does anyone have insight on how to suppress the command window that
>> pops up when calling a program through dt.control.execute()? It's a
>> nuisance.
>>
>> ___________________________________________________________________________
>> darktable developer mailing list to unsubscribe send a mail to
>> darktable-dev+unsubscr...@lists.darktable.org
>>
>
> ___________________________________________________________________________
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
>

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to