Jump to content
UBot Underground

Recommended Posts

  • Replies 615
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

3.1.2.1 folder browser dialog: add option "Empty On Cancel"

V3.0.7.5 listbox dialog: add margin option to ok & cancel button

Hi. Command is missing. It can not run on other machines except my machine. I try to fix it But if I did I would fix something else instead.

Posted Images

V2.1.0.0
Add C/F:
checkbox dialog:

  • - load data from table
  • - set header text by first table data
  • - select item checkbox
  • - select item checkbox all
  • - press ok button



Thank you so much "rtlinfo" For contributing to this command.
Link to post
Share on other sites

On "advertise dialog", links doesnt open on default browser. It always opening on internet explorer.

My default browser is google chrome..

Http Links must be defined before.

 

https://support.google.com/chrome/answer/95417?hl=en

https://support.mozilla.org/en-US/kb/how-make-web-links-open-firefox-default

post-5560-0-37715100-1400389052_thumb.png

Link to post
Share on other sites

The way you show does work.

 

But if you add in your own html with a link it opens up IE every time even when

"Open Link in Default Browser" is true.

Link to post
Share on other sites

The way you show does work.

 

But if you add in your own html with a link it opens up IE every time even when

"Open Link in Default Browser" is true.

 

Test Open By Firefox Default Browser And Own html

Link to post
Share on other sites

Nice one pash.

I like this more than "data tables editor dialog.

 

Can you develop this to make it looks like an editor?

Press F2 key for edit

Link to post
Share on other sites

Press F2 key for edit

 

Yes. I can double click it as well.

 

I mean have an option to remove the checkboxes,buttons and save the modified part after you click ok.

Just like the editor.

Maybe call it "data grid editor"

Link to post
Share on other sites

Not., I have not had time to do more. (This statement is made in accordance with the requirements of the donor).

Link to post
Share on other sites

Yes. I can double click it as well.

 

I mean have an option to remove the checkboxes,buttons and save the modified part after you click ok.

Just like the editor.

Maybe call it "data grid editor"

Not., I have not had time to do more. (This statement is made in accordance with the requirements of the donor).

Link to post
Share on other sites

pash could you look why in the advertise dialog the labels for google charts is being cut of it works in all other browsers.

<html>
  <head>
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
    <script type="text/javascript">
      google.load("visualization", "1", {packages:["corechart"]});
      google.setOnLoadCallback(drawChart);
      function drawChart() {
        var data = google.visualization.arrayToDataTable([
          ['Task', 'Hours per Day'],
          ['Work',     11],
          ['Eat',      2],
          ['Commute',  2],
          ['Watch TV', 2],
          ['Sleep',    7]
        ]);

        var options = {
          title: 'My Daily Activities',
          is3D: true
        };

        var chart = new google.visualization.PieChart(document.getElementById('piechart_3d'));
        chart.draw(data, options);
      }
    </script>
  </head>
  <body>
    <div id="piechart_3d" style="width: 900px; height: 500px;"></div>
  </body>
</html>
Link to post
Share on other sites

Issues:

$date picker dialog

 

On non english systems it's not using the right format:

datadialog.JPG

 

 

Also:

 

datadialog2.JPG

 

 

 

And:

datadialog3.JPG

 

 

Thanks

Dan

Hi Dan.

in next update

Link to post
Share on other sites

 

pash could you look why in the advertise dialog the labels for google charts is being cut of it works in all other browsers.

<html>
  <head>
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
    <script type="text/javascript">
      google.load("visualization", "1", {packages:["corechart"]});
      google.setOnLoadCallback(drawChart);
      function drawChart() {
        var data = google.visualization.arrayToDataTable([
          ['Task', 'Hours per Day'],
          ['Work',     11],
          ['Eat',      2],
          ['Commute',  2],
          ['Watch TV', 2],
          ['Sleep',    7]
        ]);

        var options = {
          title: 'My Daily Activities',
          is3D: true
        };

        var chart = new google.visualization.PieChart(document.getElementById('piechart_3d'));
        chart.draw(data, options);
      }
    </script>
  </head>
  <body>
    <div id="piechart_3d" style="width: 900px; height: 500px;"></div>
  </body>
</html>

Please do not ask me about the website css javascript ext.. I do not have this capabilities

Link to post
Share on other sites

Suggestion for advertise dialog:

 

Have an option on the lower left/right side of the dialog to add a checkbox and a small description.

 

For example we want to ask the customer "Dont show this popup anymore" then a checkbox next to it.

Link to post
Share on other sites

Suggestion for advertise dialog:

 

Have an option on the lower left/right side of the dialog to add a checkbox and a small description.

 

For example we want to ask the customer "Dont show this popup anymore" then a checkbox next to it.

 

Please use the "HTML + Script" and the command "$ advertise dialog document text".

 

Which is a command for information from command "advertise dialog".

 

The purpose of this command is (Where you ever requested it).

Link to post
Share on other sites

set(#downloadfolder$plugin function("Advanced Dialog.dll""$folder browser dialog""Please select a folder.""My Documents"$special folder("Application"), "True"), "Global")

 

 

When a drive (d:) is selected the function adds a \ to the end:

Result =   d:\  or c:\

 

when a folder is selected it's NOT adding a \ at the end

Result = c:\folder  or d:\xx\folder

 

Could you please make that consistent?

 

Otherwise I need to check if someone selected a folder or a root drive. So that I know if I need to add a \ or not.

 

Thanks

Dan

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...