Jump to content
UBot Underground

cob007

Members
  • Content Count

    352
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by cob007

  1. i want the togggle switch metro datagrid to be like this but im not able to do add this in the final ubot LOAD XAML UI.

    In that it ends up looking like another toggle switch, like the one you show in the training video.

     

    this is the code i used and although in xaml UI it shows exactly like this the windows 10 style toggle switch like the link of mahaapps below, in the final UI inside Uobt it shows like , like the one you show in the training video.which is the normal toggle switch and not windows 10 stylr

     

                                            <StackPanel Grid.Column="0" Margin="220,120,0,0" Height="167" VerticalAlignment="Top">
                                                <Controls:ToggleSwitch  x:Name="metroProgressBar" Header="Toggle Switch Sample"
                        
                         VerticalAlignment="Stretch"/>
                                            </StackPanel>

     

     

     

    https://mahapps.com/docs/controls/toggleswitch

  2. Hi Nick,

     

    I sent an email with my question but posted here in case the answer may be useful to others if the glitch is widespread and not related to my setup:

     

    After adding sorting logic hooked to a Datagrid event header click, when updating the grid with the sorted table the Table to Datagrid command works instantly, which is awesome.

     

    The problem is, when the table has formatting or special cells/columns that aren't text-based the table to Datagrid command isn't able to add the cells with images or buttons, styling, etc.

     

    So I clear all Datagrid rows with the command and then loop through the table to add the rows one at a time. Unfortunately, when doing this the table clears and then doesn't update in the interface until after a fairly significant delay - it's like the UI locks up.

     

    I haven't been able to find a way around this delay - do you have any suggestions on how the grid can update in realtime as the rows are added to remove the lag?

     

    Side note: thanks for adding the tree view stuff, I haven't gotten a chance to experiment with it much yet but it will definitely add to the UX for bots so I'm excited to dig in.

     

    Thanks again for all your excellent work on the plugin - very much appreciated!

    Hi drew

     

    I had the same issue and i have made the same workaroud. Nick said he will work on doing a table to datagrid with images as at the moment table to datagrid does not allow images to be

    used directly AS TABLE TO DATAGRID can only work with text column at the moment

  3.  

    Update V 1.11

     

    Added
    • Change DataGrid Text Cell Value
    • Change DataGrid Image Cell Value
    • Change DataGrid Button Cell Value
    • Add DataGrid Header Click Event

    The ability to run a command when the datagrid header is clicked means that you can implement a sorting algorithm for the datagrid. In the UltimateUI Demo folder that comes with the plugin you will see DataGrid With Sort Example to see a basic example of how to use Add DataGrid Header Click Event and sort a table.

     

     

    ive sent you a PM with regards to the query

  4. sorry what i meant was this as u mentioned it will work only with text columns as below, can the table to datagrid work with image column. Its ok if it cannot work with button column but if a update can be made to with table to datagrid image column then that would be great

     

     

    Update version 1.5

     

    Added - Table To DataGrid (still experimental and likely will change)

    Fixed - Events not working correctly

     

    Note: Table To DataGrid will still require you to initialize the DataGrid. It will only work with text columns for now, so your entire DataGrid should be text columns to use this. This command is still early but it is functional and so I included it in this update along with the bug fix.

  5. this is s

     

    Was still using version 5.9.55 and was basically unable to create scripts anymore because it was running so terribly. Decided to go ahead and update to the latest version but when i paid for the updates. I was redirected to the site from paypal and given a download link to install. I installed the software and when loading it up,  it said that my license was not able to run this version. Logged into website and nothing reflects the fact that I just purchased and upgrade subscription. Went to go submit a support ticket (as requested by 800 number I tried calling first) and the support ticket system css and system in general is broken and wont let me submit a ticket!!! Can an admin or someone please message me here to start the refund process? No way am I going to put more money into a project as broken as this seems to be. I realize it's late so I'll give until 5/31 @ noon before I issue a charge back with my bank. Completely disappointing...

    this is support link, few days ago my ticket worked fine.

     

    http://support.ubotstudio.com/index.php?/default_import&__cf_chl_jschl_tk__=3eec4669c9bb123929e2d59abbf67ee3b9a60fcb-1590935401-0-AROVoMJOHUIN3r-moErCJBnVjiu3oCuWAbiEf9U1ZrNJlCEmsOTF6boc0ArQf6VtH1SVzsXj20AKmCBVaPNz4AM4jbOzaY_jnpCdZeLL0wp7AQTJPlTbS5vRrYrQZ2w-YORXeV7KYQzzRL0Vr8eieVjGkzDcM68qsm4lawaOE9ZZ6Qph2UDhBWee8YOlsC3nxIZ9_2NPtEu9pJUkfUvH0X50emKgMY9YggI7StU_DJ2H4z0qWBDw-6Y6a30xVCgiBbpFu7YNmrSu0rvJ6iEdxgyoUSJfKuxrk3k5T52V2WEp16f-WM-g9xnK7CURbZekSA


     

  6. If the Internet outage affecting the machine that's attempting to launch the stand-alone compiled application occurs once the support files have already started being downloaded, the "Downloading Support Files" window remains open with the green progress bar remaining stuck in place. I've tested allowing the Internet outage to continue for upwards of 15 minutes. Once Internet access is restored, the download did not resume and the green progress bar remained stuck in place. The compiled stand-alone application remains in the Task Manager in a perpetual "Loading..." state.

     

    so in case like this we need to delete it from the appdata folder and then reinstall it again?

  7. Great! Is it possible to ask meter to update the locker to the latest microsoft framework? Some of my customers with windows 10 having trouble with activating framework 3.5 on their computer thus software not opening properly.

    u mean because it is based on 3.5 framework and not the latest 4.6? whe you say trouble activating means what error is coming

  8. I had tis same problem with some bots if last year which dont open in virtulbox and get stuck in loading like yours but when i reinstalled ubot at beginning of the year and then compiled, they are now opening in virtualbox without issues but i had to block the antivirus in the virtualbox as well and also the windows firewall, try with 5.9.19, those ones are opening in virtualbox

×
×
  • Create New...