Page 2 of 3

Re: SimpleDialog show

PostPosted: 13 May 2014 12:44
by francesco
Hello. I have IW 14.0.28

Re: SimpleDialog show

PostPosted: 13 May 2014 14:20
by Jorge Sousa
Hello Francesco

There is no reason to not work, maybe if you make a video or show us quiclky, its the best for both

Re: SimpleDialog show

PostPosted: 13 May 2014 14:48
by francesco
Hello,

while making a video I realized that i have this error
[Window Title]
Error

[Content]
File IWCGJQCommon.pas not found

[OK]

Re: SimpleDialog show

PostPosted: 13 May 2014 15:27
by Jorge Sousa
Forget the video, can we make a remote session?

Re: SimpleDialog show

PostPosted: 13 May 2014 17:15
by francesco
yes sure, i already did in past with Jorge from your team. He has my skype contact feel free to ping me on skype.

Re: SimpleDialog show

PostPosted: 14 May 2014 11:20
by Jorge Sousa
Hi again

About

File IWCGJQCommon.pas not found


You don't have IWCGJQCommon.pas the installed files, only IWCGJQCommon.dcu, check IDE Tools + Library Path, that setup adds the path where it should look for cgdevtools dcus.

Re: SimpleDialog show

PostPosted: 14 May 2014 12:53
by francesco
I made video now, if you still need to contact me i am available, video is here: http://www.screencast.com/t/tWnxrxg6

The exception is raised in IWCGJQCommon, of course I cannot see that code since i only own the dcu as you said.

I hope you can help me to solve this because learning curve is a blocking problem now.
As it is possible to see in video these are info about my system:
Edition: IntraWeb Ultimate Edition
License Number: 201428179
IntraWeb Version: 14.0.28
Build Date: Apr 02, 2014
32-bit Server on 64-bit Windows
+ Delphi XE2 Update 4 Hotfix 1

Re: SimpleDialog show

PostPosted: 14 May 2014 14:41
by Jorge Sousa
Hello

Thank you very much for your cooperation

Lets try this first, because we're almost sure that this was a specific and trasient problem of IW14.0.28

Replace in the code Self by WebApplication (in bold):

procedure TIWForm1.IWAppFormCreate(Sender: TObject);
var
Frm: TJQMDialogFrame;
begin
Frm:= TJQMDialogFrame.Create(WebApplication,Self);
Frm.Show;
end;

Re: SimpleDialog show

PostPosted: 14 May 2014 14:44
by francesco
i tried with it, same error...

Re: SimpleDialog show

PostPosted: 14 May 2014 15:05
by Jorge Sousa
Ok, lets do a remote session

we should ping you whenever is possible, but i don't understand how is possible this is something related to old intraweb files? do you have copies of IW*.dcus??