Designing screens for new font scaling
Now that ultra high resolution monitors are become more commonplace (for example mine is 3840x2160), users are using Font Scaling in Windows (for example 150% is the default that Windows sets for my...
View ArticleImage Resizing, Repositioning with dynamic anchor point
Hi I'm working on a big project that i shared before and i had a lot of questions for some parts, BioHazard advised me to dissect the project to make it easy to solve the problems. One of the part is...
View ArticleUninstaller produces error message
When I run Uninstaller, I get the error message: "Invalid startup mode: archive filename." My Unstaller file settings: Uninstall file folder: %AppFolder%\Uninstall. Configuration...
View ArticleInstaller crashes when "HTTP.ResumeDownloadSecure()" is called
Hi. I recently updated my online installer to use HTTPS URLs instead of HTTP. After changing: HTTP.ResumeDownload(source, target, MODE_BINARY, DefaultTimeoutInt, 80, nil, nil, "CustomCallback");...
View ArticleTrueUpdateClient running in Windows system tray
Hi, Here is how I am trying to implement TrueUpdate. 1. As soon as I install my application, TrueUpdateClient.exe should get installed so that it keeps on running in the Windows system tray. 2. As soon...
View ArticleAutomatically change label in a specific time
Is there a way to change the text at a specific time For example,the label displays a text from 8 to 9 am and shows another text at 9 to 10 am Forgive me for my weak English Thanks
View Articlewhat is the diffrense ?
Hi All i want to know what is the difference between those events ?? Page "on close" Project "on shutdown" in other way is there a way to close a page without shutdown the app ?? if no then why is the...
View ArticleUpdating a text file
This isn't a request for code. We have been using Setup Factory for years and, outside of the small section of code that changes yearly due regulatory items, my scripts haven't changed in years. I have...
View Articleweb object and HTML5
hello, i had some project to parsing HTML5 file with an web object (using IE of cours ), but my IE doesn't support HTML5 cause i'm obligated to use it on XP so the file did'nt show correctly how can I...
View ArticleWhat is the meaning of the return value of shell execute
Hi, I have a installation project, before installing my application, I need to install a VC redistribution. Sometimes the Shell.Execute returns 23, sometimes it returns 1638. I think only a return...
View ArticleGet Appfolder from INI or Registry
Hi there, i try to get and set Appfolder for Setup - but it didn't work if i want On Startup it should get a Path from INI File. If INI is not available try it from Registry and if Reg is also not...
View ArticleRuntime error
Hi everyone, Does someone know how to dump an error to a file when my app crash? I'd like to dump automatically to a file (or get the error line) then restart the app. How can I acheive that? I have an...
View ArticleDelete Files/Folder on Cancel?
Hi there... How can i delete Files/Folder on Cancel? I create a Global function called _delete(), add 4 files and if i Cancel on While Installing the first 3 will be deletet, but last file and created...
View ArticleI want to show just 4 letters from a label and...
I want to make the label is able to just show 4 letters, i mean if a script like "Label.SetText("Label1", "IAMSCRIPT") i want label1 just show IAMS PLEASE HELP ♥
View ArticleHow to make If The input contains letters and not containing numbers do...
How to make If The input contains letters and not containing numbers do something please help...
View ArticleTake a screenshot without using plugins??
Please help me , i'ma tryna to find a way to take a screenshot without using plugins, if plugins is required, and no way without plugins, okay, but what plugin shall i use? Thanks
View ArticleCreate a text file and write a string to it and save it
Hey, please sumone help, i wanna a button when i click to it it creates a text file and write to it what is written on an input (sry for my bad english) and on show , it load the text that written in...
View ArticleI want to display the audio name that running on background
................................
View ArticleDifferent FontColors on the same input
Hey, Thanks for checkin me out, there's a code like when i type a specefic sumthin a command happens there it is Code: _Char local text=Input.GetText(this) if text == "I am not a command" then -- Your...
View Article