hello. yes, I know that. but, I don't understand why it works with DXBuilder and not works with desktopX or as .exe. that all. thank you again. bye.
gaby75
hello. with DXBuilder In a same folder I put a object link (mylink.dxpack) and a file (mymovie.avi). My link is simply mymovie.avi (not: C:/blabla/blabla/blabla/mymovie.avi) If i click on my link in DXBuilder that open WMPlayer and start mymovie.avi. but, with desktopX the link is dead and if I create object mylink.exe the link is dead too. Why it's OK with Builder and not good with others? how do that, I need to export the file and his contents. thank for anwers.
hello. I use the method collapse (in silica calendar) but I keep that and I would test later. thank you.
hello. thank you for answer. this dont work in the configuration of my objet. if, by accident, I click on object2,it pass over object1 end hide object1. I test another method. thank you still. good bye.
hello. I have 2 objects in a widget. but I need that object1 is always above (with the top ) of object 2. I have to seek in Documentation, but… a link or an idea. thank you very much.
hello. always with my web browser on much of Internet sites, the links are "target_blank" and they open new windows's IE. I dont want that. I dont want to open a new window. I have sought on the web and I have found ppDisp = your webbrowser ---> my web browser is wiki_Browser Cancel = True <br/
hello and thank you, but... It is too complicated for me. I would see that the next year,when I would understand the vbscript. I use the event keydown with the keys F1, F2, F3. it is simpler soon a new question... bye.
good day. thank you for answer. but...I dont think that it is that I am trying to create a web browser.I have a textbox with 3 buttons= 3 link (URL+'word in textbox'). I try to create 3 keyboard shotcut towards these URL via my web browser. I dont find the method has to use. good bye.
hello. I dont find. How to use 2 keys with the method Control_OnKeyPress(Key) I need crtl+C Sub Control_OnKeyPress(Key) If Key = Ctrl+c Then DesktopX.ScriptObject("wiki_browser")...... End If Thank you.
thank you again. I'm happy, I find. 'Called when the script is executed Sub Object_OnScriptEnter End Sub Sub Object_OnStateChange(state) If state = "Mouse up" Then On Error Resume Next DesktopX.ScriptObject("wiki_Browser").Control.ExecWB 6,6 (or 6,2 for directly print) End If End Sub 'Called when the script is terminated Sub Object_OnScriptExit End Sub thank you all good bye.
thank you . I tested that the next week, but how to put it in a button I would see that tomorrow. bye.
Hello. In a webbrowser (activeX). I don't arrive has to open the print dialogbox. I have tested plusior scripts for a few weeks, but I don't see any more what making. I use execwb maybe: DesktopX.ScriptObject("wiki_Browser").Control.ExecWB .... or document.Control.ExecWB ..... I cannot any more what test. thank you.
thank you for answer. I have do like that. based on: Not Too Sure By Cyberium (dxtheme) Dim Adresse Function Object_OnLButtonUp(x,y,dragged) If dragged = False Then Adresse = "http://fr.wikipedia.org/wiki/Special:Search?search=" & DesktopX.ScriptObject("entree_texte").Control.Text DesktopX.ScriptObject("wiki_Browser").Control.Navigate2 Adresse End If End Function it's OK, but I test with your script. thank you still
hello. I try to make a web browser with DesktopX builder. I want to add one search box for wikipedia. I don't understand how to create a like towards the page I would like to make a link as that: (http://the_site)+(text in listbox) I use this script: Function Object_OnLButtonUp(x,y,dragged) If dragged = False Then DesktopX.ScriptObject("wiki_Browser").Control.Navigate2 DesktopX.ScriptObject("???????").Control.Text End If<b
hello. I try to make a browser for my childrens (as here) , but I need a button "print" . I search on this forum but I dont find. a small help would be nice. <img src="http://images.stardock.com/wc/smiles/Congrats.gif" border=0 align="a
hello. I search a tutorial for desktopX script editor. But I don't find. is there one? thinks.
I try that, but that opens also winamp player. thank you
hello I create a widget for hear a webradio. this radio use AAC+ streaming format (.M3U). only winamp read this format. I make my widget ( DXplayer>button play + user preferences>winamp) but this open winamp. I want just open the sound but this open the player winamp. why? there is a solution for dont open a player winamp thank you
hello. Is it possible to close winamp with shorcut, I dont find on the web. thinking in advance.
hello. thank you very much for your aid. I gave up these functions. the user is 4 years old. I chose the short cuts. I keep your script if I need. thank you. bye
hello. I create popup menu.but if I open the widget the menus open too. it is possible not to open the menus. thank you.
hello. it is still me. I tests another thing.... I create 3 short cuts (shortcut01, shortcut02, shortcut03) in 1 group (groupA) after, I create a object controller for close "groupA". it's OK. after, I create object controler for only open "shortcut01". it is not OK, it open the "groupA" why??? it is not possible to open only one object of the group? bye. >>> <a href="http://mapage.noos.fr/g
hello. yes, I can use the short cuts, but I do not want…. here, the widget Link I want to open the game while clicking on the button start of the gameboy I thought of making ... <a href="http://mapa
can I to open and activate an object without “states” (click,mousse down,mousse over...) just open and action. thank you.