Hi boys i need help with this plugin......... i have this script if e_ID == 15 then MaxSize = Audio.GetLength(CHANNEL_BACKGROUND); ProgressEx.SetRange("Progress2",0 , 10 ); Position = Audio.GetCurrentPos(CHANNEL_BACKGROUND); ProgressEx.SetCurrentPosition("Progress2",... […]
Hello guys, What am I doing wrong with my code ? I am trying to delete selected grid row from db, it deletes but not refreshing the grid I can only see it is deleted if I rerun the software ; Code: --------- function FindSelectedGrid(strGrid) tblSelect ={}; […]
Hi, At run time I would like to be able to dynamically update FOLDER URL, TIMEOUT, PORT depending on selections made in the CLIENT SCRIPT area. I can do this for FOLDER URL by entering a variable such as %HTTPG_URL% and that works perfectly at runtime by updating the variable as required. ... […]
libHaru is a free, cross platform, open source library for generating PDF files, and LuaHPDF is a module that lets you programmatically create PDF files via Lua using this library. LuaHPDF was developed by Kurt Jung as an interface to the Haru PDF Library. I have built libHaru 2.2.0.0, with zlib... […]
Hey guys, I've written external C++ DLL's successfully for SetupFactory to call in the past. That said, I'm having some problems passing numeric values, as OutputDebugString() is telling me. I need to pass a bunch of strings (which are working fine), an int and 3 DWORDS. The int and DWORDS are... […]
Hello again everyone, I'm trying to work with a C Source file (hpdf.c), but I'm unsure of how to operate with it. The examples I've seen show to use the "require" function and you can start using it, but I get an error when trying to call it in "require": Sample: ---Quote--- require... […]
Hi, I need to set folder permissions for a folder created during a patch process. In the Setup Factory there is a function SetPermissions, but this function is missing in Visual Patch. How can I set folder permissions in a Visual Patch action? Thanks for any help or instruction. EvRenesse […]
Hello anyone have this plugin in version 1.0.0.1 where I can download it I have the version 1.0.0.0 I can not update the page's creator does not work […]
Hello everyone, I've been playing around with the Fpdf library lately. All of the functionality seems to work just fine, but when I try to add an image of any kind, it throws an error. PNG Error: ---Quote--- --------------------------- Error --------------------------- […]