M.J.M.

M.J.M.

Joined Member # 883674
0 Posts 0 Replies 108 Reputation

I just got DesktopX 3 Pro, and what I see? bugs in compiled gadgets!!! First: controlX objects disapeare when in group wich is toggled off, and then it is inpossible to turn them back to visible state with group toggle button/script. Second: Scripts in gadgets dont work in unicode as in widgets & objects. For now its all (just 10 min form instalation )

2 Replies 3,430 Views

I wanna add that when object with label is moved by script, the label remains in the same place. Its so anoing . It would be greate if the label was moving with the object, or eventualy there could be script command that would refresh/set the position of the label. I also wait for the day when we will be able to set objects setings by script, this idea was in DX 3 sugestions, but havent been realized yet.

2 Replies 3,430 Views

I also had this problem in 2.xx. So I often copy the script to a txt file and create 3 diferent copys of object. In earlyier 2.xx I had a lot of trouble when windows vbs scripting engine just dissapeared after dx crash. I hope that 3.xx will be more stable.

73 Replies 61,342 Views

Some one can tell me whats the deal with demo version. I have registered version so I cant check the limitation on demo. My frieng just instaled demo and he seys that he dont see eany limits on loading objects/widgets. If so whats the point of client version.

18 Replies 21,143 Views

I have the same with the builder. If it is in the "Welcome" tab and I click on the title bar I get similar crash. But in "Desktop"/"IconX"/"Preferences" tabs its OK

73 Replies 61,342 Views

pjpowell, can you help me solve this problem? Please check this script on your machine on a widget: widget.Autorun = True wa1 = widget.Autorun widget.Autorun = False wa2 = widget.Autorun res = msgbox(wa1&" "&wa2) I need to know if the problem is with variables (maybe its becouse I didnt declared them) or somting is wrong with widget.autorun

19 Replies 7,798 Views

I have a problem with widgets on DesktopX v 2.40f[a].002 and Win Xp home + sp2. If the widget have a activeX control like desktopx edit control and the control is resized/visibility changed and I go to properties of the widget and do enything there the controls change to state that they were while runed the widget, but their scripts are not reloaded so if I put msgbox in sub "OnScriptEnter" it wont execute after this. And if I set SUB OBJECT_ONSIZE(WID

23 Replies 14,273 Views

I dont now if there are such obiects/widgets, I saw some that were counting backwards. But you can make one for your own, its very simple, first you must store somewhere the date from when you want to count the days for example in .txt file or windows registry. Then simply create object with timer so it will refresh every minute, hour, etc. or eny time you want. and to display number of days just import the starting date from where you stored it and us

1 Replies 2,111 Views

And how about a line object , do yo have it in plans? It would be very usefull. Im now working on graph calculator object, and the line is made of lots of one pixel objects but when the function is growing very fast the space betwen each pixel is too big, and it doesnt look too good.

51 Replies 47,762 Views

I would like to have a line object, so I could give (X,Y) position of start and (X,Y) position of end, line size and color and it will generate a line. Its a lot of work to create a picture of line and it takes too much CPU to rotate it every time it need to be changed, resized etc.

51 Replies 47,762 Views

In .exe applications created in desktopx pro. v.2.0 there was an ability to mess up objects holding down ctrl key. I need to know if the use of ctrl key in exported .exe apps was blocked in newer versions. By the way, I would be very thankfull if someone with the newest version of desktopx pro could kindly create for me an .exe app from one of my objectpack. Thanks.

1 Replies 3,469 Views