Search found 106 matches

by George
Fri Feb 15, 2019 9:07 pm
Forum: Forum Italiano
Topic: WebBrowser editabile
Replies: 7
Views: 4087

WebBrowser editabile

<t>Danilo,<br/>
<br/>
as Chris said:<br/>
>Has the Document object been created, before you try to access it?<br/>
<br/>
I think you have to change the DesignMode into the Event: DocumentCompleted:<br/>
<br/>
PRIVATE WebBrowser AS System.Windows.Forms.WebBrowser<br/>
<br/>
SELF:WebBrowser := System ...
by George
Mon Jan 07, 2019 12:43 pm
Forum: Welcome
Topic: Beta8 compiler error
Replies: 9
Views: 5162

Beta8 compiler error

Robert,

the Start() works if the assembly is Windows Service EXE:

// Start.prg
USING System
USING System.ServiceProcess
USING System.Diagnostics

FUNCTION Start() AS VOID
ServiceBase.Run(MyService{})
RETURN

regards
George
by George
Thu Dec 27, 2018 12:40 pm
Forum: Welcome
Topic: Beta8 compiler error
Replies: 9
Views: 5162

Beta8 compiler error

Robert,

https://www.eziriz.com/downloads.htm

please note I am using Vulcan dialect and the 2 Vulcan RT DLLs are included into the reactor file (attached here as sample).

George
by George
Thu Dec 27, 2018 12:21 pm
Forum: Welcome
Topic: Beta8 compiler error
Replies: 9
Views: 5162

Beta8 compiler error

<t>Hi,<br/>
<br/>
I had a problem with X# 2.0.0.8 and the .Net Reactor obfuscator:<br/>
<br/>
the obfuscated EXE that .Net Reactor V.5.0.0.0 procudes, didn't run.<br/>
it behaved like some DLL was missing.<br/>
<br/>
Changing the Start() with __XsStart() it works.<br/>
Can you please check the .Net ...
by George
Fri Nov 02, 2018 4:55 pm
Forum: Product
Topic: WPF and X# 2.0.0.05
Replies: 5
Views: 2640

WPF and X# 2.0.0.05

Thank you Chris, Nick, Robert.

The worst mistakes are the 'copy/paste' ones!

Yes it works now.

Chris, you have to remove the ticket/log for the XAML.

regards
George
by George
Fri Nov 02, 2018 10:41 am
Forum: Product
Topic: WPF and X# 2.0.0.05
Replies: 5
Views: 2640

WPF and X# 2.0.0.05

<t>Hi,<br/>
<br/>
one of my WinForm Apps uses WPF Bing Maps V.7 (I wrote a WPF DLL containing the Bing Maps control).<br/>
<br/>
Inside this WPF DLL assembly, one of the components I am using is an 'Infobox' Grid consisted by:<br/>
- InfoboxTitle (TextBlock)<br/>
- InfoboxDescription (TextBlock)<br ...
by George
Mon Sep 03, 2018 8:04 am
Forum: Product
Topic: 2.0.0.4: Build fails without error
Replies: 11
Views: 3693

2.0.0.4: Build fails without error

Same here.
Build fales on all my Projects having any 3rd party libraries (like DevExpress or NetPass).
Only simple DLLs and simple Projects compile.

George
by George
Wed Aug 01, 2018 2:04 pm
Forum: Product
Topic: Logical OR operators
Replies: 1
Views: 1949

Logical OR operators

<t>Trying to run a former Vulcan App compiled with X# (with Vulcan RUntime of course), I noticed a difference in Logical OR operators.<br/>
<br/>
My App had the code:<br/>
<br/>
LOCAL aStr AS STRING[]<br/>
...<br/>
IF aStr <> NULL || aStr:Length < 1<br/>
...<br/>
ENDIF<br/>
<br/>
The X# runtime ...
by George
Fri Nov 03, 2017 3:30 pm
Forum: Product
Topic: X# progress question
Replies: 2
Views: 2892

X# progress question

Thank you Robert

George
by George
Fri Nov 03, 2017 12:06 pm
Forum: Product
Topic: X# progress question
Replies: 2
Views: 2892

X# progress question

<t>Hi DevTeam,<br/>
<br/>
reading the X # forums, I understand the progress made in supporting existing VO applications. This is positive and important for the VO community.<br/>
<br/>
But, there are programmers (to whom I belong) who either write Core applications or Vulcan compatible ones.<br ...