Jump to content
UBot Underground

fastlinks

Fellow UBotter
  • Content Count

    213
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by fastlinks

  1. Carl's tutorial is the proper way to use the progress bar. for simpler usage: when process start set(#process, "width:20%", "Global") when process is in the middle: set(#process, "width:50%", "Global") when process completed: set(#process, "width:100%", "Global") if process failed or need to restart: set(#process, "width:0%", "Global") #process is the variable you set for the progress bar in ssub. hope this help
  2. Hi Carl, i think v6.9 have high CPU usage issue, because before running ssub (even with ubot running) it only take 1-5% of cpu usage. after open ssub 6.9, create a new project and adding few button, then CPU went up to 100% all the time. i think you have some threads or loops growing in the app. theme: flaty if i close ssub, the CPU get down to 1-5% again. ----------------------------- update: i think it is not ssub issue, it is an iframe i put in custom element that use all the CPU resources. sorry for the wrong information.
  3. I am using the FTP function in ubot, but when it upload a large file to the server, it will take so much time to do. Is there any plugin/script or workaround that will transfer a big file from a server to another server?
  4. I support this idea, the html file is so huge and make ubot running very slow. i have tried coding on different pcs and keep upgrading hardware to see the different. Dual core E8400 (higher end of dual core processor), then i5 and now i7 - it help a little more on each upgrade also tried adding USB 3.0 32GB dedicated for readyboost - it help a little more even with 12GB DDR3 RAM - it help a little more today i brought a samsung evo 840 SSD - it help a little more (it is very fast to open the interface text file with a SSD) but still it have some delay when dragging node. so my co
  5. hey aymen, i tried using and it is working with the provider system, so i think no need to fix from the plugin as long as it worked, thanks for checking. cheers
  6. after done some test on both system, i found the reason the search box delay. - it is not due to plugin - it is not due to machine, cpu, RAM it is just because i have open 4 tabs when doing the development. I copy the source code from 1 tab and paste on a new project, it become smooth. so, i can confirm that tabs effecting ubot speed. ---------------------------------------------- update: finally i found that, it is the project file itself causing the slowness. i have remove the extra tabs and the code is short, but it will cause the delay even i run on another pc. so i just stop usi
  7. Hi, i am using v4.2.20, i found the command search box is very slow for me. (about 4-7 sec. delay to search the "set" command) this might not the issue of ubot, because if i open ubot without any plugin the command will appear instantly when i type. it seem like it only delay for certain command search, for example "set" or "loop" will take 4 sec. delay, but when i search "define", it will appear instantly. i have tried reinstall ubot, reinstall .NET to 4.5.1, reinstall graphic card driver.. but still the same. system spec: intel i5 2.3ghz, 8GB ram, win 7 with bootcamp on macbook ----
  8. Aymen, sent you a skype message with the info. thanks
  9. Hey Aymen, i have a problem here, i am using serversmtp.com the delivery work well, but when i put the unsubscribe link variable (provided by serversmtp.com), it do not work. (tested on other smtp email software, the variable working fine) <% unsub_eng %> is this a problem with the % sign which is also use in ubot as list variable?
  10. Hey Carl, i would like to suggest a feature. can you please add an element to insert a WYSIWYG editor on bootstrap? - summernote summernote in html: http://switchoffthemovie.com/beta/test.html ready to use html code on this page: http://mycodde.blogspot.com/2014/09/summernote-wyswig-editor-php-tutorial.html summernote integrated in ssub: http://switchoffthemovie.com/beta/test2.html it is also using bootwatch so i think it is not hard to add it in ssub. (my issue here is i can't figure out how to get the html code output into ubot variable.) -------------------------------- in summer
  11. Hi, i am trying to get a html editor - summernote to work in a single html file. here is the jsfiddle: http://jsfiddle.net/noq07351/ my html file the output never work like the fiddle sample, i am not sure what 8i am doing wrong because i am just a beginner in html code. Please help if you know what is wrong, thanks
  12. the video shown that you have added the progress bar, but it is not striped so you don't see it visually. click the empty space above "username" then you will see the progress bar get highlighted. to make it visible, check the "striped" option.
  13. how about the 3rd party plugins in 5.5.1, any found issue? @Dan, is the "include" feature introduce in this release?
  14. when we compile software that distribute to clients, some computer will trigger UAC "unknow publisher" message. I have read that we will need to buy a code signing certificate to by pass this, but it will cost from $300-$1000 a year. anyone have experience with this? do i really need to spend on this?
  15. i just tied to install ubot 5 on a USB drive but it won't allow me install on a non local directory. so the only option is to get a SSD.
  16. Hi ubotdev, what is the brand of your SSD? do you think they have better technology now? why don't you save your ubot work in dropbox folder? you can always get back your work on another pc if this one dead. Plus you can always restore the previous saved version if you did something wrong and the file failed to open. (actually it can restore from any version that you saved previously) if ubot can run fast on SSD, how about we install ubot on a USB flash drive (thumb drive), is it possible?
  17. you should not create a dialog element with a space, it must connect to a dialog element by double click on the dialog. you should not name the "dialog to connect" with your own define name as well. it MUST be connect to a dialog to work. try this: 1. create a dialog element 2. create a dialog element button, double click on the dialog you created in step 1, the "dialog to connect" will fill with the dialog element ID. 3. click the "view in default browser", then it will open the html for preview, click on the button will trigger the dialog to pop up. ----------------------------------
  18. i see some improvement after apply the 16GB USB3.0 flash drive for readyboost. you need to format the driver to NTSF before using, otherwise it will show it can only use 4GB of the space. previously: after 1 hours of ubot work with a large SSUB v5 html, the pc start to lag 5 sec. every time i drag a common to the node. now: it do not lag in the same situation. so i think readyboost really works when windows cache the data on flash drive. next i will test SSD, i saw some video on youtube about the speed improvement with SSD, i think SSD will make the real different compare to upgrade R
  19. i just brought a 16GB USB3.0 flash drive to test the readyboost, i will format it to NTSF as suggested by some other readyboost forum. some comment said it do nothing to boost computer speed, some said it help a lot, so i will give it a try myself. my pc already have 8GB DDR2 RAM, i5 2.3GHz. I will report the result once i see some different.
  20. i dont see any problem to delete the dialog element button, just double click the button and click the red dustbin icon. it is may be the case you didnt select it properly, see the error message at bottom after click.
  21. Hey Dan, I think this is the exact reason why my development always slow like hell The bot i am working on have about 17,000+ lines in code view (bot and UI html) Thanks for your advice, you are "saving lives" on this forum. Andrew
  22. I notice if i am working on a medium size bot, it will be slow to drag and drop the node and when click on "ok" it will need some waiting time. (i am on v4.2.20 & carl's bootstrap UI) i will not load bot file and compiling bot all the time, so the speed for open and compiling are reasonable. what i am in concern is the speed of each drag and drop of command, i tried to upgrade RAM and CPU and it does have some improvement, but not much. (as i said i have tried on i5 with 8GB RAM, i just don't have the equipment to test with i7 and SSD yet) do i need a latest i7 with 16GB RAM + high s
×
×
  • Create New...