JScript Posted September 17, 2009 Share Posted September 17, 2009 (edited) Function Reference_FloatText.au3Functions related to presentation of text on the screen without the need for windows!Sintax:_FloatText_Create( "text", left, top [, style [, exStyle]] ) _FloatText_SetFont( controlID, size [, weight [, attribute [, fontname [, quality]]]] ) _FloatText_SetText( controlID, "Text" ) _FloatText_SetState( controlID [, state ] ) _FloatText_Delete( controlID ) _FloatText_SetColor( controlID, color ) _FloatText_SetPos( controlID, left, top ) _FloatText_GetPos( controlID )Supports:; Alphanumeric characters!Downloads:Version: 1.20bFloatText_v1.20b_20-05-2012_en.zipNote: I have made significant changes in the code, including the syntax of all the functions!Usage example is included!Sample:Note: You can use Style and exStyle same as GuiCtrlCreateLabel() funtion!Ex.: _FloatText_Create("text", 10, 10, -1, $GUI_WS_EX_PARENTDRAG) for drag text!Fixes:1.20b20/05/2012 -> The UDF has been completely re-written, text quality is 10, fast and stable, all functions have been modified, including parameters!Regards,João Carlos. Edited May 20, 2012 by JScript Venix 1 http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Skrip Posted September 17, 2009 Share Posted September 17, 2009 Pretty sweet. Could be useful! [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left] Link to comment Share on other sites More sharing options...
JScript Posted September 17, 2009 Author Share Posted September 17, 2009 Pretty sweet. Could be useful!Thank's man!!! http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
UEZ Posted September 17, 2009 Share Posted September 17, 2009 Looks very interesting! I will have definitely a closer look to the UDFs Thanks for sharing, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
November Posted September 17, 2009 Share Posted September 17, 2009 Great UDFI'll sure use it in the next scripts!Excelente trabalho! Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font] Link to comment Share on other sites More sharing options...
JScript Posted September 17, 2009 Author Share Posted September 17, 2009 Looks very interesting! I will have definitely a closer look to the UDFs Thanks for sharing,UEZHi, thank you my friend!!! http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
JScript Posted September 17, 2009 Author Share Posted September 17, 2009 Great UDFI'll sure use it in the next scripts!Excelente trabalho! Yes..Obrigado a você! Meu sonho é um dia conhecer Portugal... http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
JScript Posted May 20, 2012 Author Share Posted May 20, 2012 (edited) The UDF has been totally rewritten with the code more simple, fast, stable and better quality! Regards, João Carlos. Edited May 20, 2012 by JScript http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
PhoenixXL Posted May 20, 2012 Share Posted May 20, 2012 Hey U can add a Functionality of Draging or Fading .....................N U get more Likes and Comments..........If U want More help Regarding the Above Two Functions.............I have Already made a UDF similar to yours with the Above two Extra Functions......... My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression. Link to comment Share on other sites More sharing options...
JScript Posted May 20, 2012 Author Share Posted May 20, 2012 @PhoenixXLFor draging: _FloatText_Create("text", 10, 10, -1, $GUI_WS_EX_PARENTDRAG)For fading I have not much interest...Regards,João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Venix Posted May 20, 2012 Share Posted May 20, 2012 This is pretty cool, I may use it sometime. Another great UDF . Link to comment Share on other sites More sharing options...
PhoenixXL Posted May 20, 2012 Share Posted May 20, 2012 Well I forgot to Mention.................... Awesome UDF................ Keep up the Good Work..................... Regards Phoenix XL My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression. Link to comment Share on other sites More sharing options...
JScript Posted May 20, 2012 Author Share Posted May 20, 2012 @Venix and @PhoenixXL Thank you guys! Regards, João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Belini Posted May 21, 2012 Share Posted May 21, 2012 Excellent modifications, congratulations and thanks for sharing My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
JScript Posted May 21, 2012 Author Share Posted May 21, 2012 I'm glad you liked, thank you @Belini!!! Regards, João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Topher Posted May 22, 2012 Share Posted May 22, 2012 Thank you for sharing. I can see a use for it in one of my games. [left][hr] $mood = "whimsy" $mode = "confused" $randomChaos = True Do Something() Until $Tired[/left][left]Reflex (Arcade game)[/left][left]IX (Board game)[/left][left]The Word Game (Word game)[/left][left]Plastic Sliding Squares Puzzle (Puzzle)[/left] Link to comment Share on other sites More sharing options...
JScript Posted May 22, 2012 Author Share Posted May 22, 2012 Very Nice! I want to see the result when you finish. Regards, João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now