Search found 17 matches

by antonello.negrone
Tue Nov 25, 2025 1:54 pm
Forum: Suggestions
Topic: [partial class] Suggestion and question
Replies: 2
Views: 234

Re: [partial class] Suggestion and question

Hi Wolfgang,

I was missing this detail and it explains everything, thank you for the answer!

Antonello
by antonello.negrone
Tue Nov 25, 2025 11:08 am
Forum: Suggestions
Topic: [partial class] Suggestion and question
Replies: 2
Views: 234

[partial class] Suggestion and question

Hello dev team,

this is a suggestion but also a question because I'm not sure it is technically feasible.

In VO I have extended many standard controls simply by adding methods using the same class names, that VOXporter translates in <class>_external_class.

So, if the gui classes were declared as ...
by antonello.negrone
Fri Jul 07, 2023 6:01 am
Forum: VO & Vulcan
Topic: File function is different in 2.8 than in 2.7
Replies: 4
Views: 2988

File function is different in 2.8 than in 2.7

Hi Chris,

ideed, it seems the only solution.

thanks for your time
by antonello.negrone
Thu Jul 06, 2023 6:40 am
Forum: VO & Vulcan
Topic: File function is different in 2.8 than in 2.7
Replies: 4
Views: 2988

File function is different in 2.8 than in 2.7

<t>Hi Chris,<br/>
<br/>
workDir() looks to point the current exe path correctly.<br/>
Thanks<br/>
[img]data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAt8AAADvCAYAAAAq77hAAAAgAElEQVR4Xu3dCZwUxd3/8VrUqHgi+KhBI0pQQfSFIj4S4vNXMBqNV0zMatTH6EMwiUeij0q8Hp/EIyqIUR/cSLxvNIpRIpFLDPFYFSSIgiCKIIICcikIu7j ...
by antonello.negrone
Wed Jul 05, 2023 10:32 am
Forum: VO & Vulcan
Topic: File function is different in 2.8 than in 2.7
Replies: 4
Views: 2988

File function is different in 2.8 than in 2.7

<t>Hello,<br/>
<br/>
I'm on the way to convert a huge app from 2.7 and 2.8 and running it for the first time, I noticed that the line:<br/>
<br/>
File(Workdir()+"*.*")<br/>
<br/>
in 2.7 returns TRUE but in 2.8 returns FALSE. Trying on X# returns TRUE.<br/>
Is that a known issue? Is there a way to ...
by antonello.negrone
Thu Jun 10, 2021 7:46 pm
Forum: Welcome
Topic: RDD architecture
Replies: 4
Views: 3466

RDD architecture

Robert,
thank you. I will take your advice :-)
by antonello.negrone
Thu Jun 10, 2021 7:42 pm
Forum: Welcome
Topic: RDD architecture
Replies: 4
Views: 3466

RDD architecture

Ciao Wolfgang,

this helped to go further.

Thank you!
by antonello.negrone
Thu Jun 10, 2021 6:23 am
Forum: Welcome
Topic: RDD architecture
Replies: 4
Views: 3466

RDD architecture

<r>Hi!<br/>
<br/>
I'm beginning to dig into the X# architecture writing a new class SPECDX into the XSharp.RDD namespace, but I can't get the debugger to reach the breakpoint inside it.<br/>
It seems it can't load the assembly, because writing anything else "SPECDX" gives the same error:<br/>

<CODE ...
by antonello.negrone
Mon Jun 07, 2021 4:31 pm
Forum: Welcome
Topic: I wish to congratulate with the team
Replies: 3
Views: 3882

I wish to congratulate with the team

<r>Hi Robert,<br/>
there is this simple page describing its features:<br/>
<br/>
<URL url="https://www.infodigit.it/?page_id=159">https://www.infodigit.it/?page_id=159</URL><br/>
<br/>
Yes, it has a RDD which communicates via TCP/IP and I plan to public a new demo as soon I have the X# RDD working ...
by antonello.negrone
Sat Jun 05, 2021 8:49 pm
Forum: Welcome
Topic: I wish to congratulate with the team
Replies: 3
Views: 3882

I wish to congratulate with the team

<r>After a few hours of coding over a few days, I have successfully converted the SPE client dll from VO 2.7b1 to X#.<br/>
The result reached is over my expectations. I was sure that would be mandatory to rewrite it completely from scratch (I know a redesign will be necessary to compile in safe mode ...