topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday June 5, 2024, 10:37 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ConstanceJill [ switch to compact view ]

Pages: prev1 ... 5 6 7 8 9 [10]
226
Thank you, that's becoming closer to what I had in mind :]
Though I really wish the buttons could have custom captions, as that would make it much easier for the user to reach the intended function.

[…] automagically […]
Huh ? I see what you did there ;)

227
To Target : Hey, not bad :)

A few things though :
 - Would it be possible to have options to prevent it from "auto-hiding" and to be able to move it without it sticking to the top edge of the desktop ?
 - Though I don't have an example yet, I fear there might be issues should any command line require the text "target" (instead of the target's name) to be written within one of its commands. Or is there any syntax trick to prevent it ?
 - If possible, I'd prefer to enter the target name in a field on the same window as where the buttons are, so I don't need to click "OK" in a second window to actually run the command — though that can act as a "confirmation" dialog
 - I guess the window should be manually resizable, for with these default commands, the status bar is too short to display the contents of the B3 and B6 command
 - should we keep the dialog box asking for the target's name, I guess it would be nice if that window also reminded somewhere of which command it will run

To Ath : No problem, I can wait :]

228
Hello there :}
how picky are you about graphical buttons, and where do you anticipate you would get the icons?
Hmm I'm not sure I completely understand the first part.
If that means "does it absolutely have to be buttons", then well, I'd really prefer ìt to
If that means "is that mandatory that you could put icons on the buttons", then my answer is : no, though I'd prefer if it was possible — as stated in the first message, it's part of the "optional" features
About where I would get the icons : from within some .exe, .dll, .cur or .ani files. Possibly some .bmp renamed to .ico, since that seems to work fine enough under XP / 7

and if you could provide a sample of some of the commands you use (and the parameters) that would be helpful
Sure, here are a few examples.

ping -t target
sc \\target start remoteregistry
reg add "\\target\HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
mstsc /v:target
shutdown -r -t 0 -m \\target
"c:\program files (x86)\mozilla firefox\firefox.exe" http://target
telnet target:9000
wmic /node:"target" /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000002}” /NOINTERACTIVE

229
Thanks a lot, looking forward to it :D

230
Hmm I suppose I could use it if it had the mandatory text field for the user to input the target('s hostname or IP) and the second field for the second part of the command, since some administrative commands can't have the target to be specified at the very end — though I probably could create .bat files to get around that part.

Though, I think I'd prefer if possible a more "standard looking" resizable window, with less options in the editor xD

Here are some rough sketches of what I have in mind.

Main window :


- Right clicking on a button would open a context menu to edit or remove it
- Right clicking in the empty space of the "buttons zone" would allow to add a new button.
- The buttons don't absolutely need to be as large as on my sketch, as long as they're large enough for an icon and a short caption — we probably won't need anything longer than "Telnet, port 9000" or "Trigger CCM Soft. inventory"

Add / Edit dialog :


That's about all I need for the user interface :)

231
Hello there ;D

This does seem like something that might be doable with my Find and Run Robot program (or with a plugin for it?).
Hmm I'll need to take a closer look at it before I can answer this ^^

Hi, ConstanceJill, and welcome to the site.  I had meant to reply to your original post but it slipped my mind.  Apologies.
No problem :}

In regards to your request, does it have to be physical buttons on the GUI?  Interfaces like that can get really messy if you plan on adding a large number of these commands.  What about using a listview where you can double-click a row to run a command.  Or, highlight a row and click a single button to run a command?
Well I had chosen buttons because these where the first user interface objects that came to my mind in order to minimize the number of mouse clicks required to trigger an action, so it would probably be the fastest way of triggering (several) pre-defined actions, but I suppose double clicking a listview line could do the trick too. Though I guess then I might not be able to choose an icon for each action (?)
Also, buttons don't need to be huge, as long as they have a tooltip on mouseover that describes what they do and/or an icon, so I guess one could get a few dozens to fit even in a rather small window — while there is no particular restriction on the program's window size.

232
Well, not even a single reply after a whole month has passed… did I do anything wrong in the way I asked ? :/

233
Hello there :}

I work in some sort of help desk and have been "dreaming" lately of some GUI program which I (and maybe my co-workers) could use as a customizable remote administration console.
I looked for various types of launchers or other "parameterizers", but couldn't find what I need.

Selector first seemed close to that, but still, somehow lacks some things for my needs.

So, without further ado, I guess I should explain how I see the thing…


Main features / requirements :

* A GUI driven program, to be run under Windows (32/64 bits), which would have :
 - a text field where the user would type or paste a "target" : for the usage I have in mind, we would enter there either a networked machine's hostname or IP address
 - a zone with user-definable action triggering buttons (from now on, let's call them "button")

* For each of those buttons, the user should be able to define :
 - a caption (displayed either on the button or near it, up to you and depending on whether or not some of the optional features —see further below— are implemented)
 - a command with optional prefix parameters string (let's call that whole string "prefixcmd" from here on)
 - additional parameter "suffixes" : the user would not be required to enter some, but it is necessary that he would be able to
 - it must be possible for the command to be a .bat/.cmd file, it must NOT be restricted to .exe files (like Selector seems to be, from what I've seen)

* The user should be able to create more, modify or remove individual "buttons", if possible from within the GUI itself (for example by clicking a dedicated button, or by means of a right click/context menu from the empty space in the window) ; if not, by editing a human readable config file

* The buttons list should be saved in a portable config file anyway (please, not in the registry)

* When the user clicks the action button, the program concatenates prefixcmd+target+suffix (without "+" or anything) and starts the resulting command line


Optional Features that would be pretty nice if you have enough time for it :

* let the user chose an optional custom icon for each button

* while the mouse cursor is over a button, display the concatenation of the command that clicking that button would send, either as a tooltip or in a status bar

* ability for the user, when editing an action trigger button, to add some flag for the program to ask confirmation before running that command (useful for "shutdown-like" commands ^^'

* a most recent targets list

* a "favorites" list ; the user should be able to easily add the "current target" to his favorites or load a target from his favorites list


In case you'd need a name for the program, well I've been thinking about it… though I could not settle on something definitive, I suppose something around the lines of "Customizable Remote Administration Panel" (or in short "CRAP") would do ? xD

Of course, don't hesitate to ask if you need me to rephrase something, give more precisions, if you have suggestions etc. :)

234
Activation/License/Language Help / Re: Use in work environment ?
« on: August 23, 2012, 11:31 AM »
OK, thanks a lot :]

I wonder how I missed the "Help" link… probably was too focused on looking for a "FAQ" one ;D

235
Activation/License/Language Help / Use in work environment ?
« on: August 23, 2012, 10:49 AM »
Hello there .o/

I've seen on the Keys page that the programs (or is it only some of them ?) are declared to be "free for personal use".
While the "free" word is written in bold, I am more concerned about the "for personal use" part. So my question is : can we use (some of) them in a company ? (Which ones ?)

More specifically, I was thinking of requesting for a specific program which, I think, would be pretty useful for my job… but if, when it's made, it is only free "for personal use", I wouldn't know for sure whether or not I'm allowed to use it at my workplace and share it with my co-workers — while I probably would have no use for it at home.

Can someone please clarify this for me ?

Have a nice day :]

Pages: prev1 ... 5 6 7 8 9 [10]