User Tag List

Results 1 to 2 of 2

Thread: Character Limit to Expression Editor?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jul 2006
    Location
    Pittsburgh, PA, USA
    Posts
    777
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Character Limit to Expression Editor?

    I made a small example app to show my problem. Click Here to download it. (31 KB)

    I have this in my event editor:
    • Upon pressing "F12"
      -File Object: Run application "C:\Windows\System32\cmd.exe /k "+command
    "command" is a global string that stores a command for the Windows Command Processor (cmd.exe) to run. In this case, I have the global string set to:
    Code:
    C:\Progra~1\Unreal~1\binaries\UT3.exe server 
    DM-Arsenal?Game=UTGame.UTDeathmatch?GameMode=0?minnetplayers=1?maxplayers=2?timelimit=0?goalscore=15?ServerName=a?AdminPassword=a 
    -login=pinacoladaxbspy -password=32gb789 
    -Port=7777 -QueryPort=6500 -log=MyServerLog.txt 
    -unattended
    This should work, but when I press F12, nothing happens at all. When I manually paste the "command" global string into an open command processor, it works fine.

    I also tried changing global string "command" to something shorter, like "C:\Program Files\QuickTime\QuickTimePlayer.exe" and it worked just fine: the console window opened and then ran my selected application.

    Why isn't this working? Could someone please help me? :cry:

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jul 2006
    Location
    Pittsburgh, PA, USA
    Posts
    777
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Character Limit to Expression Editor?

    I found a way to do it with the pipe object (thanks SEELE for the example).

Similar Threads

  1. Runtime Character Limit
    By ProdigyX in forum Fusion 2.5
    Replies: 1
    Last Post: 19th October 2013, 03:48 PM
  2. Expression Editor Limit???
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 3rd May 2013, 04:32 AM
  3. Expression Limit (100?)
    By Mark_Pay in forum Extension Development
    Replies: 10
    Last Post: 13th February 2009, 04:29 AM
  4. Expression Editor and Icon Editor
    By OldGuy in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th September 2008, 01:21 AM
  5. Expression Editor Lenght of name limit
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 12th February 2008, 12:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •