Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all 1024 articles
Browse latest View live

Limit number of times EXE can be started

$
0
0

@oldteacher wrote:

I am wondering if there is way to use scripting and limit number of times a software can be open/started?

Setting expiration date is not really an option. Seems would be a very requested feature and surprised not built into EXEOut.

Thanks!

Posts: 2

Participants: 2

Read full topic


Opening menu button in new window

$
0
0

@oldteacher wrote:

Cannot seem to get buttons to perform as in past.

Using _blank no longer works to open a new/popup window.

Posts: 2

Participants: 2

Read full topic

Opening help crashes software

$
0
0

@oldteacher wrote:

Simply clicking help button in V2 causes above issue. Happens on desktop and secondary touchscreen. Both Win 10.

Attempting to send crash report tries to open outlook which I do not use. Do not even have outlook set as default mail handler...

Posts: 2

Participants: 2

Read full topic

Changing icon size in menu buttons

$
0
0

@oldteacher wrote:

Can't seem to find where to change the icon size for menu buttons in the UI Editor?

Need to use smaller size. Replacing with a small icon does not change and it become blurry so much be size setting someplace:)

Can you please tell me where to find?

Thanks

Posts: 1

Participants: 1

Read full topic

Possible javascript issue

$
0
0

@honest wrote:

This script makes version 2 Beta 4 crash. Works ok with version 1.7

After the software has crashed and closed, there's still processes running which need to be closed down through Task Manager before the software can be started again.

Posts: 1

Participants: 1

Read full topic

Placing EXEOut in Final EXE

Autocomplete not working

$
0
0

@kepler wrote:

Hi. I'm currently using Exeoutput for PHP 1.7.

I've got a simple autocomplete which connects to a php script, that works fine in the Trident browser but not on Chromium.

Can someone tell me why this might be happening?

I've used version 2, but I get too many mistakes for now (I can't figure why...)

Kind regards,

Kepler

Posts: 1

Participants: 1

Read full topic

Javascript (jquery) problem

$
0
0

@kepler wrote:

Hi,

I'm having some troubles in a simple compilation program.

I'm using Exeoutput 1.7, and I've made an autocomplete with jquery (calling a php script) which works perfectly in the Trident engine, but not in the Chromium.

I still haven't tested in version 2, since the compiled program gives too many errors (which doesn't happen in version 1.7 - beats me why).

Can someone help me out here?

Kind regards,

Kepler

Posts: 1

Participants: 1

Read full topic


"No Input file" after new project creation - SOLVED

$
0
0

@WG_Consultants wrote:

Having this extremely difficult time trying to figure out why this program was sudden;y programmed differently to where it's failing to show my local file that only headers back to the customer account web page. The first version works just fine. This one don't

Anyone no how to get rid of this no input file mess? Yes the demo works fine, yes the same php project used on v1 worked 100%, new project using the same settings on v2 don't work. Im better off at this point sticking to v1

Thanks

Posts: 2

Participants: 1

Read full topic

Version 2.0 Problems - Missing Features from v1.7?

$
0
0

@cyberspaceman wrote:

I am trying to replicate an application I created with EXEOP 1.7 but I have hit a brick wall as it seems some key features have disappeared in EXEOP 2.0.

Although I'm able to edit skins and assign control actions with the current skin editor I have not been able to find out how to get the controls to appear in the skin. EXEOP 1.7 had options in the Skin Properties tab for 'Enable Roll Window Up button' - How can I ensure that this important feature remains available?

Also the option to choose whether the application icon is shown in the title bar has gone. Is there still a way to remove or replace the icon on the title bar - (without changing the actual application icon)?

Any help to restore this functionality (without reverting back to v1.7) would be greatly appreciated.

I'm also looking for a way to toggle ' Windows stay on top' at runtime and not be stuck with one setting.

Posts: 1

Participants: 1

Read full topic

Wordpress Themes and Plugins

Error n.126 in exeoutput for php

$
0
0

@matraco wrote:

Hello, i install a exe aplication in a server with wamp (windows apache mysql) and:

if i execute the .exe file in server the aplication go good
if i execute the .exe file through a link to .exe file located in server i find a error n.126 (the .exe will be used for 3 diferent computer)

Also, in the server when i open the .exe file "form select" not open and in the last version go good

Posts: 6

Participants: 2

Read full topic

PostgreSQL Extension not load

$
0
0

@euricojunior wrote:

Hi, I created a project that requires the PostgreSQL extension, but even enabling the extension correctly (compiling and copying to external folder), the extension is not loaded. I created a page with phpinfo () to check the extensions. It seems that some DLL is missing to be copied along with the executable so that the php_pgsql.dll extension loads correctly.

Posts: 1

Participants: 1

Read full topic

After log in wordpress no theme show on except blank page

$
0
0

@rub_sanjida wrote:

hi there
after log in WordPress no theme show on except blank page in exeoutput for php. i think this is simple problem ,
DB created OK, wordpress login OK...problem arise after login. looking for solution.
thanks

Posts: 5

Participants: 3

Read full topic

ExeOutput Viewer Error line 1020 + line 1008

$
0
0

@rub_sanjida wrote:

hi
i have just upgrade theme for default template its showing this error, then i have delete the theme and install fresh them still showing this error.
ExeOutput Viewer Error

The following error has occurred. Please press Back to return to the previous page or contact the author of this program for further information.

PHP Error: PHP Warning: A non-numeric value encountered in D:\WordPress\Data\wordpress\wp-content\themes\Newspaper\includes\wp_booster\td_block.php on line 1020 PHP Warning: A non-numeric value encountered in D:\WordPress\Data\wordpress\wp-content\themes\Newspaper\includes\wp_booster\td_block.php on line 1008

please assist...

Posts: 2

Participants: 2

Read full topic


Save file with my own format

$
0
0

@khalooody wrote:

hello there
I want to know how to create own file format and save the file?
know I'm using

function ExportMyFile(Path: String): String;
begin
Result := ExportAFile(Path, "Save File As", ".");
end;

Regards,

khalid mohmmad

Posts: 2

Participants: 2

Read full topic

Problem with code

$
0
0

@khalooody wrote:

hello
way this code not work on HEScript? .. ut's show me error >> how to fix this?

function SaveDlgFile: String; begin Asks for filename Result := SaveFileDialog(“Save Text As”, “.txt”, “.txt”, “Text Files (.txt)|.txt|All files (.)|.”, “”); Returns blank string if user cancels the dialog. end;

Posts: 1

Participants: 1

Read full topic

Application update like ClickOnce

$
0
0

@jrusin wrote:

Could You think of
1) Auto-increment build program Version Number during build process?
2) Add ClickOnce manifest generation for easiest auto-update process – or any other solution for auto-update?
Rg

Posts: 2

Participants: 2

Read full topic

Open users documents folder with button

$
0
0

@oldteacher wrote:

After few hours of failure and searches for solution, have hopes you will have a solution for me.

I need to create a button (within PHP file) to open a folder in the users documents folder.

The problem I am facing is do not know the users name and hope some way to do this in scripting.

Any ideas / solution greatly appreciated.

Posts: 4

Participants: 2

Read full topic

Losing SQLite change when exit application

$
0
0

@andrea.greco wrote:

Hello everyone,
I've created a little application that interact with a SQLite db (embed in the application). During the use I've noticed no problem but every time I close my application the data i edited in the db are lost.
Any idea?

(sorry for my bad bad english)

Posts: 1

Participants: 1

Read full topic

Viewing all 1024 articles
Browse latest View live