Jump to content

GrungeRocker

Active Members
  • Posts

    415
  • Joined

  • Last visited

About GrungeRocker

  • Birthday 11/13/1989

Profile Information

  • Member Title
    *narF*
  • Location
    Kassel, Hessen, Deutschland|| Kassel, Hessen, Germany
  • Interests
    AutoIT :D

GrungeRocker's Achievements

Universalist

Universalist (7/7)

0

Reputation

  1. The XML-File looks like this: <DreamSys><Tiff2PDF><Section name="1"><Tiff file="C:\Programme\ELOoffice\Postbox\Administrator\U_19143202_0000001.TIF"/><Tiff file="C:\Programme\ELOoffice\Postbox\Administrator\U_19143202_0000002.TIF"/></Section></Tiff2PDF></DreamSys> Could anyone please help me? I tried it in a hundred of different ways, but I just don't get it to work.
  2. Hi! I'm writing an XML-File like this: FileWrite($xml, '<DreamSys><Tiff2PDF><Section name="1">') For $i = 1 To $documents[0] FileWrite($xml, '<Tiff file="'&$documents[$i]&'"/>') Next FileWrite($xml, '</Section></Tiff2PDF></DreamSys>') Now I#m trying to read out all $documents I wrote in to it, but it won't work. Could anyone please post a way how to do it? Thanks
  3. No =( _*_N*"text"" Seems valid to it, but the last " is not closed =((
  4. The Text is only allowed to be in " " and ' '
  5. Hi. I need to varify a string. So I just want to check, if the string uses valid characters. Allowed characters are: * _ L N n "any text with numbers in it" 'any text with numbers in it' I tried it with $validpattern = '[*_LNn]"(.*?)"' $validpattern = $validpattern & "'(.*?)'"but that does not work. I really don't get those expressions.... May someone help me?
  6. Thanks! That should do it.
  7. Hey Folks. I need an image container for one of my scripts. So I got a jpg file, that I open with GDI plus and it's size is about 2480x3508px an that's too large for my GUI (800x600px). So I want to make an Imagecontainer with Scrollbars in which the image is shown with 100% size. Anyone got an idea how to solve this problem? (Now I'm showing the picture in a smaller size, so it fits into my GUI)
  8. Hi! Is there a way, to get the filesize of an image on a web page using the _IE UDFs? Ohh... Erm. Forget about it....
  9. Thanks. Made it like Melba and it works
  10. It seems, that it is noch possible to use macros as standart parameters in functions Func _Load_TV($reg = @ScriptDir & "\Reg.bc") That is not working... Anyone an idea how to get this working?
  11. Hi! I'va got a GUI with a TreeView, which the User is able to config. So he can make new parents and childs, as he wishes to. No I need a method to save the TreeView to a file, so that the User will be able to load different TreeViews at any time from his saved files... Hope you understood what I meant!
  12. Please be more accurate... I don't get what you mean. Are you downloading the file with a AutoIt script?
  13. Thanks. I will give it a try tomorrow! Good night
  14. It would be better if you would let the user choose the paths to his programms, or if the script would be reading them out of the registry. (Because I use a german Windows, an so it is not "Programm Files" for me )
×
×
  • Create New...