Messages - jgpaiva [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 919next
26
I did indeed miss this thread :)
But I think that the links tomos posted are awesome, they should help you create this grid, which in fact is really simple.
Something similar to this should work: (disclaimer: I did not test this)
[Groups]
  NumberOfGroups = 12

[1]
  TriggerTop    = [Monitor1Top]
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*1
  TriggerBottom = [Monitor1Top]  + [Monitor1Height] /2
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*0

[2]
  TriggerTop    = [Monitor1Top]  + [Monitor1Height] /2
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*1
  TriggerBottom = [Monitor1Top]  + [Monitor1Height]
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*0

[3]
  TriggerTop    = [Monitor1Top]
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*2
  TriggerBottom = [Monitor1Top]  + [Monitor1Height] /2
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*1

[4]
  TriggerTop    = [Monitor1Top]  + [Monitor1Height] /2
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*2
  TriggerBottom = [Monitor1Top]  + [Monitor1Height]
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*1

[5]
  TriggerTop    = [Monitor1Top]
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*3
  TriggerBottom = [Monitor1Top]  + [Monitor1Height] /2
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*2

[6]
  TriggerTop    = [Monitor1Top]  + [Monitor1Height] /2
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*3
  TriggerBottom = [Monitor1Top]  + [Monitor1Height]
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*2

[7]
  TriggerTop    = [Monitor1Top]
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*4
  TriggerBottom = [Monitor1Top]  + [Monitor1Height] /2
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*3

[8]
  TriggerTop    = [Monitor1Top]  + [Monitor1Height] /2
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*4
  TriggerBottom = [Monitor1Top]  + [Monitor1Height]
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*3

[9]
  TriggerTop    = [Monitor1Top]
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*5
  TriggerBottom = [Monitor1Top]  + [Monitor1Height] /2
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*4

[10]
  TriggerTop    = [Monitor1Top]  + [Monitor1Height] /2
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*5
  TriggerBottom = [Monitor1Top]  + [Monitor1Height]
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*4

[11]
  TriggerTop    = [Monitor1Top]
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*6
  TriggerBottom = [Monitor1Top]  + [Monitor1Height] /2
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*5

[12]
  TriggerTop    = [Monitor1Top]  + [Monitor1Height] /2
  TriggerRight  = [Monitor1Left] + [Monitor1Width]  /6*6
  TriggerBottom = [Monitor1Top]  + [Monitor1Height]
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]  /6*5

27
JGPaiva's GridMove and Ahk Tools / Re: GridMove: Grids Here
« on: September 03, 2013, 06:45 AM »
For that, you really need to edit your grids to make sure that everywhere you see "monitor2bottom", you replace with "monitor2bottom+20" (assuming the toolbar takes 20pixels). You probably should also replace "monitor2height" with "monitor2height-20", to make sure the height of the screen is also adjusted correctly.

28
Hi Oblivion!
Try using a coma (","), it should work. If it doesn't, just select the window you want to make detectable and press F8.

29
I really can understand the objective of "no more reinventing the wheel" (I think a sexier tagline would be "Mewlo: it's the wheel for user management, don't reinvent it" :P ). I also feel that this is a very useful project.

However, and I'm sorry if I'm being a bit thick, but what exactly is the advantage of building Mewlo from scratch instead of being an extension of django, drupal or something like that? Seems like you're reinventing the wheel yourself on stuff that isn't related directly to user management? :P

I'm looking forward to reading that document on Mewlo :)

30
I'm looking forward to seeing what comes out of this :)

Could you provide some more info on what you plan to build? I cannot locate this on the current panorama of things (which I guess is a good thing and motivates a need for it? ;) )

So, can it be an extension for flask or django (or similar), or can it have bindings to talk to any of the two, or is it meant to replace them completely?
In your mind, what's the main feature, that's missing on what exists already?

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 919next
Go to full version