Forum Replies Created
-
AuthorPosts
-
rhonda.feldbauer@bossoft.com
ModeratorHeh – it's OK. In my experience, people have been caling all different versions of Meditech 'Expanse' for years now. 🙂
rhonda.feldbauer@bossoft.com
ModeratorCan you try this:
Activate "Open", True
SmartDialog("Open", "File name:<Editable text>").Value = "c:myfile.txt"
SmartDialog("Open", "Open<Push button>#focusable#").ClickIt is case sensitive and watch your spacing…
Or this:
Activate "Open", True
SmartDialog("Open", "File name:<Editable text>").Value = "c:myfile.txt"
SmartDialog("Open", "Open<Push button>#focusable#").doActionrhonda.feldbauer@bossoft.com
ModeratorOh – apologies – I misread your post!
I will try to read mine and see how far I get.rhonda.feldbauer@bossoft.com
ModeratorGreat!
Oh sure, if you are using BWS20 and create a new project – by default, it creates a class called ContentObjects and assigns the variable C to it. Within the ContentObjects class is the K variable for the KeyboardDevice.
So, when you type C.K. … you have all of the KeyboardDevice commands available to you.
So, yes, typing C.K. is just calling the keyboard…
rhonda.feldbauer@bossoft.com
ModeratorHey Shirley.
Click on 'My Account' on the left.
Do you see fields for Username, Fullname, Nickname, Email, Timezone, etc?
Is Nickname listed there? Is it grayed out?
That is where I set my nickname… -
AuthorPosts