Jump to content

emin

uniGUI Subscriber
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by emin

  1. It works pefrectly. Thank you so much. Is there a solution for adding an image to the added button?
  2. I tried this way but it doesn't work. Can you please write the full code, and how add an image to new button. Thanks
  3. Hi I tried many thinks but none of them worked. Where do I need to add index position and how. config.listeners = { render: function(editor) { editor.getToolbar().insert({ xtype: 'button', text: 'Kaydet', handler: function() { ajaxRequest(sender, 'Kaydet', []) } }); } }
  4. Hi I need extra button in htmlmemo toolbar. I found a script that allows to add a new button to the toolbar. But I need more than that. How can I add the following functions to the new button. - add an image to the button - adding the button in the desired order. this script adds the button at the end
  5. I finally fixed the problem with Hayri's support. Previously, I was selecting uniwebcam.camera.name in form creation. When I select the cameraname in the CameraList event, the problem disappears. Now it works fine
  6. emin

    Bootsrtraps theme

    I made some progress but still have a problem I want the selected node in Unitreemenu to look like the first picture. However, when mouse over, it looks like the second picture.
  7. emin

    Bootsrtraps theme

    One of our clients asked me to use bootstrap theme which looks good in app. However, I could not find an up-to-date source on how to use the bootsrap theme in unigui, both in the forum and on the internet. Although extjs and bootstrap are different frontends, if it possible to get the same image by transferring other files? This is what our client want
  8. I did the same thing, but interestingly, when I add the uniwebcam component to another form, the camera list is displayed at runtime, but the camera component does not appear (I want to use the camera form as a popup form)
  9. Hi Hayri I need a simple fix. When the form is created, the camera automatically became actives and asks for permission from the user. Instead, when I click the "start camera" button, I want to activate the camera and get permission.
  10. Hi Hayri When I run the application locally, it finds the cameras. But when I install it on IIS on the server the cameras are not listed. You can access the application from the link below. https://destek.mpsyazilim.com/webcam/
  11. I could not find how to enter different domain parameters in this script. For example, how can I get the value of the "ct_timezone" cookie in the domain https://www.w3schools.blog
  12. Hi Cookie value can be retrieved from same domain using this code, but I need to get cookie values from another domain. Since my app will serve as a subdomain and when the app is created I have to pick the same language as the main domain by getting the language cookies of the main domain.
  13. The best solution is
  14. Default screenmask property
  15. Hi How can I replace standard screen mask cursor
  16. Finally I solved the problem. It was my bad. I forgot to clean clientevents. Thanks for your patience and support
×
×
  • Create New...