Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all 1691 articles
Browse latest View live

is this global var ?

$
0
0
Code:
Dialog.Message("Notice",  package.path);
global or what ?

RTF - Text sizes

$
0
0
Hi Friends

Not sure this is simple to do but , the idea is .. loading from ONE SINGLE RTF TEXT , have this displayed into diferent sizes . Can someone help me with this ?
Attached is a quick project.

Building in Azure Devops

$
0
0
Hi,

I have my updates building sucessfully in azure devops at the moment by using the command line.

e.g.
D:\a\1\s\AutoUpdate\TrueUpdate 3.0\TrueUpdate.exe /BUILD D:\a\1\s\AutoUpdate\Studio.tu2 /LOG:\a\1\s\AutoUpdate\bin\StudioAutoUpdateBuildLog.tx t /CONST:\a\1\s\AutoUpdate\buildConstants.ini /STDOUT

But there is no logging appearing, I tried the /STDOUT switch but it is still silent. So i have a wrapper powershell that tests to see if the update binaries are present and if not throw and exception.
At that point I have to download the artifacts to get the log text file to see what the error was.

Has anyone else done this or are you managing to get logging into your build process in some other way?

thanks
Dave

Key Board Shortcut

$
0
0
How To Create Keyboard shortcut ????

Menu bar issue

$
0
0
ive take this code from somone else in this forum ive read the loops advice and ACTUALLY WORK. the issue here its if you try to set text to an menu you cant. let me explain:

e_ID 1 FILE
e_ID 3-copy
e_ID 2-paste
e_ID 4-exit

if you use MenuEX.SetText(3, "copytest") works perfectly.

but if you try MenuEX.SetText(1, "FILECHANGE")
not work, could somone assistme here?

thanks in advance.

BTW this is the fixed version for 8+ versions of the v7.5 code. (i dont take any credit, just ive fixed )

Code:
MenuEX={}

local function AdjustSubMenuProperties(tSubMenu, tItemProperties)
    for nIndex, tItem in pairs (tSubMenu) do
        if tItem.ID == tItemProperties.ID then            
            for sKey, vValue in pairs (tItem) do
                if tItemProperties[sKey] == nil then
                    tItemProperties[sKey] = vValue;
                end
            end
            tSubMenu[nIndex] = tItemProperties;
            break;
        elseif type(tItem.SubMenu) == 'table' and tItem.ID == -1 then
            tSubMenu[nIndex].SubMenu = AdjustSubMenuProperties(tSubMenu[nIndex].SubMenu, tItemProperties);
        end
    end
    return tSubMenu;
end

--
function MenuEX.SetChecked(nID, bChecked)
    tMenu = Application.GetMenu();
    tMenu = AdjustSubMenuProperties(tMenu, {ID=nID, Checked=bChecked});
    Application.SetMenu(tMenu);
end

function MenuEX.SetEnabled(nID, bEnabled)
    tMenu = Application.GetMenu();
    tMenu = AdjustSubMenuProperties(tMenu, {ID=nID, Enabled=bEnabled});
    Application.SetMenu(tMenu);
end

function MenuEX.SetText(nID, sText)
    tMenu = Application.GetMenu();
    tMenu = AdjustSubMenuProperties(tMenu, {ID=nID, Text=sText});
    Application.SetMenu(tMenu);
end

function MenuEX.SetIconID(nID, nIconID)
    tMenu = Application.GetMenu();
    tMenu = AdjustSubMenuProperties(tMenu, {ID=nID, IconID=nIconID});
    Application.SetMenu(tMenu);
end

Progress bar + stop + request key

$
0
0
Hi , i want to make progress bar with stop when have 50%,in that moment to ask cd-key and introduce key for install continue , It is possible?

upload torrent file and EXtract info hash from torrent file

$
0
0
how can i upload torrent file and extract its info and store it in new file?

Tranparency behind Autoplay application

$
0
0

Hello everyone, Is it possible to have opacity/tranparency behind Autoplay application like the Kiosk mode but whithout color but some tranparency? Thanks for your ideas. Alain

Button Properties - Force open document with Firefox

$
0
0
Hi,

I am a total noob, so bear with me. I have an index.html file on my CD root directory. And all computers using the CD should have Firefox installed at the default folder C:/Program Files (x86)/Mozilla Firefox/firefox.exe

I have a button on my menu page that I pick the Open Document option in the Button Properties Screen. I point it to the index.html file in the root directory. Is there an Add Action or Add Code I could paste into the Script Tab to force their computer to open the index.html with Firefox.exe instead of IE or their default browser? Furthermore, is it possible to have it search the Registry on the off chance they have installed Firefox to a different folder on their hard drive?

Thanks in advance for any help.

Shell shortcut synatx problem

$
0
0
Well i want to create a shortcut but i have a syntax problem


Code:
Shell.CreateShortcut(Shell.GetFolder(SHF_DESKTOP), "NAME", "PATH\APP1.exe" "PATH\APP2.exe" 720 480 32 60, "", "", "", 0, SW_SHOWNORMAL, nil, "", START_OPTION_DEFAULT);
app 1 will process app 2 first.
in the dialog of windows this syntax NAME", "PATH\APP1.exe" "PATH\APP2.exe" 720 480 32 60 is correct BUT in autoplay media studio doesnt.
cant close dialog because an error

what can i do?

thanks in advance

Edit Dialog Name

$
0
0
Hello! Tell me, please, which team is responsible for changing the name of the dialog box?

?Setup Factory datediff

$
0
0
Hi All,
does exists a way to have date difference inside setup factory between two date and time ? I've seen System.GetDate and System.GetTime to get current date time but I can't find a way to calculate difference from another instant.

Thanks,
Mirko

?Setup Factory datediff

$
0
0
Hi All,
does exists a way to have date difference inside setup factory between two date and time ? I've seen System.GetDate and System.GetTime to get current date time but I can't find a way to calculate difference from another instant.

Thanks,
Mirko

Apps slowing using TIMER?

$
0
0
Im trying to experiment using Page Timer and DialogEx Timer.
I noticed that when the application using Timer of 100 example: Page.StartTimer(100, 1)
then the application started to slow because it cause a very High CPU usage.
When timer is on CPU usage goes to 25-30% when stop cpu usage just 5-10%

Any solutions about this?

Thank you if anyone can provide solutions..

MP4 files are unable to played in ISO...

$
0
0
Hi there,

I created one project, insert MP4 files and generate a ISO file for the project using the studio. When I ran the ISO in my PC, the MP4 files played well. however they were unable played when the ISO was loaded in another computer in which the studio is not installed. Can someone please guide how to fix the issue? Thanks in advance!

Registry64

$
0
0
Hi, I can't seem to find a place to download the Registry64 extension script. Can someone post a link for this ?

Best regards, Hans Olav

Installation freezes on some machines

$
0
0
Lately i am running in to an issue where in on some Windows 10 machines, the installer freezes indefinitely (the process needs to be killed eventually). Repeated attempts result in the same behavior. After looking at the installation log i noticed that the installer freezes when it tries to copy the file "IRIMG1.BMP". Following is the line /action it freezes on

"Copy uninstall image file: C:\Users\<USER_NAME>\AppData\Local\Temp\_ir_sf_tem p_0\IRIMG1.BMP->C:\Program Files (x86)\<COMPANY>\<PRODUCT>\Uninstall\IRIMG1.BMP"

After looking at the temp folder, i realized that that is one of my theme image files (out of three).
1) What exactly is that copy action doing?
2) Can i have control on that temp. folder "_ir_sf_temp_0"?

Thanks,
James

Strange input ?

$
0
0


the input color was solid gray
why it turns to gradient gray ??

this is a bug

But i think this is not an ams bug

this is a human brain bug

am i correct ??

help

$
0
0

hi ... i am so happy ....i have broblem ;i wanna make a grid of coordination (x,y) or (N.E.W.S) of an map(jpg) and also i want when i move the mouse it will show me the position of the cursor in smal box text and grid numbers (highlights) )....help me plz ...i need the tuto for my education pass exam help me.any ideas







How to load Image paths using Session Variables into Billboards within Custom Screen

$
0
0
Hello,

I have created a Custom screen with a Billboard control.
In the Billboard properties window, we are given the option to add images to the Billboard.
When adding images, it will only accept images that physically exist from the machine where you have SetupFactory installed.

In my case, I added an image as a Primer File and the image files are then unloaded into the %TempLaunchFolder% location.
And I would like to tell the Billboard controls to load images from this location.

Would it be possible to make use of Session Variables to point to this dynamic location?

Thanks,
Makoa
Viewing all 1691 articles
Browse latest View live