Search results

  1. G

    Open select directory

    Hello, When using SelectDirectory function, I can select a directory but it doesn’t open the directory after cliking the ok window modal button. Any solution to open it ? Thank-you
  2. G

    GoToPage problem

    My code : My use: Thank-you !
  3. G

    GoToPage problem

    Hello, I have an access violation using GoToPage procedure : Can you please show me an example of use ? Thank-you
  4. G

    Echo toolbar button names via PHP

    Javascript function must be set between two folowing tags : <script> </script>
  5. G

    Echo toolbar button names via PHP

    Can you show how do you write the javascript function concerned ? Also, try to copy paste, before to use it in your script, in notepad the code I have showed you and then, in notepad, replace the double quote if necessary. Then copy the code from notepad and paste it in your script. And don’t...
  6. G

    Echo toolbar button names via PHP

    This you should be able to create it when you setup action for your button. First create an hescript procedure, and then configure your button action using hescript to choose the one you just created: Hescript: In your principal .php page add the following Then add this javascript:
  7. G

    Echo toolbar button names via PHP

    Now, what i am trying to do is to replace a TImage (in toolbar) with one locate in Data’s folder, is it possible ? Example : Then: It is not replacing the picture that way !
  8. G

    Echo toolbar button names via PHP

    One solution, for icon image change on button : Then : If you change 0 for 1 see the effect when testing your app.
  9. G

    Echo toolbar button names via PHP

    Hello, Is it possible to do the same replacement with image, button color, background color and more like we can do it with caption’s text on buttons ? Thank-you !
  10. G

    Responsive Toolbar Button

    Yes, it works, thank-you 🙂
  11. G

    Responsive Toolbar Button

    Any solution in view ?
  12. G

    Responsive Toolbar Button

    Mistake, the toolbar resize but not the button size
  13. G

    Echo toolbar button names via PHP

    To create and verify your database with php, you can do the following : Then to echo url do like follow
  14. G

    Responsive Toolbar Button

    Not working the toolbar does’nt resize when reducing!
  15. G

    Upload script not working

    Replace : $file = file_put_contents($target_file, FILE_USE_INCLUDE_PATH); With: move_uploaded_file($_FILES[“fileToUpload”][“tmp_name”], $target_file);
  16. G

    Responsive Toolbar Button

    That 's the problem i am facing, it does’nt resized automatically. Maybe it is because I don’t add new buttons in the right way ! I will try again. Thank-you
  17. G

    Responsive Toolbar Button

    Hi, How to make toolbar and toolbar’s buttons responsive ? Thank-you
  18. G

    Echo toolbar button names via PHP

    Yes, it works 🙂 Thank-you
  19. G

    Echo toolbar button names via PHP

    Now, how is it possible to have it all as a unique hescript ? I mean more that to have to write a procedure for each button caption, to put everything in only one hescript and use it as follow; Thank-you,
  20. G

    Echo toolbar button names via PHP

    Ok, found solution (it was my mistake): using rather than
Back
Top