|
-
Sep 6th, 2019, 02:44 AM
#1
Thread Starter
Hyperactive Member
Click menu item display message if file not available
Scenario:
I have an updater application that I want to add to my current project as a separate application. When the user opens the main application and clicks on check for updates I want a message to be displayed saying something like "The current module is not installed". However, if the user is sent an installer that installs the updater into the main application, the next time the user clicks on check for updates, the updater is run.
Is this possible?
Thank you
-
Sep 6th, 2019, 03:06 AM
#2
Re: Click menu item display message if file not available
Yes it is possible. It's called an If statement.
-
Sep 6th, 2019, 03:09 AM
#3
Thread Starter
Hyperactive Member
Re: Click menu item display message if file not available
Thank you. I will Google If Statement.
-
Sep 6th, 2019, 03:27 AM
#4
Re: Click menu item display message if file not available
Surely you would have to deploy a new version of your app to add the update feature to begin with anyway, so why wouldn't you just include the updater with that new version?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|