I believe the problem is a misspelling that installs the extension in a folder named as "extension" rather than to be correct "extensions". if you copy the extension from the "extension" folder to "extensions" folder you find that being visible in the extension list.
Posts by Ham
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
Thanks wuxuechen, the problem is that the login information is send to server by clear text which is denied by the server. by workaround I meant if there is a way crypting that information before sending it to the ftp server.
-
Any idea if there is any workaround to use available security protocols available, along with FTP extension.
-
You will find them in this link.
Please login to see this link.
Regards
-
Thanks looki, I managed to loop through number of all the images
in one surface object and blit them on a second surface object
and could save all the images together in one file. At the moment
it is only the lacewing which can get the binary data and other
binary object do not recognize address of the image retrieved
from the surface object. -
I have tried binary object,avoiding to use loops, using the load binary file calculated in terms of buffer address and pitch address but I did not succeed not even using the overlay address. I shall perhaps give it another try.
-
Hi LB,
It would be nice to have access to the raw data of every image in one and the same file not necessarily an image format. It could be expressed as an object to be saved and loaded. I have as a matter of fact trying to find a work around using the filestream object, noticing some difficulties separating each image by a defined strip of color or a defined size of raw data, getting the buffer address being always the same regardless of the number of images added or inserted in to surface object at runtime. -
after switching between the images you should display that image too. You can do this either using display image, or select image once you have checked "display selected image" in the property windows of surface object.
-
Hi Looki,
The save option is currently saving the currently displayed image. Can we hope for an option of saving the image bank containing all the images added or inserted?
-
Enumerating Com Ports by .net script object
-
Regarding this thread
Please login to see this link. -
I agree that most of it can be done without the extension. The extension only provides a way to do things in a way that avoids remembering stuff and commenting code and whatnot...
However, the full version will have many more capabilities, so it will be a "bit" more powerful...
Besides Sphax said it "seems powerful". and he was right It seems... But perhaps only seems to be. He, however couldn't open it.
Now, I after several dilemmas about compiling, can anyone tell me, once and for all, what compiling option should I use so all can open the extension. I don't understand how one MMF can open it and other not, and why my MMF can open it no matter what compile mode i used, but others have problem with that...
MAKEID is changed so that should not be the problem.
I find a help file regarding compiling options a bit confusing...
please reply and i will compile it the "right" way and upload it again.Hi bufferOverflow,
Could you please give a dwnload link to the latest version of "FSM AI Object"
With Regards,
-
Hi conceptgame,
I tried to simulate the error (shown as above) and found that the SoundTouch.dll should be in the windows7 directory and there is no need to have the dll file in the unicode folders of CF 2.5 .
With Regards
-
Hi ,
This looks good. I haven't tried the functions yet but It would be nice if channels could be choosen on the socket without need to any custom server.
-
hi
I am very positive to the nature of this object, however, although the extension shows up using the extension manager, It only appears to be inserted if you choose the build type to be a windows application. It doesn't show up to be inserted in a html5 application unless you choose your application to be a windows exe and then change it to be a html application after inserting the extension. In all the cases the extension is inserted, no other function than count, debugger, destroy is available. -
Hi daniele,
Very interesting. I send you a message.
-
Great! looking forward to it.
-
Hi conceptgame, this is very interesting. I would like to do som tests but I dont find a link to this version.
-
Hi Fernando,
I have tried my best to access the installed plugins which are active on IE using the Web Control Object. I wonder if this is possible at all?
With Regards -
Hi LB,
With Thanks again, Besides the memory address of the loaded file which we talked about previously, I have noticed that there is no posibility to place the position of the cursor backwards once the cursor position is already passed a place after a reading. More of control over the stream can be achieved if there are posibilities to set the position of the coursor where it is required as well as to be able to select some defined part of the file to stream for the sake of easy navigation in case, the purpose of using the extension is editorial.Regards