ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > JGPaiva's GridMove and Ahk Tools

Small utility for quick prototyping GridMove layouts

<< < (2/3) > >>

jgpaiva:
Shades: put the lines inside a file, and pass that file as the second argument ;)

Shades:
 :-[

Xitsa:

PS: did you make this with ahk? Maybe you could post the source code too? ;)
-jgpaiva (August 26, 2008, 05:43 PM)
--- End quote ---
I'm glad you like it too :)
Here new version and sources.
I fixed some things in output (missed some rare case).

Program is wriitten in mix of C and C++ and quite straightforward:
Firstly developed in Borland C++ Builder and later ported to Visual C++ (to achieve more small size).
Comments are in russian but everything should be easy to understand.
One thing that can be confusing is using a combo Flex+Bison, but without them I would write parser more longer :)

P.S. please keep an empty line at the end in *.grid files: it seems lexer needs it for some reason.

jgpaiva:
Here new version and sources.
-Xitsa (August 28, 2008, 12:55 PM)
--- End quote ---
Cool!  :Thmbsup:

One thing that can be confusing is using a combo Flex+Bison, but without them I would write parser more longer :)
-Xitsa (August 28, 2008, 12:55 PM)
--- End quote ---
Flex+Bison? I've used that at school, interesting way of solving this problem, I must say. I wouldn't say it's code for begginers, though ;)
I see you had some serious work doing this (the fact you did it just proves that making grids for gridmove really is insanelly hard!), thanks a lot!!

patteo:
Shades: put the lines inside a file, and pass that file as the second argument ;)
-jgpaiva (August 26, 2008, 08:02 PM)
--- End quote ---

I guess I'm not that smart as well as I can't get it to work.

What does put the lines inside a file mean - like creating a batch file with the commands in it ?

e:\downloads\gridstack HStack ( Window 1 Window 2) e:\grid.grid

But that produces the same error message as well.

Or do you mean create a text file such as parameters.txt containing the text
HStack ( Window 1 Window 2) e:\grid.grid

Then I execute the command

e:\downloads\gridstack parameters.txt

----------
I just get the same error message
Use: gridstack input.stack output.grid

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version