UI konusu

ınput dıalogla aldıgım yazıyı type into ile not defteri uygulamasına yazdırmaya çalışıyorum fakat söyle bir hata alıyorum.

@Emre_Emek
Use Write Text file Activity. Pass the variables From the input dialogue box
image

1 Like

Hi @Emre_Emek

Try to use the selector like this

<wnd app='notepad.exe' cls='Notepad' title='* - Notepad' />

You can try with Asterisk in the the title

Regards
Gokul

1 Like

The error occurs due to the selector title.
image

set
title=‘*’

1 Like

Have a look on the XAML file

OpenNotePad.xaml (5.9 KB)

Regards
Gokul

1 Like

Hello @Emre_Emek

From the error itself, it is clear that the issue has happened due to the title attribute.
What you can do is replace it with wildcard “*”.

Thanks

1 Like

Thank you :slight_smile:

Thank you:)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.